about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-01-17 15:33:40 +0100
committerGitHub <noreply@github.com>2024-01-17 15:33:40 +0100
commit240aede9426f03e35aee4ce43ce5097484241476 (patch)
tree1b0f707803e4bc3fe5d7b4b5c25dd08f9afa426f /pkgs/development/compilers
parent810c0a40a451f1eeda2f054d51acd28c30872dbd (diff)
parent7f167083de849811cd12d44ec37cbed4bb94f173 (diff)
downloadnixlib-240aede9426f03e35aee4ce43ce5097484241476.tar
nixlib-240aede9426f03e35aee4ce43ce5097484241476.tar.gz
nixlib-240aede9426f03e35aee4ce43ce5097484241476.tar.bz2
nixlib-240aede9426f03e35aee4ce43ce5097484241476.tar.lz
nixlib-240aede9426f03e35aee4ce43ce5097484241476.tar.xz
nixlib-240aede9426f03e35aee4ce43ce5097484241476.tar.zst
nixlib-240aede9426f03e35aee4ce43ce5097484241476.zip
Merge pull request #279024 from ereslibre/bump-unison
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 bad47d45e11a..ab1e8aeea6f2 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.12";
+  version = "0.5.13";
 
   src = if stdenv.isDarwin then
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-macos.tar.gz";
-      hash = "sha256-naX80UdSAwFAGS04Zd5VyVS2KQWnotE4+mJxWYRXXNU=";
+      hash = "sha256-/iaL3jTwUeGhfPgZ08njopkOC5t4RY3zggn0n2zLTnw=";
     }
   else
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-linux.tar.gz";
-      hash = "sha256-RD6pHDQI8ssU/E8LzLXmqtedLCL5wZV/bO3KHIWiYN8=";
+      hash = "sha256-ZxuHpcyt0zxXMiltue99Tzrlvsrrb1cL3LNcGIo5NsI=";
     };
 
   # The tarball is just the prebuilt binary, in the archive root.