Skip to content

Commit

Permalink
Merge pull request #316798 from r-ryantm/auto-update/steamguard-cli
Browse files Browse the repository at this point in the history
steamguard-cli: 0.13.0 -> 0.14.0
  • Loading branch information
NickCao authored Jun 3, 2024
2 parents 33ce359 + d6401ee commit dd4f5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/st/steamguard-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "steamguard-cli";
version = "0.13.0";
version = "0.14.0";

src = fetchFromGitHub {
owner = "dyc3";
repo = pname;
rev = "v${version}";
hash = "sha256-+Lax9MaNyrsckgx7HtpXC1zBWcZNt16inY8qil0CVLQ=";
hash = "sha256-MTNp4LQtFUOvlcic+EgrMaJPq0aEa6YqwwdrKkpv87Q=";
};

cargoHash = "sha256-4QyFNy7oGWKScKZXQc63TxsI3avyEVSlqJAmv+lg1GE=";
cargoHash = "sha256-FBKHvkUJcjrUxuCDrra5VKBdK95IssVw7g9zzldX6jU=";

nativeBuildInputs = [ installShellFiles ];
postInstall = ''
Expand Down

0 comments on commit dd4f5b7

Please sign in to comment.