Skip to content

Commit

Permalink
rnp: 0.16.0 -> 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bobby285271 committed Sep 13, 2022
1 parent 224a4e8 commit 61af5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/rnp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
pname = "rnp";
version = "0.16.0";
version = "0.16.1";

src = fetchFromGitHub {
owner = "rnpgp";
repo = "rnp";
rev = "v${version}";
sha256 = "u0etVslTBF9fBqnpVBofYsm0uC/eR6gO3lhwzqua5Qw=";
sha256 = "sha256-EpmQ9dCbc46OEbWJy/9wi/WKAZ14azCojpS5k6Awx6w=";
};

buildInputs = [ zlib bzip2 json_c botan2 ];
Expand Down

0 comments on commit 61af5d8

Please sign in to comment.