libcpr: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm 2024-11-29 19:43:51 +00:00 committed by Robert Helgesson
parent 767b0e3398
commit 0a644d6293

View File

@ -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 ];