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
mercury: 22.01.1 -> 22.01.3
R. Ryantm
3 years ago
fff013f4
efb74057
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
mercury
default.nix
+2
-2
pkgs/development/compilers/mercury/default.nix
···
3
3
4
4
stdenv.mkDerivation rec {
5
5
pname = "mercury";
6
6
-
version = "22.01.1";
6
6
+
version = "22.01.3";
7
7
8
8
src = fetchurl {
9
9
url = "https://dl.mercurylang.org/release/mercury-srcdist-${version}.tar.gz";
10
10
-
sha256 = "sha256-Cg0ixQtpmus6Q3fuc45OLheKCCTiTW3z1XJzxQ1OL6c=";
10
10
+
sha256 = "sha256-1bS0t7OkpjoYcx2XA0tE8TG/WJttGxDo68S+zvAA0Eg=";
11
11
};
12
12
13
13
nativeBuildInputs = [ makeWrapper ];