art: 1.25.8 -> 1.25.9

This commit is contained in:
R. Ryantm
2025-09-17 14:51:26 +00:00
parent 3a4e23f783
commit 95b5f8e1a7
+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 = [