Merge pull request #312366 from r-ryantm/auto-update/scc

scc: 3.3.3 -> 3.3.4
This commit is contained in:
h7x4 2024-06-12 21:48:35 +02:00 committed by GitHub
commit f1d86d9272
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "scc";
version = "3.3.3";
version = "3.3.4";
src = fetchFromGitHub {
owner = "boyter";
repo = "scc";
rev = "v${version}";
hash = "sha256-YbTPRUxkSKYZwOSK7XFr6wHqACp0rkFyzQCMcAFlZ7Y=";
hash = "sha256-mKKUFW01WVBNfy6z4v3y+yu9DJuLZkQSWpekzmVuMn0=";
};
vendorHash = null;