Commit a4ce57e3 authored by R. RyanTM's avatar R. RyanTM
Browse files

art: 1.26.1 -> 1.26.2

parent 821c34f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "art";
  version = "1.26.1";
  version = "1.26.2";

  src = fetchFromGitHub {
    owner = "artpixls";
    repo = "ART";
    tag = finalAttrs.version;
    hash = "sha256-Abh3Hj3wKdWNN7rdU61MgkZHmoa7ufYzZGKsrxplkj0=";
    hash = "sha256-zjGb5XiXry16xHlrlDw1b3ROYgHuJe3srRFWY/AIBRE=";
  };

  # Fix the build with CMake 4.