art: 1.25.6 -> 1.25.7 (#429459)

Co-authored-by: paperdigits <paperdigits@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-30 17:38:40 +00:00
committed by GitHub
co-authored by paperdigits
+2 -2
View File
@@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "art";
version = "1.25.6";
version = "1.25.7";
src = fetchFromGitHub {
owner = "artpixls";
repo = "ART";
tag = version;
hash = "sha256-m3TqtoWjrPXpSL7blrqPm+vANJcpmHyKOm2rpnQ3qQ4=";
hash = "sha256-VrIayD7Gj0j5Rfs6sl2tZTqPFTvQcJHgUnGQ6IGiUmU=";
};
nativeBuildInputs = [