eget: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2023-02-24 17:21:50 +00:00
parent c3aaa8fb5e
commit 9056de21b8

View file

@ -10,16 +10,16 @@
buildGoModule rec { buildGoModule rec {
pname = "eget"; pname = "eget";
version = "1.3.2"; version = "1.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zyedidia"; owner = "zyedidia";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-tUHA5LbTOz20ydMM8141VjCUBsxI+Wzkgfh27aq/2y4="; sha256 = "sha256-OOqfZ2uS3sYBH9xrlQN1iSNdNE9RGi6qiDXfPgf2aB0=";
}; };
vendorSha256 = "sha256-J8weaJSC+k8BnijG2Jm2GYUZmEhASrrCDxb46ZGmCMI="; vendorSha256 = "sha256-A3lZtV0pXh4KxINl413xGbw2Pz7OzvIQiFSRubH428c=";
ldflags = [ "-s" "-w" "-X main.Version=v${version}" ]; ldflags = [ "-s" "-w" "-X main.Version=v${version}" ];