Commit 01e7542e authored by Jeffrey Lau's avatar Jeffrey Lau Committed by github-actions[bot]
Browse files

rnp: 0.18.0 -> 0.18.1 (#463801)

(cherry picked from commit e91a9d61)
parent eb7ae6fa
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 = [