1
0
Fork 0

q: Bump to 0.8.2

This commit is contained in:
Daniel Kempkens 2022-08-08 01:02:47 +02:00
parent 7839a2f70e
commit 734318dcef

View file

@ -2,16 +2,16 @@
pkgs.buildGoModule rec {
pname = "q";
version = "0.8.1";
version = "0.8.2";
src = pkgs.fetchFromGitHub {
owner = "natesales";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hvmA5PTM9cgpzcIE6xBpsB3Lmw+U4Ehe105XFkgj5CE=";
sha256 = "sha256-Esg2i8UNT+SuW9+jsnVEOt1ot822CamZ3JoR8ReY0+4=";
};
vendorSha256 = "sha256-x02i5FBHkAwlJIN4VbTAi5buSCNkEffGmKbLPJBXoBA=";
vendorSha256 = "sha256-oarXbxROTd7knHr9GKlrPnnS6ehkps2ZYYsUS9cn6ek=";
ldflags = "-s -w -X main.version=release";
doCheck = false;