Skip to content

Commit

Permalink
pistol: 0.2.1 -> 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 3, 2021
1 parent cbb7455 commit fdacbe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/pistol/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "pistol";
version = "0.2.1";
version = "0.2.2";

src = fetchFromGitHub {
owner = "doronbehar";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NUHk48P3kUx+e9BR9k9K/VaHnbZ6Do6RRf1S0974sO8=";
sha256 = "sha256-rpHtU8CnRh4C75tjdyJWCzbyaHvzyBpGSbJpXW8J9VM=";
};

vendorSha256 = "sha256-n98cjXsgg2w3shbZPnk3g7mBbzV5Tc3jd9ZtiRk1KUM=";
vendorSha256 = "sha256-ivFH7KtWf4nHCdAJrb6HgKP6aIIjgBKG5XwbeJHBDvU=";

doCheck = false;

Expand Down

0 comments on commit fdacbe5

Please sign in to comment.