Unverified Commit cd889349 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

art: 1.26.1 -> 1.26.2 (#492583)

parents 1640f0ee a4ce57e3
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.