Skip to content

Commit 8bddc00

Browse files
authored
unison-ucm: 0.5.37 -> 0.5.39 (#404145)
2 parents 2c8cf5f + b367221 commit 8bddc00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/un/unison-ucm/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414

1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "unison-code-manager";
17-
version = "0.5.37";
17+
version = "0.5.39";
1818

1919
src =
2020
{
2121
aarch64-darwin = fetchurl {
2222
url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-macos-arm64.tar.gz";
23-
hash = "sha256-cqsh1/H31ibyA8yr6pNdRAaH1nidobzt77oJq1N2icQ=";
23+
hash = "sha256-0bMQ7z6fbfv8UV9Dqy+IYEAUXUC7FD9GnadtgzCi8GQ=";
2424
};
2525
x86_64-darwin = fetchurl {
2626
url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-macos-x64.tar.gz";
27-
hash = "sha256-9a8TJK6D5BU5TugQmYEcaFv5Hu9eeD463g23aSyKKQU=";
27+
hash = "sha256-01h8yQrxOAbfrMT4UciDMRZSq/hfDzUUvNvVMIypRYg=";
2828
};
2929
x86_64-linux = fetchurl {
3030
url = "https://github.com/unisonweb/unison/releases/download/release/${finalAttrs.version}/ucm-linux-x64.tar.gz";
31-
hash = "sha256-eAqaE38M/spM3t0Ar/sJwGNPaNT/P9Lfn2ZIsW75kS8=";
31+
hash = "sha256-mwV7iGaCvTEQBGCzyyHpZke4su3R5bIKT7dO78IOMdY=";
3232
};
3333
}
3434
.${stdenv.hostPlatform.system} or (throw "Unsupported platform ${stdenv.hostPlatform.system}");

0 commit comments

Comments
 (0)