forked from mirrors/nixpkgs
gotestwaf: 0.4.11 -> 0.4.12
Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.11...v0.4.12 Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.4.12
This commit is contained in:
parent
3fcf360624
commit
62de2796c3
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "gotestwaf";
|
||||
version = "0.4.11";
|
||||
version = "0.4.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wallarm";
|
||||
repo = "gotestwaf";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-xvlzSBvOM09b/m4gI1sbIpIlFJnXQL0G4xet/AL3Yxo=";
|
||||
hash = "sha256-av6N6RQ+9iW+xG1FpmFjBHL1leU4P0IPiqf7kvJxm6M=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
|
Loading…
Reference in a new issue