bob: 0.7.2 -> 0.8.0

This commit is contained in:
R. Ryantm
2023-04-11 08:43:42 +00:00
parent b54401dfd4
commit c647fb0d79
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "bob";
version = "0.7.2";
version = "0.8.0";
src = fetchFromGitHub {
owner = "benchkram";
repo = pname;
rev = version;
hash = "sha256-yPdAf/j/vpQ2j+Zp8D7us7yaiDs47sKFPHZgggDjT3w=";
hash = "sha256-Mt98+EPATNarKx6qZJzx6eIyPYymZfiTntg6/e7g/vw=";
};
ldflags = [ "-s" "-w" "-X main.Version=${version}" ];
vendorHash = "sha256-6wAbwZKm8RTMt2Wm90N3AYZREipdo7Dq+XTWsLANd88=";
vendorHash = "sha256-S1XUgjdSVTWXehOLCxXcvj0SH12cxqvYadVlCw/saF4=";
excludedPackages = [ "example/server-db" "test/e2e" "tui-example" ];