Merge pull request #288920 from r-ryantm/auto-update/ssmsh

ssmsh: 1.4.8 -> 1.4.9
This commit is contained in:
Nick Cao 2024-02-15 09:03:18 -05:00 committed by GitHub
commit 64469bc2f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "ssmsh"; pname = "ssmsh";
version = "1.4.8"; version = "1.4.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bwhaley"; owner = "bwhaley";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-GpN+yicgFIHOaMeJJcRn55f6fQbFX12vSV089/cMsqc="; sha256 = "sha256-UmfwDukRVyfX+DmUfRi+KepqFrPtDNImKd22/dI7ytk=";
}; };
vendorHash = "sha256-17fmdsfOrOaySPsXofLzz0+vmiemg9MbnWhRoZ67EuQ="; vendorHash = "sha256-+7duWRe/haBOZbe18sr2qwg419ieEZwYDb0L3IPLA4A=";
doCheck = true; doCheck = true;