libcpr: 1.10.2 -> 1.10.3

This commit is contained in:
R. Ryantm
2023-05-17 10:24:56 +02:00
committed by Robert Helgesson
parent c47cf27a52
commit 2b04691890
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, cmake, curl }:
let version = "1.10.2"; in
let version = "1.10.3"; in
stdenv.mkDerivation {
pname = "libcpr";
inherit version;
@@ -10,8 +10,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "libcpr";
repo = "cpr";
rev = "1.10.2";
hash = "sha256-F+ZIyFwWHn2AcVnKOaRlB7DjZzfmn8Iat/m3uknC8uA=";
rev = "1.10.3";
hash = "sha256-NueZPBiICrh8GXXdCqNtVaB7PfqwtQ0WolvRij8SYbE=";
};
nativeBuildInputs = [ cmake ];