art: 1.25.8 -> 1.25.9 (#443770)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-17 15:49:47 +00:00
committed by GitHub
+2 -2
View File
@@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "art";
version = "1.25.8";
version = "1.25.9";
src = fetchFromGitHub {
owner = "artpixls";
repo = "ART";
tag = version;
hash = "sha256-FsaTXGlQ390XgFrV4InF+xFr+Y9JgZefsR/AyHOuSsA=";
hash = "sha256-dg0msZ0aeyl4L7RqqGur9Lalu1QtE0igEc54WT5F+SQ=";
};
nativeBuildInputs = [