Commit cfc7ee3c authored by R. RyanTM's avatar R. RyanTM
Browse files

libcpr: 1.11.2 -> 1.12.0

parent f5f1c760
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:

let
  version = "1.11.2";
  version = "1.12.0";
in
stdenv.mkDerivation {
  pname = "libcpr";
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
    owner = "libcpr";
    repo = "cpr";
    rev = version;
    hash = "sha256-nKX9AYVC4e3B+vOzXWZu8S4I5BNpKnqkFJ2e8bVAUE4=";
    hash = "sha256-OkOyh2ibt/jX/Dc+TB1uSlWtzEhdSQwHVN96oCOh2yM=";
  };

  nativeBuildInputs = [ cmake ];