File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99rustPlatform . buildRustPackage rec {
1010 pname = "wizer" ;
11- version = "7 .0.5 " ;
11+ version = "8 .0.0 " ;
1212
1313 # the crate does not contain files which are necessary for the tests
1414 # see https://github.com/bytecodealliance/wizer/commit/3a95e27ce42f1fdaef07b52988e4699eaa221e04
1515 src = fetchFromGitHub {
1616 owner = "bytecodealliance" ;
1717 repo = "wizer" ;
1818 tag = "v${ version } " ;
19- hash = "sha256-bx8V/jaKDpJdWRwYm6GrjsdXQpDyTulRMKVnQZlqLNE =" ;
19+ hash = "sha256-NaYHrjm5CGPWT5Pa1EdXS9fswj5NDWQye2pBQk+PKuk =" ;
2020 } ;
2121
2222 useFetchCargoVendor = true ;
23- cargoHash = "sha256-TBr+9pWq9kVV01NyzgURJjZnkvyNKTw1LUeCG5VyYiY =" ;
23+ cargoHash = "sha256-OI7/PLP0Au7FrQ9KUTBTSE9r8kJBA3gbcHe060KALHw =" ;
2424
2525 cargoBuildFlags = [
2626 "--bin"
You can’t perform that action at this time.
0 commit comments