tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
ats2: 0.4.1 -> 0.4.2
Armeen Mahdian
4 years ago
2cfd398b
847e6a1f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
ats2
default.nix
+3
-3
pkgs/development/compilers/ats2/default.nix
reviewed
···
3
3
, withContrib ? true }:
4
4
5
5
let
6
6
-
versionPkg = "0.4.1" ;
6
6
+
versionPkg = "0.4.2";
7
7
8
8
contrib = fetchurl {
9
9
url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-contrib-${versionPkg}.tgz";
10
10
-
sha256 = "184m4hz2xszhcfc6w9fw9qibhmcvgjmikwfwkb345xypr59jm93d";
10
10
+
hash = "sha256-m0hfBLsaNiLaIktcioK+ZtWUsWht3IDSJ6CzgJmS06c=";
11
11
};
12
12
13
13
postInstallContrib = lib.optionalString withContrib
···
31
31
32
32
src = fetchurl {
33
33
url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-gmp-${version}.tgz";
34
34
-
sha256 = "0c4nqp6yzmpj0mcpg7ibmwyqi8hjw3sza8myvy4nzq3fa6wldy5l";
34
34
+
hash = "sha256-UWgDjFojPBYgykrCrJyYvVWY+Gc5d4aRGjTWjc528AM=";
35
35
};
36
36
37
37
buildInputs = [ gmp ];