Merge pull request #258375 from r-ryantm/auto-update/steamguard-cli
steamguard-cli: 0.12.1 -> 0.12.2
This commit is contained in:
commit
18927eb5d4
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "steamguard-cli";
|
pname = "steamguard-cli";
|
||||||
version = "0.12.1";
|
version = "0.12.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dyc3";
|
owner = "dyc3";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-i+q8hiElLuA1oHRLASiO/icEmhd1VqvV/zKGV0CSXms=";
|
hash = "sha256-p3v7XiOXWH6F1oIiARr0K3sYOXCcNS97+THIG7k72wk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-1K482GygV9SLpbpwF1iI3pwL0gcNo0eM2goKTgscK64=";
|
cargoHash = "sha256-qQA7UdtFqGPyCRHdV+FfbQFiPaOeW4rT4dYC3BeHDw0=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
changelog = "https://github.com/dyc3/steamguard-cli/releases/tag/v${version}";
|
changelog = "https://github.com/dyc3/steamguard-cli/releases/tag/v${version}";
|
||||||
|
|
Loading…
Reference in a new issue