unison-ucm: 1.0.M1j-alpha -> 1.0.M1l-alpha

Follow-up to #85940. There were a couple of issues with the
1.0.M1j-alpha release that were promptly fixed.
This commit is contained in:
Cody Allen 2020-04-27 15:03:14 -07:00
parent 974d11d53f
commit df202b418d
No known key found for this signature in database
GPG Key ID: 9D6E4A9401BF3AA4

View File

@ -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.