File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/un/unison-ucm Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414
1515stdenv . 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 } " ) ;
You can’t perform that action at this time.
0 commit comments