oxide-rs: 0.12.0+20250604.0.0 -> 0.13.0+20250730.0.0

R. Ryantm baa616f2 9976b590

+3 -3
+3 -3
pkgs/by-name/ox/oxide-rs/package.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "oxide-rs"; 14 - version = "0.12.0+20250604.0.0"; 15 16 src = fetchFromGitHub { 17 owner = "oxidecomputer"; 18 repo = "oxide.rs"; 19 rev = "v${version}"; 20 - hash = "sha256-XtN/ZRaVrw4pB82cCmWijjTMZzte7VlUzx5BaCq2mCc="; 21 }; 22 23 patches = [ ··· 33 "--skip=test_cmd_auth_debug_logging" 34 ]; 35 36 - cargoHash = "sha256-b3RYPjkKgmcE70wSYl5Lu2uMS2gALxRSbLoKzXisUx4="; 37 38 cargoBuildFlags = [ 39 "--package=oxide-cli"
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "oxide-rs"; 14 + version = "0.13.0+20250730.0.0"; 15 16 src = fetchFromGitHub { 17 owner = "oxidecomputer"; 18 repo = "oxide.rs"; 19 rev = "v${version}"; 20 + hash = "sha256-baEXsDzM4y4HmUwjIqVBJm+8L+q+llq9g2o1kEZU3vI="; 21 }; 22 23 patches = [ ··· 33 "--skip=test_cmd_auth_debug_logging" 34 ]; 35 36 + cargoHash = "sha256-radMOVLnHaV+5bUYanw5mswGM9A+xqNN/a4boe1jWDM="; 37 38 cargoBuildFlags = [ 39 "--package=oxide-cli"