tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libsv: 1.1 -> 1.2
R. Ryantm
2 years ago
058c604b
5323fbf7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
libsv
default.nix
+2
-2
pkgs/development/libraries/libsv/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "libsv";
5
5
-
version = "1.1";
5
5
+
version = "1.2";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "uael";
9
9
repo = "sv";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-icvGQi6FNSZXNGs2oLiUKu6rrVsWcXh1r91kycGjnwY=";
11
11
+
sha256 = "sha256-sc7WTRY8XTm5+J+zlS7tGa2f+2d7apj+XHyBafZXXeE=";
12
12
};
13
13
14
14
nativeBuildInputs = [ cmake ];