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 1313
1414stdenv . mkDerivation ( finalAttrs : {
1515 pname = "unison-code-manager" ;
16- version = "0.5.28 " ;
16+ version = "0.5.29 " ;
1717
1818 src = {
1919 aarch64-darwin = fetchurl {
2020 url = "https://github.com/unisonweb/unison/releases/download/release/${ finalAttrs . version } /ucm-macos-arm64.tar.gz" ;
21- hash = "sha256-kU+DqYUYQKbsi5P26rLkf8eYEXJAlw+kKd4OwZ2OO0A =" ;
21+ hash = "sha256-iSyhPCn8+u/kKW1NVorUaRXaP0Q771m6G1ICsHp1/Rs =" ;
2222 } ;
2323 x86_64-darwin = fetchurl {
2424 url = "https://github.com/unisonweb/unison/releases/download/release/${ finalAttrs . version } /ucm-macos-x64.tar.gz" ;
25- hash = "sha256-la1xu8FUHg//3o0w+ihdkrqC4+TWeCBfZQs3uKI+ytA =" ;
25+ hash = "sha256-Rukx1I67jq78xvDB7eYP6TvZZBZtWisOv2WZe6/KlHE =" ;
2626 } ;
2727 x86_64-linux = fetchurl {
2828 url = "https://github.com/unisonweb/unison/releases/download/release/${ finalAttrs . version } /ucm-linux-x64.tar.gz" ;
29- hash = "sha256-Axw1qgnZ3ypQfpw7ftH/LzB1SbTx+xL56hq3AtsGqko =" ;
29+ hash = "sha256-fVsKPTi9j+LVWDPhuHYb7NKD2JXJz7nRE6yuE7rQ3e0 =" ;
3030 } ;
3131 } . ${ stdenv . hostPlatform . system } or ( throw "Unsupported platform ${ stdenv . hostPlatform . system } " ) ;
3232
You can’t perform that action at this time.
0 commit comments