Commit 95b5f8e1 authored by R. RyanTM's avatar R. RyanTM
Browse files

art: 1.25.8 -> 1.25.9

parent 3a4e23f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [