tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libnsl: 2.0.0 -> 2.0.1
R. Ryantm
2 years ago
2e09a00f
96896946
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libnsl
default.nix
+2
-2
pkgs/development/libraries/libnsl/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "libnsl";
5
-
version = "2.0.0";
6
7
src = fetchFromGitHub {
8
owner = "thkukuk";
9
repo = pname;
10
rev = "v${version}";
11
-
sha256 = "sha256-f9kNzzR8baf5mLgrh+bKO/rBRZA5ZYc1tJdyLE7Bi1w=";
12
};
13
14
nativeBuildInputs = [ autoreconfHook pkg-config ];
···
2
3
stdenv.mkDerivation rec {
4
pname = "libnsl";
5
+
version = "2.0.1";
6
7
src = fetchFromGitHub {
8
owner = "thkukuk";
9
repo = pname;
10
rev = "v${version}";
11
+
sha256 = "sha256-bCToqXVE4RZcoZ2eTNZcVHyzKlWyIpSAssQCOZcfmEA=";
12
};
13
14
nativeBuildInputs = [ autoreconfHook pkg-config ];