openstack-rs: 0.10.0 -> 0.11.0 (#396047)

Co-authored-by: Lykos153 <Lykos153@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Lykos153 and committed by GitHub 9756c0de 21dfa244

+3 -3
+3 -3
pkgs/by-name/op/openstack-rs/package.nix
··· 9 }: 10 rustPlatform.buildRustPackage (finalAttrs: { 11 pname = "openstack-rs"; 12 - version = "0.10.0"; 13 src = fetchFromGitHub { 14 owner = "gtema"; 15 repo = "openstack"; 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-NDiqIhpKP7iGEAgAnaBekqjjWM7KqZPpdtPu/mEp1NU="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-S4FivjHkWC5tA1l4cheJsTECRfv8zyQbR88BqCeKFuc="; 22 23 nativeBuildInputs = [ 24 installShellFiles
··· 9 }: 10 rustPlatform.buildRustPackage (finalAttrs: { 11 pname = "openstack-rs"; 12 + version = "0.11.0"; 13 src = fetchFromGitHub { 14 owner = "gtema"; 15 repo = "openstack"; 16 tag = "v${finalAttrs.version}"; 17 + hash = "sha256-Dq1ixAzUJJHbu40cpr4rMpvxPaG4kFDBwOI/4n9nWNo="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-5e8Tro73H9EznVuTLlVsjDgcC94HUAYEbJxjIdVGjgg="; 22 23 nativeBuildInputs = [ 24 installShellFiles