libcpr: 1.10.3 -> 1.10.4

This commit is contained in:
R. Ryantm 2023-05-27 08:50:01 +00:00 committed by Robert Helgesson
parent 858c032602
commit 15fd3a1603

View file

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, cmake, curl }:
let version = "1.10.3"; in
let version = "1.10.4"; in
stdenv.mkDerivation {
pname = "libcpr";
inherit version;
@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "libcpr";
repo = "cpr";
rev = version;
hash = "sha256-NueZPBiICrh8GXXdCqNtVaB7PfqwtQ0WolvRij8SYbE=";
hash = "sha256-8qRNlZgBB71t/FSFPnxFhr02OuD2erLVeoc6wAx3LKk=";
};
nativeBuildInputs = [ cmake ];