Skip to content

Commit f8b96f9

Browse files
openstack-rs: 0.11.0 -> 0.12.0 (#404837)
Co-authored-by: Lykos153 <[email protected]>
2 parents ebfa5f8 + 6024734 commit f8b96f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/op/openstack-rs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
}:
1010
rustPlatform.buildRustPackage (finalAttrs: {
1111
pname = "openstack-rs";
12-
version = "0.11.0";
12+
version = "0.12.0";
1313
src = fetchFromGitHub {
1414
owner = "gtema";
1515
repo = "openstack";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-Dq1ixAzUJJHbu40cpr4rMpvxPaG4kFDBwOI/4n9nWNo=";
17+
hash = "sha256-n3tVkEDn5giAYxcFWI/sc0yCjK1A80L7+dp44QXoCc4=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-5e8Tro73H9EznVuTLlVsjDgcC94HUAYEbJxjIdVGjgg=";
21+
cargoHash = "sha256-lu3OeBP2fHGX1SV1LnDv/RCAVhoEVZIRiMoXWJ3H4IQ=";
2222

2323
nativeBuildInputs = [
2424
installShellFiles

0 commit comments

Comments
 (0)