steamguard-cli: 0.14.2 -> 0.15.0

This commit is contained in:
R. Ryantm
2024-12-19 15:15:31 +00:00
parent 41edc75130
commit 040cc79357

View File

@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "steamguard-cli";
version = "0.14.2";
version = "0.15.0";
src = fetchFromGitHub {
owner = "dyc3";
repo = pname;
rev = "v${version}";
hash = "sha256-SrMg/4bTAvk+2fLck8SJBMQ3bELu1OBB7pDZmk+rCbA=";
hash = "sha256-Cxl6FczWr5kAYt+q1m3HLEKCBeQz3TcW/aaOxsBcuwc=";
};
cargoHash = "sha256-MSN0xQj6IfOjI0qQqVBaGhh0BQJa4z24El2rGLlFBSM=";
cargoHash = "sha256-YKlTEKk2pbwLIFZjK/sBIIYwu0DYarVeJsIB9FSR9XM=";
nativeBuildInputs = [ installShellFiles ];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''