libcpr: 1.10.2 -> 1.10.3
This commit is contained in:
parent
c47cf27a52
commit
2b04691890
@ -1,6 +1,6 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, cmake, curl }:
|
{ lib, stdenv, fetchFromGitHub, cmake, curl }:
|
||||||
|
|
||||||
let version = "1.10.2"; in
|
let version = "1.10.3"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libcpr";
|
pname = "libcpr";
|
||||||
inherit version;
|
inherit version;
|
||||||
@ -10,8 +10,8 @@ stdenv.mkDerivation {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libcpr";
|
owner = "libcpr";
|
||||||
repo = "cpr";
|
repo = "cpr";
|
||||||
rev = "1.10.2";
|
rev = "1.10.3";
|
||||||
hash = "sha256-F+ZIyFwWHn2AcVnKOaRlB7DjZzfmn8Iat/m3uknC8uA=";
|
hash = "sha256-NueZPBiICrh8GXXdCqNtVaB7PfqwtQ0WolvRij8SYbE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user