Skip to content

Commit

Permalink
libcpr: 1.10.4 -> 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and rycee committed Oct 15, 2023
1 parent 41103bd commit 7c25f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libcpr/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub, cmake, curl }:

let version = "1.10.4"; in
let version = "1.10.5"; in
stdenv.mkDerivation {
pname = "libcpr";
inherit version;
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "libcpr";
repo = "cpr";
rev = version;
hash = "sha256-8qRNlZgBB71t/FSFPnxFhr02OuD2erLVeoc6wAx3LKk=";
hash = "sha256-mAuU2uF8d+aHvCmotgIrBi/pUp1jkP6G0f98M76zjOw=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 7c25f28

Please sign in to comment.