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:
parent
c6337123b9
commit
4907a2e2b6
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromBitbucket,
|
fetchFromGitHub,
|
||||||
cmake,
|
cmake,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
util-linux,
|
util-linux,
|
||||||
@ -40,13 +40,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "art";
|
pname = "art";
|
||||||
version = "1.24.2";
|
version = "1.25.5";
|
||||||
|
|
||||||
src = fetchFromBitbucket {
|
src = fetchFromGitHub {
|
||||||
owner = "agriggio";
|
owner = "artpixls";
|
||||||
repo = "art";
|
repo = "ART";
|
||||||
rev = version;
|
tag = version;
|
||||||
hash = "sha256-TpjmmDeXuxnlvCimsq6mZZk15VOVU3WGrPd3vmcIClI=";
|
hash = "sha256-lKjYSKjZSJ9HtbmGWFR0bVv6hLnRzpklq2ueWirJ+Nw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -105,9 +105,9 @@ stdenv.mkDerivation rec {
|
|||||||
env.CXXFLAGS = "-include cstdint"; # needed at least with gcc13 on aarch64-linux
|
env.CXXFLAGS = "-include cstdint"; # needed at least with gcc13 on aarch64-linux
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A raw converter based on RawTherapee";
|
description = "Raw converter based on RawTherapee";
|
||||||
homepage = "https://bitbucket.org/agriggio/art/";
|
homepage = "https://art.pixls.us";
|
||||||
license = lib.licenses.gpl3Only;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ paperdigits ];
|
maintainers = with lib.maintainers; [ paperdigits ];
|
||||||
mainProgram = "art";
|
mainProgram = "art";
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user