Commit 2b046918 authored by R. RyanTM's avatar R. RyanTM Committed by Robert Helgesson
Browse files

libcpr: 1.10.2 -> 1.10.3

parent c47cf27a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ 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 ];