waf-tester: 0.6.12 -> 0.6.13

This commit is contained in:
R. Ryantm 2023-03-04 09:33:51 +00:00
parent 8103bd3c57
commit 1bca4bbc8a

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "waf-tester";
version = "0.6.12";
version = "0.6.13";
src = fetchFromGitHub {
owner = "jreisinger";
repo = pname;
rev = "v${version}";
hash = "sha256-baj9JuC4PF5c50K2aY+xwdE9t4aTzOu+isqJ6r1pWuc=";
hash = "sha256-UPviooQNGRVwf/bTz9ApedJDAGeCvh9iD1HXFOQXPcw=";
};
vendorSha256 = "sha256-qVzgZX4HVXZ3qgYAu3a46vcGl4Pk2D1Zx/giEmPEG88=";
vendorHash = "sha256-HOYHrR1LtVcXMKFHPaA7PYH4Fp9nhqal2oxYTq/i4/8=";
ldflags = [
"-s"