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

scc: 3.3.4 -> 3.3.5
This commit is contained in:
Nick Cao
2024-07-04 13:35:56 -04:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "scc";
version = "3.3.4";
version = "3.3.5";
src = fetchFromGitHub {
owner = "boyter";
repo = "scc";
rev = "v${version}";
hash = "sha256-mKKUFW01WVBNfy6z4v3y+yu9DJuLZkQSWpekzmVuMn0=";
hash = "sha256-7qenc/1FEwiyR7qz6u8L35Wb8zAUVQ5sG5bvYpZKdzs=";
};
vendorHash = null;