Skip to content

Commit

Permalink
Merge pull request #86150 from ceedubs/unison-ucm-M1l
Browse files Browse the repository at this point in the history
unison-ucm: 1.0.M1j-alpha -> 1.0.M1l-alpha
  • Loading branch information
worldofpeace committed Apr 29, 2020
2 parents af6f00d + df202b4 commit b7f80f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/unison/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

stdenv.mkDerivation rec {
pname = "unison-code-manager";
milestone_id = "M1j";
milestone_id = "M1l";
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 = "1pvdjmasgl22inbr8nlizsg8s5zagn8bzwhaxqmwafkpsskz0hsg";
sha256 = "0qbxakrp3p3k3k8a1m2g24ivs3c8j5rj7ij84i7k548505rva9qr";
}
else
fetchurl {
url = "https://github.com/unisonweb/unison/releases/download/release/${milestone_id}/unison-linux64.tar.gz";
sha256 = "1xpblx405cp3mv0vrhcqwjlxvrhgmc77mxbvcy93srxja3qai1af";
sha256 = "152yzv7j4nyp228ngzbhki9fid1xdqrjvl1rwxc05wq30jwwqx0x";
};

# The tarball is just the prebuilt binary, in the archive root.
Expand Down

0 comments on commit b7f80f0

Please sign in to comment.