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 1010
1111rustPlatform . buildRustPackage rec {
1212 pname = "oo7" ;
13- version = "0.4.0 " ;
13+ version = "0.4.3 " ;
1414
1515 src = fetchFromGitHub {
1616 owner = "bilelmoussaoui" ;
1717 repo = "oo7" ;
1818 rev = version ;
19- hash = "sha256-4QEFlQJt2qMf1SxP4OUP2rkmx6OjvNJ/tibuwZLRwus =" ;
19+ hash = "sha256-P20hxwTT/O4o+Z1LnXJJkeEHv1IILfj4/pPMNde55mY =" ;
2020 } ;
2121
2222 # TODO: this won't cover tests from the client crate
2323 # Additionally cargo-credential will also not be built here
2424 buildAndTestSubdir = "cli" ;
2525
2626 useFetchCargoVendor = true ;
27- cargoHash = "sha256-WqEHYywkFcHyoT55IuTFt5tfeeEtVhNc7VhuEc0nFfk =" ;
27+ cargoHash = "sha256-VNgbdvX5ttW+/V2Zzkd3rGIjVe1ENRE6WLg7M48ij7o =" ;
2828
2929 nativeBuildInputs = [ pkg-config ] ;
3030
You can’t perform that action at this time.
0 commit comments