Skip to content

Commit 6200eb1

Browse files
authoredMar 23, 2025
scc: 3.4.0 -> 3.5.0 (#390050)
2 parents 3963aa8 + e3f2bb9 commit 6200eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/by-name/sc/scc/package.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
buildGoModule rec {
77
pname = "scc";
8-
version = "3.4.0";
8+
version = "3.5.0";
99

1010
src = fetchFromGitHub {
1111
owner = "boyter";
1212
repo = "scc";
1313
rev = "v${version}";
14-
hash = "sha256-B6QYG4ZREZEaSfOLo5nwi6yFXkFBWvSsXwnZog1uBj8=";
14+
hash = "sha256-ec3k6NL3zTYvcJo0bR/BqdTu5br4vRZpgrBR6Kj5YxY=";
1515
};
1616

1717
vendorHash = null;

0 commit comments

Comments
 (0)
Failed to load comments.