summary refs log tree commit diff
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2023-09-17 11:48:25 +0200
committerRafael Fernández López <ereslibre@ereslibre.es>2023-09-17 11:48:25 +0200
commit21a5729360313c0df23ee4af12ad3f78f70b161a (patch)
treec5a3478e6c801e5e343713630de739109c75ee77
parent9e5673226d271dfd35ddd167b828620ec2e86afe (diff)
downloadnixpkgs-21a5729360313c0df23ee4af12ad3f78f70b161a.tar
nixpkgs-21a5729360313c0df23ee4af12ad3f78f70b161a.tar.gz
nixpkgs-21a5729360313c0df23ee4af12ad3f78f70b161a.tar.bz2
nixpkgs-21a5729360313c0df23ee4af12ad3f78f70b161a.tar.lz
nixpkgs-21a5729360313c0df23ee4af12ad3f78f70b161a.tar.xz
nixpkgs-21a5729360313c0df23ee4af12ad3f78f70b161a.tar.zst
nixpkgs-21a5729360313c0df23ee4af12ad3f78f70b161a.zip
unison-ucm: M5e -> M5f
-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 bcb259c60cf..db4052d33fe 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 = "M5e";
+  version = "M5f";
 
   src = if stdenv.isDarwin then
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-macos.tar.gz";
-      hash = "sha256-jg8/DmIJru2OKZu5WfA7fatKcburPiXnoALifxL26kc=";
+      hash = "sha256-rHIT0zA+vS1dudW1fJ3OtMWpUeee39spjtKezyCZrMw=";
     }
   else
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-linux.tar.gz";
-      hash = "sha256-+2dIxqf9b8DfoTUakxA6Qrpb7cAQKCventxDS1sFxjM=";
+      hash = "sha256-6n4ZD1Zfi5n0QA9UZk/QuLlt2P92NP45S49I1op43b8=";
     };
 
   # The tarball is just the prebuilt binary, in the archive root.