bob: 0.7.0 -> 0.7.1

This commit is contained in:
R. Ryantm 2022-11-21 00:55:36 +00:00
parent 8767da378a
commit b710efb0cd

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "bob";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "benchkram";
repo = pname;
rev = version;
hash = "sha256-37VhzYxVrt+w1XTDXzKAkJT43TQSyCmX9SAoNnk+o3w=";
hash = "sha256-OuIE3saJxk8IBLPbAxdQ2uJ9oXJ3xBOaeZraw9csy1U=";
};
ldflags = [ "-s" "-w" "-X main.Version=${version}" ];