Commit 64a8053e authored by R. RyanTM's avatar R. RyanTM
Browse files

art: 1.26.2 -> 1.26.3

parent e2a4391a
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.2";
  version = "1.26.3";

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

  # Fix the build with CMake 4.