tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
libcerf: 2.1 -> 2.3
R. Ryantm
3 years ago
c29c5fee
9d351dca
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libcerf
default.nix
+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 ];