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

scc: 3.3.0 -> 3.3.3
This commit is contained in:
Weijia Wang 2024-05-09 20:33:28 +02:00 committed by GitHub
commit f9c974a2ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "scc";
version = "3.3.0";
version = "3.3.3";
src = fetchFromGitHub {
owner = "boyter";
repo = "scc";
rev = "v${version}";
hash = "sha256-WZWFgbC/Yz+KNYK+bjm+rlf3MJVPMbL+7hyFOSaSewA=";
hash = "sha256-YbTPRUxkSKYZwOSK7XFr6wHqACp0rkFyzQCMcAFlZ7Y=";
};
vendorHash = null;