Skip to content

Commit

Permalink
unison-ucm: 0.5.13 -> 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ereslibre committed Jan 24, 2024
1 parent 17696cd commit 5c8c566
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.13";
version = "0.5.14";

src = if stdenv.isDarwin then
fetchurl {
url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-macos.tar.gz";
hash = "sha256-/iaL3jTwUeGhfPgZ08njopkOC5t4RY3zggn0n2zLTnw=";
hash = "sha256-LLyJy0qz5qm08Xj+mb09lBN5sw3v8AnaSYv832sYefg=";
}
else
fetchurl {
url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-linux.tar.gz";
hash = "sha256-ZxuHpcyt0zxXMiltue99Tzrlvsrrb1cL3LNcGIo5NsI=";
hash = "sha256-sIw3mc78cGPi+E+fXEpMvt+IEfPW03lex30bs0TVevo=";
};

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

0 comments on commit 5c8c566

Please sign in to comment.