stuffbin: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-12-24 09:37:47 +00:00
parent 42e8265222
commit 4fbc44ea7a

View file

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "stuffbin";
version = "1.2.0";
version = "1.3.0";
vendorHash = null;
@ -10,7 +10,7 @@ buildGoModule rec {
owner = "knadh";
repo = "stuffbin";
rev = "v${version}";
sha256 = "sha256-roXjE0t4iwrL2y/G2oePYL2AbTwd9uzQPtgdY14WeZk=";
sha256 = "sha256-dOlc/G2IiuMAN0LqiZtbpXLSYaOpe5cl1+cs3YhaAbg=";
};
ldflags = [ "-s" "-w" "-X main.version=${version}" ];