Skip to content

Commit

Permalink
unison-ucm: 0.5.12 -> 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Jan 5, 2024
1 parent 974e392 commit 7f16708
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 @@ -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.
Expand Down

0 comments on commit 7f16708

Please sign in to comment.