about summary refs log tree commit diff
path: root/pkgs/development/compilers/mercury
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-22 11:09:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-22 11:09:11 +0000
commit8ecdde2a510487c46c82d3173ec9b5e18c46327a (patch)
tree21049c098f140e13a0eda9797e94122fe29193d6 /pkgs/development/compilers/mercury
parentc8fee2c1e738c962c33b91e37f2d573cbe5f5770 (diff)
mercury: 22.01.5 -> 22.01.6
Diffstat (limited to 'pkgs/development/compilers/mercury')
-rw-r--r--pkgs/development/compilers/mercury/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/mercury/default.nix b/pkgs/development/compilers/mercury/default.nix
index 34c2f6bf6aa95..134c9e1143707 100644
--- a/pkgs/development/compilers/mercury/default.nix
+++ b/pkgs/development/compilers/mercury/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   pname = "mercury";
-  version = "22.01.5";
+  version = "22.01.6";
 
   src = fetchurl {
     url    = "https://dl.mercurylang.org/release/mercury-srcdist-${version}.tar.gz";
-    sha256 = "sha256-fhstGxMMCvxlVCvjwuSDmc8sJdegStPEJ+AicVsJig8=";
+    sha256 = "sha256-dpRW+DRGJZPIvUv6/y1TLAFjrPOldKBtpwn87nOgIt8=";
   };
 
   nativeBuildInputs = [ makeWrapper ];