pistol: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2021-11-03 20:17:51 +00:00
parent cbb7455d73
commit fdacbe5494

View File

@ -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;