From ae0250b751f04b6ab9e155f742f9b5edc47464b9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 8 May 2025 21:46:55 +0200 Subject: [PATCH] goshs: 1.0.3 -> 1.0.5 Diff: https://github.com/patrickhener/goshs/compare/refs/tags/v1.0.3...refs/tags/v1.0.5 Changelog: https://github.com/patrickhener/goshs/releases/tag/v1.0.5 --- pkgs/by-name/go/goshs/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/go/goshs/package.nix b/pkgs/by-name/go/goshs/package.nix index 4e22ec4e92d2..b7c63e191a53 100644 --- a/pkgs/by-name/go/goshs/package.nix +++ b/pkgs/by-name/go/goshs/package.nix @@ -9,16 +9,16 @@ buildGoModule (finalAttrs: { pname = "goshs"; - version = "1.0.3"; + version = "1.0.5"; src = fetchFromGitHub { owner = "patrickhener"; repo = "goshs"; tag = "v${finalAttrs.version}"; - hash = "sha256-Sthe19Wb3zBg4kOh+aDC0CxAwMD9+LcNsy6u7qEj+f8="; + hash = "sha256-j/GsNkaheYDavxxoibR61knMR3x7o1pkc6NcmGrHSxY="; }; - vendorHash = "sha256-+bb+3ZYzRVxRh1WQEKa+WqH29fHErNWaTcHO70wCwPY="; + vendorHash = "sha256-LzuY3l6QQnMtAoVM2i206BuoTkVLVHg1DTWZhjIepY8="; ldflags = [ "-s"