Unverified Commit 8f23b3f9 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.11] rnp: 0.18.0 -> 0.18.1 (#463801) (#464757)

parents 7480c1f9 01e7542e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [