bump to 0.0.9 with a fix for vendor hash
This commit is contained in:
parent
b5b9cbcbf9
commit
2fb4da0433
@ -15,10 +15,10 @@
|
||||
in {
|
||||
tsvnstat = pkgs.buildGoModule {
|
||||
pname = "tsvnstat";
|
||||
version = "v0.0.8";
|
||||
version = "v0.0.9";
|
||||
src = ./.;
|
||||
|
||||
vendorSha256 = "sha256-RNhu1gQ62Hg8Fhiw9uIS+b4YaAHtZMaqbelMKv+oZjM=";
|
||||
vendorSha256 = "sha256-kneXJLcNfKSvXpPmUU3Y7oFcVlknQ9Dsjd4Rq4bJrGo=";
|
||||
proxyVendor = true;
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user