Merge pull request #276428 from r-ryantm/auto-update/stuffbin

stuffbin: 1.2.0 -> 1.3.0
This commit is contained in:
Ryan Lahfa 2024-01-12 20:01:56 +01:00 committed by GitHub
commit 9c12de0628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}" ];