rnp: 0.18.0 -> 0.18.1 (#463801)

(cherry picked from commit e91a9d611e)
This commit is contained in:
Jeffrey Lau
2025-11-21 11:16:25 -05:00
committed by github-actions[bot]
parent eb7ae6faf5
commit 01e7542e32

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rnp";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "rnpgp";
repo = "rnp";
rev = "v${finalAttrs.version}";
hash = "sha256-DixJhN4/iSgMkcJ0run4gwFZoUeMMiNSwWDGjT94cNM=";
hash = "sha256-GEgogKPMqBYYufCcjbaCmlNWtV/hxx3ZMfij+HAoHx8=";
};
buildInputs = [