We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3582c7 commit 6024734Copy full SHA for 6024734
pkgs/by-name/op/openstack-rs/package.nix
@@ -9,16 +9,16 @@
9
}:
10
rustPlatform.buildRustPackage (finalAttrs: {
11
pname = "openstack-rs";
12
- version = "0.11.0";
+ version = "0.12.0";
13
src = fetchFromGitHub {
14
owner = "gtema";
15
repo = "openstack";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-Dq1ixAzUJJHbu40cpr4rMpvxPaG4kFDBwOI/4n9nWNo=";
+ hash = "sha256-n3tVkEDn5giAYxcFWI/sc0yCjK1A80L7+dp44QXoCc4=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-5e8Tro73H9EznVuTLlVsjDgcC94HUAYEbJxjIdVGjgg=";
+ cargoHash = "sha256-lu3OeBP2fHGX1SV1LnDv/RCAVhoEVZIRiMoXWJ3H4IQ=";
22
23
nativeBuildInputs = [
24
installShellFiles
0 commit comments