steamguard-cli: 0.17.0 -> 0.17.1

This commit is contained in:
R. Ryantm
2025-06-29 00:39:05 +00:00
parent 7fdb86a635
commit d60ac7eb5e
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "steamguard-cli";
version = "0.17.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "dyc3";
repo = "steamguard-cli";
rev = "v${version}";
hash = "sha256-o4hJ8+FsFLKJwifLP3pGbn35SOsTTnQosO4IejitUeI=";
hash = "sha256-IoWLPpFPQC1QU1EgJSiiAQqMcDQnHa5WRLiya3WN+6w=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-OBftq8bPqmc77oeOStAeXZN5DHfASdOJCrmgDTgHFWc=";
cargoHash = "sha256-7csGZp5dAz0j7pTxeex/yrgzNFU7Qz3zNcZ/K4dV7GE=";
nativeBuildInputs = [ installShellFiles ];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''