File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
* .map
40
40
* .dol
41
41
* .pdb
42
+ /result
42
43
43
44
# Temporary files
44
45
* .swp
Original file line number Diff line number Diff line change 7
7
8
8
rustPlatform . buildRustPackage rec {
9
9
pname = "decomp-toolkit" ;
10
- version = "0.9.3 " ;
10
+ version = "0.9.6 " ;
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "encounter" ;
14
14
repo = "decomp-toolkit" ;
15
15
rev = "v${ version } " ;
16
- hash = "sha256-5EWZwAQNso58WIWKtXNiDDBjMUYYArdRREtyD0bXurY =" ;
16
+ hash = "sha256-mgdohsZ0ZkTSg/UsGVBPmtlJFa1rKMG6aa4XG1S9F4Y =" ;
17
17
} ;
18
18
19
19
nativeBuildInputs = [
@@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec {
22
22
23
23
cargoLock . lockFile = "${ src } /Cargo.lock" ;
24
24
cargoLock . outputHashes . "ar-0.8.0" = "sha256-OLyo+cRRWMsI1i8NsgsBKRJH1XsKW1CculQnJ/wcya0=" ;
25
- cargoLock . outputHashes . "nod-1.2.0" = "sha256-M7jSBo1Dqrhy/F0osoUtTMNm2BkFnRy2MOmkTs1pvdM=" ;
26
25
cargoLock . outputHashes . "objdiff-core-2.0.0-alpha.3" = "sha256-E597zRlSpxrTGino7jqoQmyxWkLYXT1P6U2PRolm0Ek=" ;
27
26
cargoLock . outputHashes . "ppc750cl-0.3.0" = "sha256-nMJk+rgu7Ydi2VZfodJk0kBz9xLLVBVz0vEZPee8Q6M=" ;
28
27
You can’t perform that action at this time.
0 commit comments