Skip to content

Commit 56aa923

Browse files
committed
Fix nix
1 parent 1c6f9fe commit 56aa923

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ build/
3939
*.map
4040
*.dol
4141
*.pdb
42+
/result
4243

4344
# Temporary files
4445
*.swp

.nix/decomp-toolkit.nix

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "decomp-toolkit";
10-
version = "0.9.3";
10+
version = "0.9.6";
1111

1212
src = fetchFromGitHub {
1313
owner = "encounter";
1414
repo = "decomp-toolkit";
1515
rev = "v${version}";
16-
hash = "sha256-5EWZwAQNso58WIWKtXNiDDBjMUYYArdRREtyD0bXurY=";
16+
hash = "sha256-mgdohsZ0ZkTSg/UsGVBPmtlJFa1rKMG6aa4XG1S9F4Y=";
1717
};
1818

1919
nativeBuildInputs = [
@@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec {
2222

2323
cargoLock.lockFile = "${src}/Cargo.lock";
2424
cargoLock.outputHashes."ar-0.8.0" = "sha256-OLyo+cRRWMsI1i8NsgsBKRJH1XsKW1CculQnJ/wcya0=";
25-
cargoLock.outputHashes."nod-1.2.0" = "sha256-M7jSBo1Dqrhy/F0osoUtTMNm2BkFnRy2MOmkTs1pvdM=";
2625
cargoLock.outputHashes."objdiff-core-2.0.0-alpha.3" = "sha256-E597zRlSpxrTGino7jqoQmyxWkLYXT1P6U2PRolm0Ek=";
2726
cargoLock.outputHashes."ppc750cl-0.3.0" = "sha256-nMJk+rgu7Ydi2VZfodJk0kBz9xLLVBVz0vEZPee8Q6M=";
2827

0 commit comments

Comments
 (0)