Merge pull request #332523 from r-ryantm/auto-update/steamguard-cli

steamguard-cli: 0.14.1 -> 0.14.2
This commit is contained in:
Nick Cao 2024-08-05 16:29:22 -04:00 committed by GitHub
commit 553868fcf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "steamguard-cli";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "dyc3";
repo = pname;
rev = "v${version}";
hash = "sha256-cd2j3QRJv4GNm05W1O2tfYyZ/GHwixFisAG6EQ6TXzw=";
hash = "sha256-SrMg/4bTAvk+2fLck8SJBMQ3bELu1OBB7pDZmk+rCbA=";
};
cargoHash = "sha256-LYrn0MKrOYjYPLdBukXRXGW+XWVcGHNAl0vC/qkmkNs=";
cargoHash = "sha256-MSN0xQj6IfOjI0qQqVBaGhh0BQJa4z24El2rGLlFBSM=";
nativeBuildInputs = [ installShellFiles ];
postInstall = ''