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

scc: 3.2.0 -> 3.3.0
This commit is contained in:
Pascal Bach 2024-05-03 22:08:34 +02:00 committed by GitHub
commit 99dcdbd0d7
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.2.0";
version = "3.3.0";
src = fetchFromGitHub {
owner = "boyter";
repo = "scc";
rev = "v${version}";
hash = "sha256-ZQIOV7TznaIrgSUgc5Pyc4sz2d5MFO+RgczQq3gZevk=";
hash = "sha256-WZWFgbC/Yz+KNYK+bjm+rlf3MJVPMbL+7hyFOSaSewA=";
};
vendorHash = null;