summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2023-09-21 23:35:40 +0200
committerRafael Fernández López <ereslibre@ereslibre.es>2023-09-21 23:35:40 +0200
commit51d1f7a911916d7a98c9324e0dcc03088b999d6f (patch)
tree8467bdc13321a650d0da89cc426b91400886e74e /pkgs/development
parent21c1f3920a6dc43725d6fbfc2796524728a6ec81 (diff)
downloadnixpkgs-51d1f7a911916d7a98c9324e0dcc03088b999d6f.tar
nixpkgs-51d1f7a911916d7a98c9324e0dcc03088b999d6f.tar.gz
nixpkgs-51d1f7a911916d7a98c9324e0dcc03088b999d6f.tar.bz2
nixpkgs-51d1f7a911916d7a98c9324e0dcc03088b999d6f.tar.lz
nixpkgs-51d1f7a911916d7a98c9324e0dcc03088b999d6f.tar.xz
nixpkgs-51d1f7a911916d7a98c9324e0dcc03088b999d6f.tar.zst
nixpkgs-51d1f7a911916d7a98c9324e0dcc03088b999d6f.zip
unison-ucm: M5f -> M5g
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/unison/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/unison/default.nix b/pkgs/development/compilers/unison/default.nix
index db4052d33fe..fbbfba7ae1a 100644
--- a/pkgs/development/compilers/unison/default.nix
+++ b/pkgs/development/compilers/unison/default.nix
@@ -11,17 +11,17 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "unison-code-manager";
-  version = "M5f";
+  version = "M5g";
 
   src = if stdenv.isDarwin then
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-macos.tar.gz";
-      hash = "sha256-rHIT0zA+vS1dudW1fJ3OtMWpUeee39spjtKezyCZrMw=";
+      hash = "sha256-4E/8CfWmD+IVeXBqcTE74k2HZtk9dt/4G9GqBjVhtWo=";
     }
   else
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-linux.tar.gz";
-      hash = "sha256-6n4ZD1Zfi5n0QA9UZk/QuLlt2P92NP45S49I1op43b8=";
+      hash = "sha256-Gl447CSuLgEPPHzgxPTIC8QXGgk/1moNqFU+Phv6e/U=";
     };
 
   # The tarball is just the prebuilt binary, in the archive root.