art: 1.25.10 -> 1.25.11 (#462595)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-17 17:32:14 +00:00
committed by GitHub

View File

@@ -40,13 +40,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "art"; pname = "art";
version = "1.25.10"; version = "1.25.11";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "artpixls"; owner = "artpixls";
repo = "ART"; repo = "ART";
tag = version; tag = version;
hash = "sha256-qGrkRsdQppfIolxAhxWnJrbYotELKga6X7CFY55xCKk="; hash = "sha256-viX2GjPV4ZvaK7u6KgANbbMLCFRLbCwd48NiIcsHqSY=";
}; };
# Fix the build with CMake 4. # Fix the build with CMake 4.