mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 11:53:51 +00:00
libcpr: 1.11.0 -> 1.11.1
This commit is contained in:
parent
767b0e3398
commit
0a644d6293
@ -8,7 +8,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.11.0";
|
version = "1.11.1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libcpr";
|
pname = "libcpr";
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "libcpr";
|
owner = "libcpr";
|
||||||
repo = "cpr";
|
repo = "cpr";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-jWyss0krj8MVFqU1LAig+4UbXO5pdcWIT+hCs9DxemM=";
|
hash = "sha256-RIRqkb2Id3cyz35LM4bYftMv1NGyDyFP4fL4L5mHV8A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user