scc: 3.3.0 -> 3.3.3

This commit is contained in:
R. Ryantm 2024-05-08 23:51:02 +00:00
parent 4f554f0ff0
commit 6b7127232a

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;