scc: 3.4.0 -> 3.5.0 (#390050)

This commit is contained in:
Weijia Wang
2025-03-23 20:13:11 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "scc";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "boyter";
repo = "scc";
rev = "v${version}";
hash = "sha256-B6QYG4ZREZEaSfOLo5nwi6yFXkFBWvSsXwnZog1uBj8=";
hash = "sha256-ec3k6NL3zTYvcJo0bR/BqdTu5br4vRZpgrBR6Kj5YxY=";
};
vendorHash = null;