From 2fb4da0433d1c532ba503a62f1113b01b9605623 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sun, 11 Dec 2022 19:26:19 -0700 Subject: [PATCH] bump to 0.0.9 with a fix for vendor hash --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b14cb45..a76e2c3 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; });