steamguard-cli: 0.15.0 -> 0.16.0 (#381620)

Co-authored-by: surfaceflinger <nat@nekopon.pl>

authored by nixpkgs-merge-bot[bot] surfaceflinger and committed by GitHub e435407a 3da8f728

+3 -3
+3 -3
pkgs/by-name/st/steamguard-cli/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "steamguard-cli"; 11 - version = "0.15.0"; 11 + version = "0.16.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "dyc3"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - hash = "sha256-Cxl6FczWr5kAYt+q1m3HLEKCBeQz3TcW/aaOxsBcuwc="; 17 + hash = "sha256-gPw0D5/XpT1bRYgG6GgDSP47Pa6MR3qzKhVwB4MrLKU="; 18 18 }; 19 19 20 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-ku5O7coA9OKCLNIkp/WPSgYsTO546/v3RZ/PcNkGRmA="; 21 + cargoHash = "sha256-uu+Ngz5hfH1Pg2KcumpHW3BDggBGJgRh0W06a6fPrfg="; 22 22 23 23 nativeBuildInputs = [ installShellFiles ]; 24 24 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''