summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-10-07 00:19:23 +0200
committerGitHub <noreply@github.com>2024-10-07 00:19:23 +0200
commit6dd14a8dff5ff4a93ad17325ba16101f2eafad51 (patch)
treed41e7c7eb64b5d150f4d30813e5982b41e805ec3
parent[Backport release-24.05] gallery-dl: 1.27.4 -> 1.27.5 (#345503) (diff)
parentunison-ucm: 0.5.26 -> 0.5.27 (diff)
downloadnixpkgs-6dd14a8dff5ff4a93ad17325ba16101f2eafad51.tar.gz
[Backport release-24.05] unison-ucm: 0.5.26 -> 0.5.27 (#346880)
-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 2dd2b7a15897..d3370a6a1890 100644
--- a/pkgs/development/compilers/unison/default.nix
+++ b/pkgs/development/compilers/unison/default.nix
@@ -13,17 +13,17 @@
stdenv.mkDerivation (finalAttrs: {
pname = "unison-code-manager";
- version = "0.5.26";
+ version = "0.5.27";
src = if stdenv.isDarwin then
fetchurl {
url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-macos.tar.gz";
- hash = "sha256-RF2Q5sCxT9F3IGM/8UP6bEe9sOjtpMVYHREuAPOzh8g=";
+ hash = "sha256-bmEmox+CfkGZP9GCfwDyspTult0WV+6jfQzehT33p8U=";
}
else
fetchurl {
url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-linux.tar.gz";
- hash = "sha256-t0rc1f4PfjHRu/tzoW8sJ/6R0KBbYQPiWHqsIaqc+SY=";
+ hash = "sha256-js7MgzJQShy6z1QNsIRwjtZfrNOGwUA001SWlKWgMoA=";
};
# The tarball is just the prebuilt binary, in the archive root.