3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #129146 from fabaff/bump-traitor

traitor: 0.0.7 -> 0.0.8
This commit is contained in:
Jörg Thalheim 2021-07-03 19:07:50 +01:00 committed by GitHub
commit 9bcf6d84be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "traitor";
version = "0.0.7";
version = "0.0.8";
src = fetchFromGitHub {
owner = "liamg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-UuWJe4nVr87ab3yskqKxnclMg9EywlcgaM/WOREXD/c=";
sha256 = "sha256-eUeKkjSpKel6XH3/VVw/WPCG/Nq8BcZwMNFG9z9FUuU=";
};
vendorSha256 = null;