tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libpoly: 0.1.9 -> 0.1.10
R. RyanTM
4 years ago
1d4ae0cf
407ef1dc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
logic
poly
default.nix
+2
-2
pkgs/applications/science/logic/poly/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "libpoly";
5
5
-
version = "0.1.9";
5
5
+
version = "0.1.10";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "SRI-CSL";
9
9
repo = "libpoly";
10
10
# they've pushed to the release branch, use explicit tag
11
11
rev = "refs/tags/v${version}";
12
12
-
sha256 = "sha256-E2lHo8Bt4ujoGQ623fjkQbqRnDYJYilXdRt4lnF4wJk=";
12
12
+
sha256 = "sha256-22Y4L5NFnCzKwZt0A/ChMuGPU4Dk1Qyke6mdvfN063w=";
13
13
};
14
14
15
15
# https://github.com/SRI-CSL/libpoly/pull/52