sc: 7.16_1.1.4 -> 7.16_1.2.0 (#512379)

This commit is contained in:
Nick Cao
2026-04-22 19:31:48 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "sc";
version = "7.16_1.1.4";
version = "7.16_1.2.0";
src = fetchFromGitHub {
repo = "sc";
owner = "n-t-roff";
tag = finalAttrs.version;
hash = "sha256-qC7UQQqprT0Td7TCCe7iB9qJIBp47GW3aBAon27Katg=";
hash = "sha256-4Ma3JWrK2udMLEAUboBGzfLTQjX+TdXG7ygvhS14BiM=";
};
buildInputs = [ ncurses ];