sscg: 3.0.5 -> 3.0.6 (#396791)

Co-authored-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-07 12:27:02 +00:00
committed by GitHub
co-authored by lucasew
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sscg";
version = "3.0.5";
version = "3.0.6";
src = fetchFromGitHub {
owner = "sgallagher";
repo = "sscg";
tag = "sscg-${finalAttrs.version}";
hash = "sha256-NzS9EV7DyQzPt4mvuEMs3zKRaQnyKzLNxmeheY7WHm4=";
hash = "sha256-BT9qytO9M3uymsHak4FtBapYLSNJcF96/8LxqXXiwxE=";
};
nativeBuildInputs = [