oxide-rs: 0.12.0+20250604.0.0 -> 0.13.0+20250730.0.0 (#433779)

Co-authored-by: sarcasticadmin <sarcasticadmin@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-15 15:54:59 +00:00 committed by GitHub
commit 34ea16dab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
rustPlatform.buildRustPackage rec {
pname = "oxide-rs";
version = "0.12.0+20250604.0.0";
version = "0.13.0+20250730.0.0";
src = fetchFromGitHub {
owner = "oxidecomputer";
repo = "oxide.rs";
rev = "v${version}";
hash = "sha256-XtN/ZRaVrw4pB82cCmWijjTMZzte7VlUzx5BaCq2mCc=";
hash = "sha256-baEXsDzM4y4HmUwjIqVBJm+8L+q+llq9g2o1kEZU3vI=";
};
patches = [
@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
"--skip=test_cmd_auth_debug_logging"
];
cargoHash = "sha256-b3RYPjkKgmcE70wSYl5Lu2uMS2gALxRSbLoKzXisUx4=";
cargoHash = "sha256-radMOVLnHaV+5bUYanw5mswGM9A+xqNN/a4boe1jWDM=";
cargoBuildFlags = [
"--package=oxide-cli"