summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2020-11-28 00:43:50 +0100
committerGitHub <noreply@github.com>2020-11-28 00:43:50 +0100
commit78436926fe8ae4eccc514e7698b78517cc611dcb (patch)
tree011ee35a423017765d64c74b40353fec18276e4e /pkgs/development
parenta005d724d052601a76373a43a9a1b5dde9a614e9 (diff)
parent03f116eaa037ce30670da482f12006d24c49206e (diff)
Merge pull request #88611 from ceedubs/unison-ucm-M1m
unison-ucm: 1.0.M1l-alpha -> 1.0.M1m-alpha
Diffstat (limited to 'pkgs/development')
-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 c17f85b4936a..c7266614e494 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 = "M1l";
+ milestone_id = "M1m";
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 = "0qbxakrp3p3k3k8a1m2g24ivs3c8j5rj7ij84i7k548505rva9qr";
+ sha256 = "06pxvp753j8pr0pn02l7cswmmas5pk1vlkw83yd04h3f2rx1s61v";
}
else
fetchurl {
url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/unison-linux64.tar.gz";
- sha256 = "152yzv7j4nyp228ngzbhki9fid1xdqrjvl1rwxc05wq30jwwqx0x";
+ sha256 = "1qspvfq805d34kz031pf9sqw8kzz7h637kc8lnbjlgvwixxkxc7c";
};
# The tarball is just the prebuilt binary, in the archive root.