steamguard-cli: 0.17.1 -> 0.18.1

This commit is contained in:
nat 2026-06-27 12:36:12 +02:00
commit aef386d623
No known key found for this signature in database

View file

@ -8,16 +8,23 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "steamguard-cli";
version = "0.17.1";
version = "0.18.1";
src = fetchFromGitHub {
owner = "dyc3";
repo = "steamguard-cli";
rev = "v${finalAttrs.version}";
hash = "sha256-IoWLPpFPQC1QU1EgJSiiAQqMcDQnHa5WRLiya3WN+6w=";
hash = "sha256-Y2o9xJP7ENXXcoPJiuFOstPnzGFQo0LFmr7ss66ojAM";
};
cargoHash = "sha256-7csGZp5dAz0j7pTxeex/yrgzNFU7Qz3zNcZ/K4dV7GE=";
cargoHash = "sha256-V5VCHMqvGU0m+xbDoQqEEgeBtX5H4A1Mc11SDTB3a1w=";
# disable update check
buildNoDefaultFeatures = true;
buildFeatures = [
"keyring"
"qr"
];
nativeBuildInputs = [ installShellFiles ];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''