about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-11-27 19:35:42 +0000
committerGitHub <noreply@github.com>2019-11-27 19:35:42 +0000
commit8ef9f8b893a6ee4fe2b2717a5d5a5a13a71f39f0 (patch)
tree242db781a1d1dfb0ee1a419817ce45534a9c9f01
parent420d879580a56ae2254bc4bae3a57dbef389bbd0 (diff)
parent43dc5ea917b31203e96c1e5b01869e9b5b40c89d (diff)
downloadnixlib-8ef9f8b893a6ee4fe2b2717a5d5a5a13a71f39f0.tar
nixlib-8ef9f8b893a6ee4fe2b2717a5d5a5a13a71f39f0.tar.gz
nixlib-8ef9f8b893a6ee4fe2b2717a5d5a5a13a71f39f0.tar.bz2
nixlib-8ef9f8b893a6ee4fe2b2717a5d5a5a13a71f39f0.tar.lz
nixlib-8ef9f8b893a6ee4fe2b2717a5d5a5a13a71f39f0.tar.xz
nixlib-8ef9f8b893a6ee4fe2b2717a5d5a5a13a71f39f0.tar.zst
nixlib-8ef9f8b893a6ee4fe2b2717a5d5a5a13a71f39f0.zip
Merge pull request #74336 from virusdave/dnicponski/scratch/upgrade_unison_to_g
unison: 1.0.M1f -> 1.0.M1g
-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 03a62d1e4d80..2a8c07fa0fe0 100644
--- a/pkgs/development/compilers/unison/default.nix
+++ b/pkgs/development/compilers/unison/default.nix
@@ -4,18 +4,18 @@
 
 stdenv.mkDerivation rec {
   pname = "unison-code-manager";
-  milestone_id = "M1f";
+  milestone_id = "M1g";
   version = "1.0.${milestone_id}-alpha";
 
   src = if (stdenv.isDarwin) then
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/unison-osx.tar.gz";
-      sha256 = "089nb0b9ghsdbs39sskwa9a6v6s5xwshcfzk9qbbpahzphp1xmfk";
+      sha256 = "186y7y7ffg976w01cbb8am84ajbifb7lcnsc4g3x262mkswr7lry";
     }
   else
     fetchurl {
       url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/unison-linux64.tar.gz";
-      sha256 = "0jq2cspanlw15910khlzfdqdfgkwkr1q4fkmrkj0q8gz70mqi6ri";
+      sha256 = "1ki9car1clpaspnl5jb5qnr6nzv108q279n8m8bjm8azfcnl61ab";
     };
 
   # The tarball is just the prebuilt binary, in the archive root.