Skip to content

Commit

Permalink
Merge pull request #122165 from doronbehar/pkg/pistol
Browse files Browse the repository at this point in the history
pistol: 0.1.9 -> 0.2.0
  • Loading branch information
doronbehar authored May 8, 2021
2 parents 8823855 + c26c014 commit 741262d
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 @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "pistol";
version = "0.1.9";
version = "0.2.0";

src = fetchFromGitHub {
owner = "doronbehar";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Q/W+1NvbuSu+QfezJpyeI5r4VlzdAAbOlSfFIT8knJs=";
sha256 = "sha256-c85XF1Glg6A7utPfXOv4LBesJy9+ErE2B+DO243mMhg=";
};

vendorSha256 = "sha256-oXt2nZ9lcAiI9ZQtKuQrXOXDfqx3Ucvh/K6g7SScd2Q=";
vendorSha256 = "sha256-n98cjXsgg2w3shbZPnk3g7mBbzV5Tc3jd9ZtiRk1KUM=";

doCheck = false;

Expand Down

0 comments on commit 741262d

Please sign in to comment.