File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 55} :
66stdenvNoCC . mkDerivation ( final : {
77 pname = "get-apple-firmware" ;
8- version = "0fdb8b37d662eb00c9f0ea8a3a655206a483355c " ;
8+ version = "2eff99d377aa7aad181aad4796b0184c73630f3b " ;
99
1010 src = fetchurl {
1111 url = "https://raw.github.com/t2linux/wiki/${ final . version } /docs/tools/firmware.sh" ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage {
1313 src = fetchFromGitHub {
1414 owner = "harsh-vardhhan" ;
1515 repo = "option-analysis" ;
16- rev = "master " ;
16+ rev = "a5f67d3a92aafb253b386d1d63b9255d122c3436 " ;
1717 hash = "sha256-QOWZOvW9bqzFxZkUaWB0+sUVruhq7rFlttAq3EcDLa4=" ;
1818 } ;
1919
Original file line number Diff line number Diff line change 88} :
99stdenvNoCC . mkDerivation ( finalAttrs : {
1010 pname = "LibreScore" ;
11- version = "6.0.21 " ;
11+ version = "6.0.22 " ;
1212
1313 src = fetchurl {
1414 url = "https://github.com/LibreScore/app-librescore/releases/download/v${ finalAttrs . version } /LibreScore.dmg" ;
15- hash = "sha256-jmvGI0/xD8wNcRlwEi4Atb7TaeJ5xq3MAxLIDWmTllg =" ;
15+ hash = "sha256-FVooTBCPaE8chR8YOjiQFi8L9G7anHICrufYDQjIh08 =" ;
1616 } ;
1717
1818 nativeBuildInputs = [ _7zz makeWrapper ] ;
Original file line number Diff line number Diff line change 88} :
99stdenvNoCC . mkDerivation ( finalAttrs : {
1010 pname = "LosslessSwitcher" ;
11- version = "2.0-beta2 " ;
11+ version = "2.0" ;
1212 src = fetchzip {
1313 extension = "zip" ;
14- url = "https://github.com/vincentneo/${ finalAttrs . pname } /releases/download/${ finalAttrs . version } /${ finalAttrs . pname } 2-b2 .app.zip" ;
15- hash = "sha256-a59UxVVmSV0AIw86MghCL6p19q2WxYORqaY4hgdXTU0 =" ;
14+ url = "https://github.com/vincentneo/${ finalAttrs . pname } /releases/download/${ finalAttrs . version } /${ finalAttrs . pname } 2.app.zip" ;
15+ hash = "sha256-vyzWG5r6GgyqekkbJcyyzBLwnbO5gxwNgUhUCD3Oroo =" ;
1616 } ;
1717
1818 nativeBuildInputs = [ unzip makeWrapper ] ;
Original file line number Diff line number Diff line change 66 fetchurl ,
77 ...
88} : let
9- version = "1.27 .0" ;
9+ version = "1.29 .0" ;
1010
1111 binaries = {
1212 aarch64-darwin = {
1313 analyze = fetchurl {
1414 url = "https://github.com/tw93/Mole/releases/download/V${ version } /analyze-darwin-arm64" ;
15- hash = "sha256-JCt49TZzmCF8WpdYx/sfW4RQUtdMICis5CbGjRDapY0 =" ;
15+ hash = "sha256-h+auKcjxyEx1denWBLgEa+L2XBT7SdvmrAroleNvc3k =" ;
1616 } ;
1717 status = fetchurl {
1818 url = "https://github.com/tw93/Mole/releases/download/V${ version } /status-darwin-arm64" ;
19- hash = "sha256-1ggHTYfnRTAKG93ILnPewpzCGrTMC5RbKzHwVOZeHXk =" ;
19+ hash = "sha256-a1v8bziqT5q7/WT0tLsHiyjEe1SsokKu5eyUou9aaTY =" ;
2020 } ;
2121 } ;
2222 x86_64-darwin = {
2323 analyze = fetchurl {
2424 url = "https://github.com/tw93/Mole/releases/download/V${ version } /analyze-darwin-amd64" ;
25- hash = "sha256-Tc4QfWKvS99uu+qrwyOEjWWN+xPlwQgwfOD8Stsd5Fo =" ;
25+ hash = "sha256-mVGI61YeChSFZY20fXcuNUrErSFUlSKFTuzh0MhVAvU =" ;
2626 } ;
2727 status = fetchurl {
2828 url = "https://github.com/tw93/Mole/releases/download/V${ version } /status-darwin-amd64" ;
29- hash = "sha256-iDbIX/4BxtSvZWyRXUrFnxN2gwGGatCKiWWbohF/ZQQ =" ;
29+ hash = "sha256-p5uqGf6Qkbc9v6zwrBbiEZNClXK7KVHQONpOjKTDYhA =" ;
3030 } ;
3131 } ;
3232 } ;
4141 owner = "tw93" ;
4242 repo = "Mole" ;
4343 rev = "V${ version } " ;
44- hash = "sha256-7a5oQfJJIESjit+gl7FrbkT5wptxBhhWuTLCpULlQ6w =" ;
44+ hash = "sha256-pnV7xZ49dZhdh6uVMGILwTsKg2hnlFRxe4U2w4zdEag =" ;
4545 } ;
4646
4747 # Fix bash arithmetic bug: ((var++)) returns exit code 1 when var=0
You can’t perform that action at this time.
0 commit comments