rnp: 0.17.1 -> 0.18.0 (#418156)

This commit is contained in:
Wolfgang Walther
2025-06-27 15:44:45 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rnp";
version = "0.17.1";
version = "0.18.0";
src = fetchFromGitHub {
owner = "rnpgp";
repo = "rnp";
rev = "v${finalAttrs.version}";
hash = "sha256-jUh7BxRnB6KePCk1jIvKzXgxSmWdKlQYmxshZZY4SBQ";
hash = "sha256-DixJhN4/iSgMkcJ0run4gwFZoUeMMiNSwWDGjT94cNM=";
};
buildInputs = [