Skip to content

Commit

Permalink
tkey-sign: 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 27, 2024
1 parent 9112fd0 commit f05315c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tkey-sign/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "tkey-sign";
version = "1.0.0";
version = "1.0.1";

src = fetchFromGitHub {
owner = "tillitis";
repo = "tkey-sign-cli";
rev = "v${version}";
hash = "sha256-glBmC3VBHggSLP3RY1TxTvrsVy0ilA+6ML13tvfXx04=";
hash = "sha256-3/QMFUFPmfm0r84m5cwObz0DGb+NLpnaVTOqmI83b2s=";
};

vendorHash = "sha256-e7/XbLBZw9f/ANuXgHcKE8EYlAmcrWmyqUyM+NoCdow=";
vendorHash = "sha256-hTwZvirNg9SeahSVpQr9L6OqzpcGsit8oMi5zGj4ipQ=";

subPackages = [ "cmd/tkey-sign" ];

Expand Down

0 comments on commit f05315c

Please sign in to comment.