scc: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm 2022-09-22 03:15:09 +00:00
parent a58203d752
commit 607c97dc6a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "scc";
version = "3.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "boyter";
repo = "scc";
rev = "v${version}";
sha256 = "sha256-G5LYOtAUnu82cgDdtYzcfVx/WFg9/HvFQAlQtd6GaDE=";
sha256 = "sha256-QViB9lS/znrFb7GoV0RUf1SwS7veTKlmFozWKM1zc+Y=";
};
vendorSha256 = null;