Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libcerf: 2.1 -> 2.3

+2 -2
+2 -2
pkgs/development/libraries/libcerf/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libcerf"; 5 - version = "2.1"; 6 7 src = fetchurl { 8 url = "https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${version}/libcerf-v${version}.tar.gz"; 9 - sha256 = "sha256-ihzYt/rgS4KpUWglISm4wbrKCYooX/jT8leB3q0Ut1o="; 10 }; 11 12 nativeBuildInputs = [ cmake perl ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "libcerf"; 5 + version = "2.3"; 6 7 src = fetchurl { 8 url = "https://jugit.fz-juelich.de/mlz/libcerf/-/archive/v${version}/libcerf-v${version}.tar.gz"; 9 + sha256 = "sha256-zO7+5G6EzojQdRAzkLT50Ew05Lw7ltczKSw2g21PcGU="; 10 }; 11 12 nativeBuildInputs = [ cmake perl ];