diff options
| author | Rafael Fernández López <ereslibre@ereslibre.es> | 2023-06-01 00:20:20 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-08 16:02:54 +0000 |
| commit | d383e0783660dc443c6c70206f89a6664937a20f (patch) | |
| tree | fa345e5ea3b1910eee0482af9310d418a2c65478 | |
| parent | Merge pull request #236661 from NixOS/backport-236392-to-release-23.05 (diff) | |
| download | nixpkgs-origin/backport-235282-to-release-23.05.tar.gz | |
unison: M4h -> M4iorigin/backport-235282-to-release-23.05
(cherry picked from commit 0fa17e3f9a1a7bc6317ccf43688e15bf6e04e1ab)
| -rw-r--r-- | pkgs/development/compilers/unison/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/unison/default.nix b/pkgs/development/compilers/unison/default.nix index 774f0223b107..7c90ee3227fe 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 = "M4h"; + milestone_id = "M4i"; 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"; - hash = "sha256-7yphap7qZBkbTKiwhyCTLgbBO/aA0eUWtva+XjpaZDI="; + hash = "sha256-1Qp1SB5rCsVimZzRo1NOX8HBoMEGlIycJPm3zGTUuOw="; } else fetchurl { url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/ucm-linux.tar.gz"; - hash = "sha256-vrZpYFoQw1hxgZ7lAoejIqnjIOFFMahAI9SjFN/Cnms="; + hash = "sha256-Qx8vO/Vaz0VdCGXwIwRQIuMlp44hxCroQ7m7Y+m7aXk="; }; # The tarball is just the prebuilt binary, in the archive root. |
