Unverified Commit 379f765f authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

art: 1.25.5 -> 1.25.6 (#418589)

parents f848539d cd98f867
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.5";
  version = "1.25.6";

  src = fetchFromGitHub {
    owner = "artpixls";
    repo = "ART";
    tag = version;
    hash = "sha256-lKjYSKjZSJ9HtbmGWFR0bVv6hLnRzpklq2ueWirJ+Nw=";
    hash = "sha256-m3TqtoWjrPXpSL7blrqPm+vANJcpmHyKOm2rpnQ3qQ4=";
  };

  nativeBuildInputs = [