openstack-rs: 0.12.4 -> 0.13.0

This commit is contained in:
R. Ryantm 2025-08-11 08:37:13 +00:00
parent 08b92281cc
commit 7875ce5bd5

View File

@ -9,15 +9,15 @@
}: }:
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "openstack-rs"; pname = "openstack-rs";
version = "0.12.4"; version = "0.13.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gtema"; owner = "gtema";
repo = "openstack"; repo = "openstack";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-UEnvKqnAY7QHeeEayTk5aBBxHcOrAr7LisvaOiRhRMQ="; hash = "sha256-ywj0K9MdckVuKxjt1za+IyK4SoeyTXoXbDRXLqEkic0=";
}; };
cargoHash = "sha256-YytlhN1UtNnB5ZgCEVyBfiPTnhABjCaA87ejkHJsIOk="; cargoHash = "sha256-e2wt5BS+RQOpo3T5HOutvKGv4lHiIoTk9tEqMs4f5Dw=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles