Skip to content

Commit 3c6006b

Browse files
gapulgithub-actions[bot]
authored andcommitted
chore(nix): update custom packages
1 parent 5f402c4 commit 3c6006b

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

nix/pkgs/paper-server.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
}:
99
let
1010
version = "26.2";
11-
build = "121";
11+
build = "123";
1212
# Paper's download URL embeds the object's sha256, so URL and hash cannot drift apart.
13-
sha256 = "0de30efb024bc8b83c9c7d507d11802897ad8056b6110ec09fe1a91d126ccb54";
13+
sha256 = "7b7b3b43c009103e1971a0576c26f655a7dd9b56a0a2a4438e352c03a7fecd08";
1414
in
1515
fetchurl {
1616
pname = "paper-server";

nix/pkgs/slk.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
}:
66

77
let
8-
version = "0.16.0";
8+
version = "0.17.0";
99
sources = {
1010
aarch64-darwin = {
1111
arch = "arm64";
12-
hash = "sha256-DV66IUDO0KaSgaNkP3MqgNzvfRs/6pt0B1IU120h3L4=";
12+
hash = "sha256-RXhRAZk+4kLgnJj1odctWEk9JYbt+i8dPYDIRT2GUNA=";
1313
};
1414
x86_64-darwin = {
1515
arch = "x86_64";
16-
hash = "sha256-2MHNSDTTucvU0/Q+RdaXnSAlpLVTOza/DtDyBkxb1V4=";
16+
hash = "sha256-bwMCLM3LfcDrzx77oduQw0fJcjqF7S0EKa6WOn6vp6c=";
1717
};
1818
};
1919
source = sources.${stdenvNoCC.hostPlatform.system};

nix/pkgs/unity-cli.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
}:
66

77
let
8-
version = "1.0.0-beta.6";
8+
version = "1.0.0-beta.9";
99
sources = {
1010
aarch64-darwin = {
1111
platform = "darwin-arm64";
12-
hash = "sha256-LpsYpnQrlVroHDYgo7IILmZHBCY7IGq5DGLNngJcauU=";
12+
hash = "sha256-RZ1oMKQR34bp2wV5uAOTLwxrwu/2p6tIM4XxZ2/ash8=";
1313
};
1414
x86_64-darwin = {
1515
platform = "darwin-x64";
16-
hash = "sha256-/RuahJ+F4/Ls77XIH74tScdA5ofnSqh2mFXGYjGwXwk=";
16+
hash = "sha256-XpiYkUTdJKC3TNsqXKCGdOHsf2hH/qA+6s1+621M0ZY=";
1717
};
1818
aarch64-linux = {
1919
platform = "linux-arm64";
20-
hash = "sha256-yEnwgAgqmRK+aJ5grICZ0fCCPCqMl+9xDWoi5nlSzGw=";
20+
hash = "sha256-Z3WydFM7lKVqzJScOoAjPcFdXFISfZuj9pGC+TH84Ns=";
2121
};
2222
x86_64-linux = {
2323
platform = "linux-x64";
24-
hash = "sha256-i1I/0C5R/STVgaiMT3SnVglOMIyOwNm5qMlfQj/Zw9w=";
24+
hash = "sha256-jA1uJDVEnIvn8OayzmMwv8XxepiuxLZZyFmUBFXdD+U=";
2525
};
2626
};
2727
source = sources.${stdenvNoCC.hostPlatform.system};

0 commit comments

Comments
 (0)