Skip to content

Commit 8e3b25f

Browse files
authored
oo7: 0.4.0 -> 0.4.3 (#392615)
2 parents b763e93 + 9d70afb commit 8e3b25f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/oo/oo7/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010

1111
rustPlatform.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

0 commit comments

Comments
 (0)