Skip to content

Commit 98be470

Browse files
committed
chore(pkgs): update package versions
- mole-bin: 1.27.0 -> 1.29.0 - LibreScore-bin: 6.0.21 -> 6.0.22 - LosslessSwitcher-bin: 2.0-beta2 -> 2.0 - option-analysis: pin to a5f67d3 commit - get-apple-firmware: update to 2eff99d commit
1 parent a9218cb commit 98be470

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

pkgs/custom/get-apple-firmware/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66
stdenvNoCC.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";

pkgs/custom/option-analysis/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pkgs/darwin/LibreScore-bin/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}:
99
stdenvNoCC.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];

pkgs/darwin/LosslessSwitcher-bin/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
}:
99
stdenvNoCC.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];

pkgs/darwin/mole-bin/package.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
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
};
@@ -41,7 +41,7 @@ in
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

0 commit comments

Comments
 (0)