about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorFabián Heredia Montiel <fabianhjr@protonmail.com>2024-02-23 16:46:09 -0600
committerFabián Heredia Montiel <fabianhjr@protonmail.com>2024-02-23 16:47:01 -0600
commitdb1ee6dfe67b724b78e995fae47f6aad56ecc9b2 (patch)
tree7ba585ef415a8a880848c58e6ea6e3c65d958ba8 /pkgs/development/compilers
parent367a73d9dd5bb71d6fc8fdd0ea965e74bfde66d9 (diff)
parent93fa760066046491264a5e6fb8c82677f7b83b2f (diff)
Merge remote-tracking branch 'origin/master' into staging-next
fastcdr was moved to by-name

Related to:

- https://github.com/NixOS/nixpkgs/pull/290836
Diffstat (limited to 'pkgs/development/compilers')
-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 56ca3a0104cf8..f9f1934bb566f 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 = "0.5.15";
+  version = "0.5.17";
 
   src = if stdenv.isDarwin then
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-macos.tar.gz";
-      hash = "sha256-Umpu9WQhg6ln6aBb6bPVUZSax1Zeh6vcYHwmQuFRx2Y=";
+      hash = "sha256-ymnioW+phbwIshs8DZupfe14oPUuunxSsT8rmifh914=";
     }
   else
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-linux.tar.gz";
-      hash = "sha256-cFucBQcyye4F6Vep6O9buENFzqJ96q8/2cVr9NFvHB8=";
+      hash = "sha256-vaK7dKkjCPCfEb9GvkOiJ3jY/Jxb31sf98de3WTMG/A=";
     };
 
   # The tarball is just the prebuilt binary, in the archive root.