summary refs log tree commit diff
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2023-03-05 11:37:11 +0100
committerRafael Fernández López <ereslibre@ereslibre.es>2023-03-05 11:37:11 +0100
commitaf81d8794ec7f897accae7e07460b70b52cbd11e (patch)
tree2d3fefa1e64c0c6117f2dd7f87f243883facbdf8
parent922a2deacad9c136a3cc80868736d689137a2d30 (diff)
downloadnixpkgs-af81d8794ec7f897accae7e07460b70b52cbd11e.tar
nixpkgs-af81d8794ec7f897accae7e07460b70b52cbd11e.tar.gz
nixpkgs-af81d8794ec7f897accae7e07460b70b52cbd11e.tar.bz2
nixpkgs-af81d8794ec7f897accae7e07460b70b52cbd11e.tar.lz
nixpkgs-af81d8794ec7f897accae7e07460b70b52cbd11e.tar.xz
nixpkgs-af81d8794ec7f897accae7e07460b70b52cbd11e.tar.zst
nixpkgs-af81d8794ec7f897accae7e07460b70b52cbd11e.zip
unison: M4c -> M4h
-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 b26132ff66c..774f0223b10 100644
--- a/pkgs/development/compilers/unison/default.nix
+++ b/pkgs/development/compilers/unison/default.nix
@@ -6,18 +6,18 @@
 
 stdenv.mkDerivation rec {
   pname = "unison-code-manager";
-  milestone_id = "M4c";
+  milestone_id = "M4h";
   version = "1.0.${milestone_id}-alpha";
 
   src = if (stdenv.isDarwin) then
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/ucm-macos.tar.gz";
-      sha256 = "sha256-mkzIC/cPkpH0obEBqkvvKVh74LaV6jkfyEMLHmJn/nE=";
+      hash = "sha256-7yphap7qZBkbTKiwhyCTLgbBO/aA0eUWtva+XjpaZDI=";
     }
   else
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/ucm-linux.tar.gz";
-      sha256 = "sha256-LfT/pMOvfBAwew6NW0VNvuB5c1AC7b+qKraP25+kytg=";
+      hash = "sha256-vrZpYFoQw1hxgZ7lAoejIqnjIOFFMahAI9SjFN/Cnms=";
     };
 
   # The tarball is just the prebuilt binary, in the archive root.