bump to 0.0.9 with a fix for vendor hash

This commit is contained in:
Aaron Bieber 2022-12-11 19:26:19 -07:00
parent b5b9cbcbf9
commit 2fb4da0433
No known key found for this signature in database

View File

@ -15,10 +15,10 @@
in { in {
tsvnstat = pkgs.buildGoModule { tsvnstat = pkgs.buildGoModule {
pname = "tsvnstat"; pname = "tsvnstat";
version = "v0.0.8"; version = "v0.0.9";
src = ./.; src = ./.;
vendorSha256 = "sha256-RNhu1gQ62Hg8Fhiw9uIS+b4YaAHtZMaqbelMKv+oZjM="; vendorSha256 = "sha256-kneXJLcNfKSvXpPmUU3Y7oFcVlknQ9Dsjd4Rq4bJrGo=";
proxyVendor = true; proxyVendor = true;
}; };
}); });