tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
_4ti2: 1.6.9 -> 1.6.10
R. Ryantm
2 years ago
b9216e3e
d8ede6fd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
math
4ti2
default.nix
+2
-2
pkgs/applications/science/math/4ti2/default.nix
···
8
9
stdenv.mkDerivation rec{
10
pname = "4ti2";
11
-
version = "1.6.9";
12
13
src = fetchFromGitHub {
14
owner = pname;
15
repo = pname;
16
rev = "Release_${builtins.replaceStrings ["."] ["_"] version}";
17
-
hash = "sha256-cywneIM0sHt1iQsNfjyQDoDfdRjxpz4l3rfysi9YN20=";
18
};
19
20
nativeBuildInputs = [
···
8
9
stdenv.mkDerivation rec{
10
pname = "4ti2";
11
+
version = "1.6.10";
12
13
src = fetchFromGitHub {
14
owner = pname;
15
repo = pname;
16
rev = "Release_${builtins.replaceStrings ["."] ["_"] version}";
17
+
hash = "sha256-Rz8O1Tf81kzpTGPq7dkZJvv444F1/VqKu7VuRvH59kQ=";
18
};
19
20
nativeBuildInputs = [