art: 1.24.2 -> 1.25.5 (#412709)

* art: 1.24.2 -> 1.25.5

* Update pkgs/by-name/ar/art/package.nix

Co-authored-by: emaryn <197520219+emaryn@users.noreply.github.com>

* Update meta.

---------

Co-authored-by: emaryn <197520219+emaryn@users.noreply.github.com>
This commit is contained in:
Mica
2025-06-04 06:52:46 +02:00
committed by GitHub
co-authored by emaryn
parent c6337123b9
commit 4907a2e2b6
+10 -10
View File
@@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromBitbucket,
fetchFromGitHub,
cmake,
pkg-config,
util-linux,
@@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "art";
version = "1.24.2";
version = "1.25.5";
src = fetchFromBitbucket {
owner = "agriggio";
repo = "art";
rev = version;
hash = "sha256-TpjmmDeXuxnlvCimsq6mZZk15VOVU3WGrPd3vmcIClI=";
src = fetchFromGitHub {
owner = "artpixls";
repo = "ART";
tag = version;
hash = "sha256-lKjYSKjZSJ9HtbmGWFR0bVv6hLnRzpklq2ueWirJ+Nw=";
};
nativeBuildInputs = [
@@ -105,9 +105,9 @@ stdenv.mkDerivation rec {
env.CXXFLAGS = "-include cstdint"; # needed at least with gcc13 on aarch64-linux
meta = {
description = "A raw converter based on RawTherapee";
homepage = "https://bitbucket.org/agriggio/art/";
license = lib.licenses.gpl3Only;
description = "Raw converter based on RawTherapee";
homepage = "https://art.pixls.us";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ paperdigits ];
mainProgram = "art";
platforms = lib.platforms.linux;