various: switch to finalAttrs pattern (#483882)

This commit is contained in:
Fernando Rodrigues
2026-01-30 02:32:49 +00:00
committed by GitHub
3183 changed files with 10207 additions and 10207 deletions

View File

@@ -5,14 +5,14 @@
nixosTests,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "3proxy";
version = "0.9.5";
src = fetchFromGitHub {
owner = "3proxy";
repo = "3proxy";
tag = version;
tag = finalAttrs.version;
sha256 = "sha256-uy6flZ1a7o02pr5O0pgl9zCjh8mE9W5JxotJeBMB16A=";
};
@@ -49,4 +49,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ misuzu ];
};
}
})

View File

@@ -7,14 +7,14 @@
gmp,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "4ti2";
version = "1.6.13";
src = fetchFromGitHub {
owner = "4ti2";
repo = "4ti2";
rev = "Release_${builtins.replaceStrings [ "." ] [ "_" ] version}";
rev = "Release_${builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-gbYG55LfVhjJJFJu0L8AWIAnFDViHIW2N1qtS8xOFAc=";
};
@@ -36,4 +36,4 @@ stdenv.mkDerivation rec {
maintainers = [ ];
platforms = lib.platforms.all;
};
}
})

View File

@@ -5,14 +5,14 @@
autoreconfHook,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "6tunnel";
version = "0.14";
src = fetchFromGitHub {
owner = "wojtekka";
repo = "6tunnel";
tag = version;
tag = finalAttrs.version;
sha256 = "sha256-ftTAFjHlXRrXH6co8bX0RY092lAmv15svZn4BKGVuq0=";
};
@@ -22,8 +22,8 @@ stdenv.mkDerivation rec {
description = "Tunnelling for application that don't speak IPv6";
mainProgram = "6tunnel";
homepage = "https://github.com/wojtekka/6tunnel";
changelog = "https://github.com/wojtekka/6tunnel/blob/${version}/ChangeLog";
changelog = "https://github.com/wojtekka/6tunnel/blob/${finalAttrs.version}/ChangeLog";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.unix;
};
}
})

View File

@@ -4,12 +4,12 @@
fetchurl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "915resolution";
version = "0.5.3";
src = fetchurl {
url = "http://915resolution.mango-lang.org/915resolution-${version}.tar.gz";
url = "http://915resolution.mango-lang.org/915resolution-${finalAttrs.version}.tar.gz";
sha256 = "0hmmy4kkz3x6yigz6hk99416ybznd67dpjaxap50nhay9f1snk5n";
};
@@ -26,4 +26,4 @@ stdenv.mkDerivation rec {
];
license = lib.licenses.publicDomain;
};
}
})

View File

@@ -7,14 +7,14 @@
gitUpdater,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "9pfs";
version = "0.5";
src = fetchFromGitHub {
owner = "ftrvxmtrx";
repo = "9pfs";
tag = version;
tag = finalAttrs.version;
sha256 = "sha256-NT8oIQK8Os3HRZLOH2OvauiCvh5bXZFbeEtTFbzNvrs=";
};
@@ -43,4 +43,4 @@ stdenv.mkDerivation rec {
bsd2
];
};
}
})

View File

@@ -13,7 +13,7 @@
gitUpdater,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "a2jmidid";
version = "12";
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
domain = "gitea.ladish.org";
owner = "LADI";
repo = "a2jmidid";
tag = version;
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-PZKGhHmPMf0AucPruOLB9DniM5A3BKdghFCrd5pTzeM=";
};
@@ -60,4 +60,4 @@ stdenv.mkDerivation rec {
"aarch64-linux"
];
};
}
})

View File

@@ -12,12 +12,12 @@
libpaper,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "a2ps";
version = "4.15.7";
src = fetchurl {
url = "mirror://gnu/a2ps/a2ps-${version}.tar.gz";
url = "mirror://gnu/a2ps/a2ps-${finalAttrs.version}.tar.gz";
hash = "sha256-cV84Zwr9lQtMpxwB9Gj+760mXKUtPxEpNMY8Cov7uK8=";
};
@@ -54,4 +54,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ bennofs ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -5,7 +5,7 @@
autoreconfHook,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "a52dec";
version = "0.8.0";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
domain = "git.adelielinux.org";
owner = "community";
repo = "a52dec";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-Z4riiwetJkhQYa+AD8qOiwB1+cuLbOyN/g7D8HM8Pkw=";
};
@@ -36,10 +36,10 @@ stdenv.mkDerivation rec {
meta = {
description = "ATSC A/52 stream decoder";
homepage = "https://liba52.sourceforge.io/";
changelog = "https://git.adelielinux.org/community/a52dec/-/blob/v${version}/ChangeLog?ref_type=tags";
changelog = "https://git.adelielinux.org/community/a52dec/-/blob/v${finalAttrs.version}/ChangeLog?ref_type=tags";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ wegank ];
mainProgram = "a52dec";
platforms = lib.platforms.unix;
};
}
})

View File

@@ -5,12 +5,12 @@
ncurses,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aalib";
version = "1.4rc5";
src = fetchurl {
url = "mirror://sourceforge/aa-project/aalib-${version}.tar.gz";
url = "mirror://sourceforge/aa-project/aalib-${finalAttrs.version}.tar.gz";
sha256 = "1vkh19gb76agvh4h87ysbrgy82hrw88lnsvhynjf4vng629dmpgv";
};
@@ -64,4 +64,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.unix;
license = lib.licenses.lgpl2;
};
}
})

View File

@@ -8,14 +8,14 @@
abi-dumper,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "abi-compliance-checker";
version = "2.3";
src = fetchFromGitHub {
owner = "lvc";
repo = "abi-compliance-checker";
tag = version;
tag = finalAttrs.version;
sha256 = "1f1f9j2nf9j83sfl2ljadch99v6ha8rq8xm7ax5akc05hjpyckij";
};
@@ -35,4 +35,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.lgpl21;
platforms = lib.platforms.all;
};
}
})

View File

@@ -8,14 +8,14 @@
vtable-dumper,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "abi-dumper";
version = "1.4";
src = fetchFromGitHub {
owner = "lvc";
repo = "abi-dumper";
tag = version;
tag = finalAttrs.version;
sha256 = "sha256-BefDMeKHx4MNU6SyX5UpQnwdI+zqap7zunsgdWG/2xc=";
};
@@ -43,4 +43,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.lgpl21;
platforms = lib.platforms.all;
};
}
})

View File

@@ -23,7 +23,7 @@
gitUpdater,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "abiword";
version = "3.0.7";
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
domain = "gitlab.gnome.org";
owner = "World";
repo = "AbiWord";
tag = "release-${version}";
tag = "release-${finalAttrs.version}";
hash = "sha256-dYbJ726Zuxs7+VTTCWHYQLsVZ/86hRUBQRac6toO4UI=";
};
@@ -86,4 +86,4 @@ stdenv.mkDerivation rec {
sna
];
};
}
})

View File

@@ -10,7 +10,7 @@
util-linux,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "abootimg";
version = "0.6";
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
postPatch = ''
cat <<EOF > version.h
#define VERSION_STR "${version}"
#define VERSION_STR "${finalAttrs.version}"
EOF
'';
@@ -62,4 +62,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ flokli ];
};
}
})

View File

@@ -13,14 +13,14 @@
soapysdr-with-plugins,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "abracadabra";
version = "3.3.2";
src = fetchFromGitHub {
owner = "KejPi";
repo = "AbracaDABra";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-QR3wc+eltIpmdNpyzQqJd4Zo40JVlTzRBNSr11tE0X8=";
};
@@ -57,4 +57,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ markuskowa ];
mainProgram = "AbracaDABra";
};
}
})

View File

@@ -20,7 +20,7 @@
libxcrypt,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "accountsservice";
version = "23.13.9";
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
];
src = fetchurl {
url = "https://www.freedesktop.org/software/accountsservice/accountsservice-${version}.tar.xz";
url = "https://www.freedesktop.org/software/accountsservice/accountsservice-${finalAttrs.version}.tar.xz";
sha256 = "rdpM3q4k+gmS598///nv+nCQvjrCM6Pt/fadWpybkk8=";
};
@@ -107,4 +107,4 @@ stdenv.mkDerivation rec {
teams = with lib.teams; [ freedesktop ];
platforms = lib.platforms.linux;
};
}
})

View File

@@ -5,12 +5,12 @@
fetchpatch2,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "acct";
version = "6.6.4";
src = fetchurl {
url = "mirror://gnu/acct/acct-${version}.tar.gz";
url = "mirror://gnu/acct/acct-${finalAttrs.version}.tar.gz";
sha256 = "0gv6m8giazshvgpvwbng98chpas09myyfw1zr2y7hqxib0mvy5ac";
};
@@ -46,4 +46,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ pSub ];
platforms = lib.platforms.linux;
};
}
})

View File

@@ -5,14 +5,14 @@
libsndfile,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "accuraterip-checksum";
version = "1.5";
src = fetchFromGitHub {
owner = "leo-bogert";
repo = "accuraterip-checksum";
tag = "version${version}";
tag = "version${finalAttrs.version}";
sha256 = "1a6biy78jb094rifazn4a2g1dlhryg5q8p8gwj0a60ipl0vfb9bj";
};
@@ -34,4 +34,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
mainProgram = "accuraterip-checksum";
};
}
})

View File

@@ -7,12 +7,12 @@
perl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "ace";
version = "7.0.11";
src = fetchurl {
url = "https://download.dre.vanderbilt.edu/previous_versions/ACE-${version}.tar.bz2";
url = "https://download.dre.vanderbilt.edu/previous_versions/ACE-${finalAttrs.version}.tar.bz2";
sha256 = "sha256-r+LRiu/u1qMcbrjkSr8ErnemX6zvhgvc5cLWu8AQhww=";
};
@@ -49,4 +49,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ nico202 ];
platforms = lib.platforms.linux;
};
}
})

View File

@@ -14,14 +14,14 @@
unixtools,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "acme.sh";
version = "3.1.1";
src = fetchFromGitHub {
owner = "acmesh-official";
repo = "acme.sh";
tag = version;
tag = finalAttrs.version;
hash = "sha256-Fgik1TCWDlkyEI9QkXpc/94mGKb7U7hMoamdYU7nTJc=";
};
@@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://acme.sh/";
changelog = "https://github.com/acmesh-official/acme.sh/releases/tag/${version}";
changelog = "https://github.com/acmesh-official/acme.sh/releases/tag/${finalAttrs.version}";
description = "Pure Unix shell script implementing ACME client protocol";
longDescription = ''
An ACME Shell script: acme.sh
@@ -77,4 +77,4 @@ stdenv.mkDerivation rec {
inherit (coreutils.meta) platforms;
mainProgram = "acme.sh";
};
}
})

View File

@@ -4,7 +4,7 @@
fetchsvn,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "acme";
version = "unstable-2021-11-05";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
sha256 = "1dzvip90yf1wg0fhfghn96dwrhg289d06b624px9a2wwy3vp5ryg";
};
sourceRoot = "${src.name}/src";
sourceRoot = "${finalAttrs.src.name}/src";
postPatch = ''
substituteInPlace Makefile \
@@ -33,4 +33,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ OPNA2608 ];
};
}
})

View File

@@ -5,12 +5,12 @@
autoreconfHook,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "acpid";
version = "2.0.34";
src = fetchurl {
url = "mirror://sourceforge/acpid2/acpid-${version}.tar.xz";
url = "mirror://sourceforge/acpid2/acpid-${finalAttrs.version}.tar.xz";
sha256 = "sha256-LQlcjPy8hHyux0bWLNyNC/8ewbxy73xnTHIeBNpqszM=";
};
@@ -22,4 +22,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.linux;
};
}
})

View File

@@ -14,12 +14,12 @@ let
};
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "acpitool";
version = "0.5.1";
src = fetchurl {
url = "mirror://sourceforge/acpitool/acpitool-${version}.tar.bz2";
url = "mirror://sourceforge/acpitool/acpitool-${finalAttrs.version}.tar.bz2";
sha256 = "004fb6cd43102918b6302cf537a2db7ceadda04aef2e0906ddf230f820dad34f";
};
@@ -58,4 +58,4 @@ stdenv.mkDerivation rec {
maintainers = [ lib.maintainers.guibert ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -4,12 +4,12 @@
stdenv,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "actkbd";
version = "0.2.8";
src = fetchurl {
url = "http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/files/actkbd-${version}.tar.bz2";
url = "http://users.softlab.ece.ntua.gr/~thkala/projects/actkbd/files/actkbd-${finalAttrs.version}.tar.bz2";
sha256 = "1ipb7k5q7k7p54is96ij2n74jfa6xc0llb9lpjwxhsqviqxn9slm";
};
@@ -37,4 +37,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
mainProgram = "actkbd";
};
}
})

View File

@@ -5,14 +5,14 @@
cmake,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "ada";
version = "3.4.1";
src = fetchFromGitHub {
owner = "ada-url";
repo = "ada";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-2xrued35FRqmtZjrMTBtl5r/TB/pXNhhcKOfuwjxrhc=";
};
@@ -34,4 +34,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ nickcao ];
platforms = lib.platforms.all;
};
}
})

View File

@@ -8,14 +8,14 @@
glib,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "adapta-backgrounds";
version = "0.5.3.1";
src = fetchFromGitHub {
owner = "adapta-project";
repo = "adapta-backgrounds";
tag = version;
tag = finalAttrs.version;
sha256 = "04hmbmzf97rsii8gpwy3wkljy5xhxmlsl34d63s6hfy05knclydj";
};
@@ -37,4 +37,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ romildo ];
};
}
})

View File

@@ -15,14 +15,14 @@
gnome-shell,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "adapta-gtk-theme";
version = "3.95.0.11";
src = fetchFromGitHub {
owner = "adapta-project";
repo = "adapta-gtk-theme";
tag = version;
tag = finalAttrs.version;
sha256 = "19skrhp10xx07hbd0lr3d619vj2im35d8p9rmb4v4zacci804q04";
};
@@ -64,4 +64,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ romildo ];
};
}
})

View File

@@ -4,14 +4,14 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "adapta-kde-theme";
version = "20180828";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = "adapta-kde";
tag = version;
tag = finalAttrs.version;
sha256 = "1q85678sff8is2kwvgd703ckcns42gdga2c1rqlp61gb6bqf09j8";
};
@@ -24,4 +24,4 @@ stdenv.mkDerivation rec {
maintainers = [ lib.maintainers.tadfisher ];
platforms = lib.platforms.all;
};
}
})

View File

@@ -6,14 +6,14 @@
sassc,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "adementary-theme";
version = "201905r1";
src = fetchFromGitHub {
owner = "hrdwrrsk";
repo = "adementary-theme";
tag = version;
tag = finalAttrs.version;
sha256 = "14y5s18g9r2c1ciw1skfksn09gvqgy8vjvwbr0z8gacf0jc2apqk";
};
@@ -39,4 +39,4 @@ stdenv.mkDerivation rec {
maintainers = [ ];
platforms = lib.platforms.linux;
};
}
})

View File

@@ -13,14 +13,14 @@
gd,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
version = "2.3.7";
pname = "adms";
src = fetchFromGitHub {
owner = "Qucs";
repo = "adms";
rev = "release-${version}";
rev = "release-${finalAttrs.version}";
sha256 = "0i37c9k6q1iglmzp9736rrgsnx7sw8xn3djqbbjw29zsyl3pf62c";
};
@@ -51,4 +51,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3;
platforms = with lib.platforms; unix;
};
}
})

View File

@@ -17,7 +17,7 @@
let
jdk = jdk8;
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "adoptopenjdk-icedtea-web";
version = "1.8.8";
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "AdoptOpenJDK";
repo = "IcedTea-Web";
rev = "icedtea-web-${version}";
rev = "icedtea-web-${finalAttrs.version}";
sha256 = "sha256-hpEVWG9ltNDL/0EFJjgQRRce+BLcCO4ZERULYZxyC1o=";
};
@@ -88,4 +88,4 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/adoptopenjdk/icedtea-web";
platforms = lib.platforms.linux;
};
}
})

View File

@@ -16,7 +16,7 @@
pciutils,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "adriconf";
version = "2.7.2";
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
domain = "gitlab.freedesktop.org";
owner = "mesa";
repo = "adriconf";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-0XTsYeS4tNAnGhuJ81fmjHhFS6fVq1lirui5b+ojxTQ=";
};
@@ -65,11 +65,11 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://gitlab.freedesktop.org/mesa/adriconf/";
changelog = "https://gitlab.freedesktop.org/mesa/adriconf/-/releases/v${version}";
changelog = "https://gitlab.freedesktop.org/mesa/adriconf/-/releases/v${finalAttrs.version}";
description = "GUI tool used to configure open source graphics drivers";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ muscaln ];
platforms = lib.platforms.linux;
mainProgram = "adriconf";
};
}
})

View File

@@ -6,14 +6,14 @@
zlib,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "advancecomp";
version = "2.6";
src = fetchFromGitHub {
owner = "amadvance";
repo = "advancecomp";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-MwXdXT/ZEvTcYV4DjhCUFflrPKBFu0fk5PmaWt4MMOU=";
};
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
# the full git repo. so we have to put the version number in `.version`, otherwise
# the binaries get built reporting "none" as their version number.
postPatch = ''
echo "${version}" >.version
echo "${finalAttrs.version}" >.version
'';
meta = {
@@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
maintainers = [ lib.maintainers.raskin ];
platforms = lib.platforms.linux ++ lib.platforms.darwin;
homepage = "https://github.com/amadvance/advancecomp";
changelog = "https://github.com/amadvance/advancecomp/blob/v${version}/HISTORY";
changelog = "https://github.com/amadvance/advancecomp/blob/v${finalAttrs.version}/HISTORY";
};
}
})

View File

@@ -12,12 +12,12 @@
hicolor-icon-theme,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "adwaita-icon-theme";
version = "49.0";
src = fetchurl {
url = "mirror://gnome/sources/adwaita-icon-theme/${lib.versions.major version}/adwaita-icon-theme-${version}.tar.xz";
url = "mirror://gnome/sources/adwaita-icon-theme/${lib.versions.major finalAttrs.version}/adwaita-icon-theme-${finalAttrs.version}.tar.xz";
hash = "sha256-ZRZkYdGyeKqUL1mqjQ/M8RCNccZfNyxiZuFyRJeRdVw=";
};
@@ -55,9 +55,9 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme";
changelog = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/blob/${version}/NEWS?ref_type=tags";
changelog = "https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/blob/${finalAttrs.version}/NEWS?ref_type=tags";
platforms = with lib.platforms; linux ++ darwin;
teams = [ lib.teams.gnome ];
license = lib.licenses.cc-by-sa-30;
};
}
})

View File

@@ -10,14 +10,14 @@
zlib,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aerospike-server";
version = "8.0.0.10";
src = fetchFromGitHub {
owner = "aerospike";
repo = "aerospike-server";
rev = version;
rev = finalAttrs.version;
hash = "sha256-RZqlU6vF8w/w8YZRmDV1x/X6tMQ+I1HEwx2WA3zS7mc=";
fetchSubmodules = true;
};
@@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
preBuild = ''
patchShebangs build/gen_version
substituteInPlace build/gen_version \
--replace-fail 'VERSION="$(git describe --abbrev=7)"' 'VERSION="${version}"' \
--replace-fail 'CE_SHA="$(git rev-parse HEAD)"' 'CE_SHA="${version}"' \
--replace-fail 'VERSION="$(git describe --abbrev=7)"' 'VERSION="${finalAttrs.version}"' \
--replace-fail 'CE_SHA="$(git rev-parse HEAD)"' 'CE_SHA="${finalAttrs.version}"' \
--replace-fail '$(date)' '$(date -u -d "@$SOURCE_DATE_EPOCH" 2>/dev/null || date -u -r "$SOURCE_DATE_EPOCH")'
patchShebangs build/os_version
'';
@@ -57,4 +57,4 @@ stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" ];
maintainers = with lib.maintainers; [ kalbasit ];
};
}
})

View File

@@ -5,12 +5,12 @@
libiconv,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
version = "3.16";
pname = "aescrypt";
src = fetchurl {
url = "https://www.aescrypt.com/download/v3/linux/aescrypt-${version}.tgz";
url = "https://www.aescrypt.com/download/v3/linux/aescrypt-${finalAttrs.version}.tgz";
sha256 = "sha256-4uGS0LReq5dI7+Wel7ZWzFXx+utZWi93q4TUSw7AhNI=";
};
@@ -40,4 +40,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
hydraPlatforms = with lib.platforms; unix;
};
}
})

View File

@@ -4,12 +4,12 @@
fetchurl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aesfix";
version = "1.0.1";
src = fetchurl {
url = "https://citpsite.s3.amazonaws.com/memory-content/src/aesfix-${version}.tar.gz";
url = "https://citpsite.s3.amazonaws.com/memory-content/src/aesfix-${finalAttrs.version}.tar.gz";
sha256 = "sha256-exd+h2yu5qrkjwEjEC8R32WUpzhIP5pH8sdv6BzARdQ=";
};
installPhase = ''
@@ -25,4 +25,4 @@ stdenv.mkDerivation rec {
homepage = "https://citp.princeton.edu/our-work/memory/";
maintainers = with lib.maintainers; [ fedx-sudo ];
};
}
})

View File

@@ -4,12 +4,12 @@
fetchurl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aeskeyfind";
version = "1.0";
src = fetchurl {
url = "https://citpsite.s3.amazonaws.com/memory-content/src/aeskeyfind-${version}.tar.gz";
url = "https://citpsite.s3.amazonaws.com/memory-content/src/aeskeyfind-${finalAttrs.version}.tar.gz";
sha256 = "sha256-FBflwbYehruVJ9sfW+4ZlaDuqCR12zy8iA4Ev3Bgg+Q=";
};
@@ -28,4 +28,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ fedx-sudo ];
};
}
})

View File

@@ -6,12 +6,12 @@
makeWrapper,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aespipe";
version = "2.4j";
src = fetchurl {
url = "mirror://sourceforge/loop-aes/aespipe/aespipe-v${version}.tar.bz2";
url = "mirror://sourceforge/loop-aes/aespipe/aespipe-v${finalAttrs.version}.tar.bz2";
sha256 = "sha256-RI/h5YYSwYSVFkXd2Sb8W9tk/E8vgox2bIKqESfpo+I=";
};
@@ -35,4 +35,4 @@ stdenv.mkDerivation rec {
maintainers = [ ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -10,14 +10,14 @@
cmake,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aether-lv2";
version = "1.2.1";
src = fetchFromGitHub {
owner = "Dougal-s";
repo = "aether";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "0xhih4smjxn87s0f4gaab51d8594qlp0lyypzxl5lm37j1i9zigs";
fetchSubmodules = true;
};
@@ -50,4 +50,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
license = lib.licenses.mit;
};
}
})

View File

@@ -4,14 +4,14 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "afetch";
version = "2.2.0";
src = fetchFromGitHub {
owner = "13-CF";
repo = "afetch";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-bHP3DJpgh89AaCX4c1tQGaZ/PiWjArED1rMdszFUq+U=";
};
@@ -29,4 +29,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
mainProgram = "afetch";
};
}
})

View File

@@ -5,14 +5,14 @@
fetchpatch,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
version = "2.5.2";
pname = "afio";
src = fetchFromGitHub {
owner = "kholtman";
repo = "afio";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "1vbxl66r5rp5a1qssjrkfsjqjjgld1cq57c871gd0m4qiq9rmcfy";
};
@@ -45,4 +45,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.free;
mainProgram = "afio";
};
}
})

View File

@@ -7,14 +7,14 @@
fuse,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "afuse";
version = "0.5.0";
src = fetchFromGitHub {
owner = "pcarrier";
repo = "afuse";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-KpysJRvDx+12BSl9pIGRqbJAM4W1NbzxMgDycGCr2RM=";
};
@@ -41,4 +41,4 @@ stdenv.mkDerivation rec {
maintainers = [ lib.maintainers.marcweber ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -16,14 +16,14 @@
wrapGAppsHook3,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "agenda";
version = "1.2.1";
src = fetchFromGitHub {
owner = "dahenson";
repo = "agenda";
tag = version;
tag = finalAttrs.version;
hash = "sha256-CjlGkG43FFDdKGuwevBeCCazOzLcH114bqihMWTykC8=";
};
@@ -58,4 +58,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3Plus;
mainProgram = "com.github.dahenson.agenda";
};
}
})

View File

@@ -13,11 +13,11 @@
let
stdenv = gccStdenv;
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "agg";
version = "2.5";
src = fetchurl {
url = "https://www.antigrain.com/agg-${version}.tar.gz";
url = "https://www.antigrain.com/agg-${finalAttrs.version}.tar.gz";
sha256 = "07wii4i824vy9qsvjsgqxppgqmfdxq0xa87i5yk53fijriadq7mb";
};
nativeBuildInputs = [
@@ -79,4 +79,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.unix;
hydraPlatforms = lib.platforms.linux; # build hangs on both Darwin platforms, needs investigation
};
}
})

View File

@@ -4,13 +4,13 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aha";
version = "0.5.1";
src = fetchFromGitHub {
sha256 = "1gywad0rvvz3c5balz8cxsnx0562hj2ngzqyr8zsy2mb4pn0lpgv";
tag = version;
tag = finalAttrs.version;
repo = "aha";
owner = "theZiz";
};
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
aha takes ANSI SGR-coloured input and produces W3C-conformant HTML code.
'';
homepage = "https://github.com/theZiz/aha";
changelog = "https://github.com/theZiz/aha/blob/${version}/CHANGELOG";
changelog = "https://github.com/theZiz/aha/blob/${finalAttrs.version}/CHANGELOG";
license = with lib.licenses; [
lgpl2Plus
mpl11
@@ -34,4 +34,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ pSub ];
platforms = lib.platforms.all;
};
}
})

View File

@@ -4,12 +4,12 @@
fetchurl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "ahcpd";
version = "0.53";
src = fetchurl {
url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/ahcpd-${version}.tar.gz";
url = "http://www.pps.univ-paris-diderot.fr/~jch/software/files/ahcpd-${finalAttrs.version}.tar.gz";
sha256 = "0lhdmky3zdyk51hclv2lrhw3hzymbdc8bw2khs3rnaibgn0jwqm4";
};
@@ -25,4 +25,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
mainProgram = "ahcpd";
};
}
})

View File

@@ -21,14 +21,14 @@
assert useUnrar -> unrar != null;
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "ahoviewer";
version = "1.6.5";
src = fetchFromGitHub {
owner = "ahodesuka";
repo = "ahoviewer";
tag = version;
tag = finalAttrs.version;
sha256 = "1avdl4qcpznvf3s2id5qi1vnzy4wgh6vxpnrz777a1s4iydxpcd8";
};
@@ -76,4 +76,4 @@ stdenv.mkDerivation rec {
# https://github.com/ahodesuka/ahoviewer/issues/62
platforms = lib.platforms.linux;
};
}
})

View File

@@ -47,14 +47,14 @@ let
extension = "zip";
};
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aircrack-ng";
version = "1.7";
src = fetchFromGitHub {
owner = "aircrack-ng";
repo = "aircrack-ng";
tag = version;
tag = finalAttrs.version;
hash = "sha256-niQDwiqi5GtBW5HIn0endnqPb/MqllcjsjXw4pTyFKY=";
};
@@ -140,6 +140,6 @@ stdenv.mkDerivation rec {
freebsd
illumos
];
changelog = "https://github.com/aircrack-ng/aircrack-ng/blob/${src.rev}/ChangeLog";
changelog = "https://github.com/aircrack-ng/aircrack-ng/blob/${finalAttrs.src.rev}/ChangeLog";
};
}
})

View File

@@ -113,14 +113,14 @@ let
xdpyinfo
];
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "airgeddon";
version = "11.52";
src = fetchFromGitHub {
owner = "v1s1t0r1sh3r3";
repo = "airgeddon";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-FQB348wOXi89CnjS32cwZwTewjkguTbhK5Izvh/74Q0=";
};
@@ -166,9 +166,9 @@ stdenv.mkDerivation rec {
description = "Multi-use TUI to audit wireless networks";
mainProgram = "airgeddon";
homepage = "https://github.com/v1s1t0r1sh3r3/airgeddon";
changelog = "https://github.com/v1s1t0r1sh3r3/airgeddon/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/v1s1t0r1sh3r3/airgeddon/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.gpl3Plus;
maintainers = [ ];
platforms = lib.platforms.linux;
};
}
})

View File

@@ -5,12 +5,12 @@
nixosTests,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "airsonic";
version = "10.6.2";
src = fetchurl {
url = "https://github.com/airsonic/airsonic/releases/download/v${version}/airsonic.war";
url = "https://github.com/airsonic/airsonic/releases/download/v${finalAttrs.version}/airsonic.war";
sha256 = "0q3qnqymj3gaa6n79pvbyidn1ga99lpngp5wvhlw1aarg1m7vccl";
};
@@ -30,4 +30,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3;
platforms = lib.platforms.all;
};
}
})

View File

@@ -8,14 +8,14 @@
libusb1,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "airspy";
version = "1.0.10";
src = fetchFromGitHub {
owner = "airspy";
repo = "airspyone_host";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "1v7sfkkxc6f8ny1p9xrax1agkl6q583mjx8k0lrrwdz31rf9qgw9";
};
@@ -64,4 +64,4 @@ stdenv.mkDerivation rec {
platforms = with lib.platforms; linux ++ darwin;
maintainers = with lib.maintainers; [ markuskowa ];
};
}
})

View File

@@ -7,12 +7,12 @@
SDL_image,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "airstrike";
version = "pre6a";
src = fetchurl {
url = "https://icculus.org/airstrike/airstrike-${version}-src.tar.gz";
url = "https://icculus.org/airstrike/airstrike-${finalAttrs.version}-src.tar.gz";
sha256 = "1h6rv2zcp84ycmd0kv1pbpqjgwx57dw42x7878d2c2vnpi5jn8qi";
};
@@ -43,4 +43,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ pSub ];
platforms = lib.platforms.linux;
};
}
})

View File

@@ -8,12 +8,12 @@
pkg-config,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aj-snapshot";
version = "0.9.9";
src = fetchurl {
url = "mirror://sourceforge/aj-snapshot/aj-snapshot-${version}.tar.bz2";
url = "mirror://sourceforge/aj-snapshot/aj-snapshot-${finalAttrs.version}.tar.bz2";
sha256 = "0z8wd5yvxdmw1h1rj6km9h01xd4xmp4d86gczlix7hsc7zrf0wil";
};
@@ -41,4 +41,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
mainProgram = "aj-snapshot";
};
}
})

View File

@@ -22,14 +22,14 @@
libxml2,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "akira";
version = "0.0.16";
src = fetchFromGitHub {
owner = "akiraux";
repo = "Akira";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-qrqmSCwA0kQVFD1gzutks9gMr7My7nw/KJs/VPisa0w=";
};
@@ -73,4 +73,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
mainProgram = "com.github.akiraux.akira";
};
}
})

View File

@@ -4,14 +4,14 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "Albatross";
version = "1.7.4";
src = fetchFromGitHub {
repo = "Albatross";
owner = "shimmerproject";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "0mq87n2hxy44nzr567av24n5nqjaljhi1afxrn3mpjqdbkq7lx88";
};
@@ -28,4 +28,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2;
platforms = lib.platforms.unix;
};
}
})

View File

@@ -6,14 +6,14 @@
runtimeShell,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alchemy";
version = "008";
enableParallelBuilding = true;
src = fetchurl {
url = "http://al.chemy.org/files/Alchemy-${version}.tar.gz";
url = "http://al.chemy.org/files/Alchemy-${finalAttrs.version}.tar.gz";
sha256 = "0449bvdccgx1jqnws1bckzs4nv2d230523qs0jx015gi81s1q7li";
};
@@ -45,4 +45,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
mainProgram = "alchemy";
};
}
})

View File

@@ -4,14 +4,14 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alegreya-sans";
version = "2.008";
src = fetchFromGitHub {
owner = "huertatipografica";
repo = "Alegreya-Sans";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "0xz5lq9fh0pj02ifazhddzh792qkxkz1z6ylj26d93wshc90jl5g";
};
@@ -38,4 +38,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ Thra11 ];
};
}
})

View File

@@ -4,14 +4,14 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alegreya";
version = "2.008";
src = fetchFromGitHub {
owner = "huertatipografica";
repo = "Alegreya";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "1m5xr95y6qxxv2ryvhfck39d6q5hxsr51f530fshg53x48l2mpwr";
};
@@ -44,4 +44,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ Thra11 ];
};
}
})

View File

@@ -7,14 +7,14 @@
hdf5-threadsafe,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alembic";
version = "1.8.8";
src = fetchFromGitHub {
owner = "alembic";
repo = "alembic";
tag = version;
tag = finalAttrs.version;
hash = "sha256-R69UYyvLnMwv1JzEQ6S6elvR83Rmvc8acBJwSV/+hCk=";
};
@@ -72,4 +72,4 @@ stdenv.mkDerivation rec {
tmarkus
];
};
}
})

View File

@@ -6,12 +6,12 @@
clang,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alglib3";
version = "4.07.0";
src = fetchurl {
url = "https://www.alglib.net/translator/re/alglib-${version}.cpp.gpl.tgz";
url = "https://www.alglib.net/translator/re/alglib-${finalAttrs.version}.cpp.gpl.tgz";
sha256 = "sha256-y4mlU+4gKwqUFgUHKoVxAjdq5EsMzSJeT6Dg4Llwi/A=";
};
@@ -39,4 +39,4 @@ stdenv.mkDerivation rec {
* Fast Fourier Transform and many other algorithms
'';
};
}
})

View File

@@ -25,12 +25,12 @@
wrapGAppsHook3,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "almanah";
version = "0.12.4";
src = fetchurl {
url = "mirror://gnome/sources/almanah/${lib.versions.majorMinor version}/almanah-${version}.tar.xz";
url = "mirror://gnome/sources/almanah/${lib.versions.majorMinor finalAttrs.version}/almanah-${finalAttrs.version}.tar.xz";
sha256 = "DywW6Gkohf0lrX3Mw/UawrS4h2JOaOfqH2SulHkxlFI=";
};
@@ -75,4 +75,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.unix;
teams = [ lib.teams.gnome ];
};
}
})

View File

@@ -12,14 +12,14 @@
imlib2,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alock";
version = "2.5.1";
src = fetchFromGitHub {
owner = "Arkq";
repo = "alock";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-xfPhsXZrTlEqea75SvacDfjM9o21MTudrqfNN9xtdcg=";
};
@@ -69,4 +69,4 @@ stdenv.mkDerivation rec {
];
license = lib.licenses.mit;
};
}
})

View File

@@ -13,13 +13,13 @@
gitUpdater,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alpine";
version = "2.26";
src = fetchgit {
url = "https://repo.or.cz/alpine.git";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-cJyUBatQBjD6RG+jesJ0JRhWghPRBACc/HQl+2aCTd0=";
};
@@ -63,4 +63,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
homepage = "https://alpineapp.email/";
};
}
})

View File

@@ -8,12 +8,12 @@
libsamplerate,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alsa-oss";
version = "1.1.8";
src = fetchurl {
url = "mirror://alsa/oss-lib/alsa-oss-${version}.tar.bz2";
url = "mirror://alsa/oss-lib/alsa-oss-${finalAttrs.version}.tar.bz2";
hash = "sha256-ZK3O9ZJ+hI0uAk5kxL+FtvOVlk2ZdOxhkFrky4011o4=";
};
@@ -41,4 +41,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
};
}
})

View File

@@ -11,14 +11,14 @@
wrapGAppsHook4,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alsa-scarlett-gui";
version = "0.5.1";
src = fetchFromGitHub {
owner = "geoffreybennett";
repo = "alsa-scarlett-gui";
tag = version;
tag = finalAttrs.version;
hash = "sha256-DkfpMK0T67B4mnriignf4hx6Ifddls0rN0SxyfEsPZg=";
};
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
"DESTDIR=\${out}"
"PREFIX=''"
];
sourceRoot = "${src.name}/src";
sourceRoot = "${finalAttrs.src.name}/src";
postPatch = ''
substituteInPlace file.c \
@@ -63,4 +63,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ mdorman ];
platforms = lib.platforms.linux;
};
}
})

View File

@@ -7,14 +7,14 @@
ladspaH,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "alsaequal";
version = "0.7.1";
src = fetchFromGitHub {
owner = "bassdr";
repo = "alsaequal";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-jI+w/jCFslQSNeIS7mwb+LZSawU4XjbSNNgpvuShH1g=";
};
@@ -46,4 +46,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ ymeister ];
};
}
})

View File

@@ -23,7 +23,7 @@
python3Packages,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
version = "1.7.1";
pname = "alttab";
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "sagb";
repo = "alttab";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-1+hk0OeSriXPyefv3wOgeiW781PL4VP5Luvt+RS5jmg=";
};
@@ -77,4 +77,4 @@ stdenv.mkDerivation rec {
maintainers = [ ];
mainProgram = "alttab";
};
}
})

View File

@@ -16,14 +16,14 @@
util-linux,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "amazon-ec2-utils";
version = "2.2.0";
src = fetchFromGitHub {
owner = "amazonlinux";
repo = "amazon-ec2-utils";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-plTBh2LAXkYVSxN0IZJQuPr7QxD7+OAqHl/Zl8JPCmg=";
};
@@ -116,4 +116,4 @@ stdenv.mkDerivation rec {
thefloweringash
];
};
}
})

View File

@@ -11,14 +11,14 @@
gtk-engine-murrine,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "amber-theme";
version = "3.38-1";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = "amber-theme";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-OrdBeAD+gdIu6u8ESE9PtqYadSuJ8nx1Z8fB4D9y4W4=";
};
@@ -43,4 +43,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.romildo ];
};
}
})

View File

@@ -13,14 +13,14 @@
withAMDOpt ? true,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "amd-libflame";
version = "5.1";
src = fetchFromGitHub {
owner = "amd";
repo = "libflame";
tag = version;
tag = finalAttrs.version;
hash = "sha256-9Z0e6RCJfqQlq3oT4fBu8rwPH1OWEKQ52rVDa0Y0rJU=";
};
@@ -71,4 +71,4 @@ stdenv.mkDerivation rec {
maintainers = [ lib.maintainers.markuskowa ];
platforms = [ "x86_64-linux" ];
};
}
})

View File

@@ -4,14 +4,14 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "amdctl";
version = "0.11";
src = fetchFromGitHub {
owner = "kevinlekiller";
repo = "amdctl";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-2wBk/9aAD7ARMGbcVxk+CzEvUf8U4RS4ZwTCj8cHNNo=";
};
@@ -31,4 +31,4 @@ stdenv.mkDerivation rec {
maintainers = [ ];
platforms = [ "x86_64-linux" ];
};
}
})

View File

@@ -4,14 +4,14 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "amf-headers";
version = "1.5.0";
src = fetchFromGitHub {
owner = "GPUOpen-LibrariesAndSDKs";
repo = "AMF";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-ZVC1e4S5CNpfl3ewHR9aVfYwxDBE7/BJ6OyH2kF00fQ=";
};
@@ -27,4 +27,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ devusb ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -25,7 +25,7 @@
# daemon and client are not build monolithic
assert monolithic || (!monolithic && (enableDaemon || client || httpServer));
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname =
"amule"
+ lib.optionalString httpServer "-web"
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "amule-project";
repo = "amule";
tag = version;
tag = finalAttrs.version;
sha256 = "1nm4vxgmisn1b6l3drmz0q04x067j2i8lw5rnf0acaapwlp8qwvi";
};
@@ -112,4 +112,4 @@ stdenv.mkDerivation rec {
# Undefined symbols for architecture arm64: "_FSFindFolder"
broken = stdenv.hostPlatform.isDarwin;
};
}
})

View File

@@ -5,7 +5,7 @@
xdg-utils,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "anarchism";
version = "15.3-1";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
domain = "salsa.debian.org";
owner = "debian";
repo = "anarchism";
rev = "debian/${version}";
rev = "debian/${finalAttrs.version}";
sha256 = "04ylk0y5b3jml2awmyz7m1hnymni8y1n83m0k6ychdh0px8frhm5";
};
@@ -45,4 +45,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ davidak ];
platforms = with lib.platforms; all;
};
}
})

View File

@@ -9,14 +9,14 @@
qt6,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "android-file-transfer";
version = "4.5";
src = fetchFromGitHub {
owner = "whoozle";
repo = "android-file-transfer-linux";
tag = "v${version}";
tag = "v${finalAttrs.version}";
sha256 = "sha256-G+ErwZ/F8Cl8WLSzC+5LrEWWqNZL3xDMBvx/gjkgAXk=";
};
@@ -46,4 +46,4 @@ stdenv.mkDerivation rec {
maintainers = [ lib.maintainers.xaverdh ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -6,12 +6,12 @@
cmake,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "angelscript";
version = "2.38.0";
src = fetchurl {
url = "https://www.angelcode.com/angelscript/sdk/files/angelscript_${version}.zip";
url = "https://www.angelcode.com/angelscript/sdk/files/angelscript_${finalAttrs.version}.zip";
sha256 = "sha256-sztdvNoQMX72fWKDU9gyRphM5vysEC1Nwq7RIeulLm8=";
};
@@ -40,4 +40,4 @@ stdenv.mkDerivation rec {
downloadPage = "https://www.angelcode.com/angelscript/downloads.html";
homepage = "https://www.angelcode.com/angelscript/";
};
}
})

View File

@@ -11,7 +11,7 @@
openssl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "angsd";
version = "0.940";
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
owner = "ANGSD";
repo = "angsd";
sha256 = "sha256-Ppxgy54pAnqJUzNX5c12NHjKTQyEEcPSpCEEVOyZ/LA=";
tag = version;
tag = finalAttrs.version;
};
patches = [
@@ -54,4 +54,4 @@ stdenv.mkDerivation rec {
maintainers = [ lib.maintainers.bzizou ];
license = lib.licenses.gpl2;
};
}
})

View File

@@ -7,14 +7,14 @@
stdenv,
libx11,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "animatch";
version = "1.0.3";
src = fetchFromGitLab {
owner = "HolyPangolin";
repo = "animatch";
fetchSubmodules = true;
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-zBV45WMAXtCpPPbDpr04K/a9UtZ4KLP9nUauBlbhrFo=";
};
@@ -47,4 +47,4 @@ stdenv.mkDerivation rec {
license = with lib.licenses; [ gpl3Plus ];
maintainers = with lib.maintainers; [ colinsane ];
};
}
})

View File

@@ -6,14 +6,14 @@
libansilove,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "ansilove";
version = "4.2.1";
src = fetchFromGitHub {
owner = "ansilove";
repo = "ansilove";
tag = version;
tag = finalAttrs.version;
hash = "sha256-13v2NLVJt11muwocBiQYz/rxQkte/W6LXwB/H/E9Nvk=";
};
@@ -26,10 +26,10 @@ stdenv.mkDerivation rec {
meta = {
description = "ANSI and ASCII art to PNG converter in C";
homepage = "https://github.com/ansilove/ansilove";
changelog = "https://github.com/ansilove/ansilove/blob/${src.rev}/ChangeLog";
changelog = "https://github.com/ansilove/ansilove/blob/${finalAttrs.src.rev}/ChangeLog";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ jethair ];
mainProgram = "ansilove";
platforms = lib.platforms.unix;
};
}
})

View File

@@ -5,7 +5,7 @@
buildPackages,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "anthy";
version = "9100h";
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
'';
src = fetchurl {
url = "mirror://osdn/anthy/37536/anthy-${version}.tar.gz";
url = "mirror://osdn/anthy/37536/anthy-${finalAttrs.version}.tar.gz";
sha256 = "0ism4zibcsa5nl77wwi12vdsfjys3waxcphn1p5s7d0qy1sz0mnj";
};
}
})

View File

@@ -4,12 +4,12 @@
fetchurl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
version = "2.2.3";
pname = "antigen";
src = fetchurl {
url = "https://github.com/zsh-users/antigen/releases/download/v${version}/antigen.zsh";
url = "https://github.com/zsh-users/antigen/releases/download/v${finalAttrs.version}/antigen.zsh";
sha256 = "1bmp3qf14509swpxin4j9f98n05pdilzapjm0jdzbv0dy3hn20ix";
};
@@ -27,4 +27,4 @@ stdenv.mkDerivation rec {
homepage = "https://antigen.sharats.me/";
license = lib.licenses.mit;
};
}
})

View File

@@ -4,12 +4,12 @@
stdenv,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "antiword";
version = "0.37";
src = fetchurl {
url = "http://www.winfield.demon.nl/linux/antiword-${version}.tar.gz";
url = "http://www.winfield.demon.nl/linux/antiword-${finalAttrs.version}.tar.gz";
sha256 = "1b7mi1l20jhj09kyh0bq14qzz8vdhhyf35gzwsq43mn6rc7h0b4f";
};
@@ -33,4 +33,4 @@ stdenv.mkDerivation rec {
platforms = with lib.platforms; linux ++ darwin;
};
}
})

View File

@@ -8,14 +8,14 @@
which,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "any-nix-shell";
version = "2.0.1";
src = fetchFromGitHub {
owner = "haslersn";
repo = "any-nix-shell";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-t6+LKSGWmkHQhfqw/4Ztz4QgDXQ2RZr9R/mMEEA3jlY=";
};
@@ -48,4 +48,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ haslersn ];
mainProgram = "any-nix-shell";
};
}
})

View File

@@ -6,12 +6,12 @@
makeWrapper,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "apache-directory-server";
version = "2.0.0.AM26";
src = fetchzip {
url = "mirror://apache/directory/apacheds/dist/${version}/apacheds-${version}.zip";
url = "mirror://apache/directory/apacheds/dist/${finalAttrs.version}/apacheds-${finalAttrs.version}.zip";
sha256 = "sha256-36kDvfSy5rt/3+nivEFTepnIKf6sX0NTgPRm28M+1v4=";
};
@@ -33,4 +33,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.unix;
maintainers = [ lib.maintainers.ners ];
};
}
})

View File

@@ -10,14 +10,14 @@
zlib,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "apfel";
version = "3.1.1";
src = fetchFromGitHub {
owner = "scarrazza";
repo = "apfel";
tag = version;
tag = finalAttrs.version;
hash = "sha256-0Ix7KwEZUG/NmGJ380DVJbUA0PcoEJDlcGSc09l5Tbc=";
};
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
lhapdf.pdf_sets.NNPDF31_nnlo_as_0118
];
env.NIX_CFLAGS_COMPILE = "-DAPFEL_VERSION=${version}";
env.NIX_CFLAGS_COMPILE = "-DAPFEL_VERSION=${finalAttrs.version}";
meta = {
description = "PDF Evolution Library";
@@ -57,4 +57,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ veprbl ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -15,14 +15,14 @@
libsForQt5,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "apitrace";
version = "13.0";
src = fetchFromGitHub {
owner = "apitrace";
repo = "apitrace";
rev = version;
rev = finalAttrs.version;
hash = "sha256-ZZ2RL9nvwvHBEuKSDr1tgRhxBeg+XJKPUvSiHz6g/cg=";
fetchSubmodules = true;
};
@@ -102,4 +102,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.mit;
platforms = lib.platforms.linux;
};
}
})

View File

@@ -17,14 +17,14 @@ let
];
};
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "apktool";
version = "2.12.1";
src = fetchurl {
urls = [
"https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${version}.jar"
"https://github.com/iBotPeaches/Apktool/releases/download/v${version}/apktool_${version}.jar"
"https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_${finalAttrs.version}.jar"
"https://github.com/iBotPeaches/Apktool/releases/download/v${finalAttrs.version}/apktool_${finalAttrs.version}.jar"
];
hash = "sha256-Zs9FJKSkWn9WVn0Issm27CN7zdeM7mn9SlnIoCQ66vo=";
};
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
sourceRoot = ".";
installPhase = ''
install -D ${src} "$out/libexec/apktool/apktool.jar"
install -D ${finalAttrs.src} "$out/libexec/apktool/apktool.jar"
mkdir -p "$out/bin"
makeWrapper "${jre}/bin/java" "$out/bin/apktool" \
--add-flags "-jar $out/libexec/apktool/apktool.jar" \
@@ -47,10 +47,10 @@ stdenv.mkDerivation rec {
description = "Tool for reverse engineering Android apk files";
mainProgram = "apktool";
homepage = "https://ibotpeaches.github.io/Apktool/";
changelog = "https://github.com/iBotPeaches/Apktool/releases/tag/v${version}";
changelog = "https://github.com/iBotPeaches/Apktool/releases/tag/v${finalAttrs.version}";
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ offline ];
platforms = with lib.platforms; unix;
};
}
})

View File

@@ -5,12 +5,12 @@
libpng,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "apng2gif";
version = "1.8";
src = fetchzip {
url = "mirror://sourceforge/apng2gif/apng2gif-${version}-src.zip";
url = "mirror://sourceforge/apng2gif/apng2gif-${finalAttrs.version}-src.zip";
stripRoot = false;
hash = "sha256-qX8gmE0Lu2p15kL0y6cmX/bI0uk5Ehfi8ygt07BbgmU=";
};
@@ -39,4 +39,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ fgaz ];
platforms = lib.platforms.all;
};
}
})

View File

@@ -7,12 +7,12 @@
zopfli,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "apngopt";
version = "1.4";
src = fetchzip {
url = "mirror://sourceforge/apng/apngopt-${version}-src.zip";
url = "mirror://sourceforge/apng/apngopt-${finalAttrs.version}-src.zip";
stripRoot = false;
hash = "sha256-MAqth5Yt7+SabY6iEgSFcaBmuHvA0ZkNdXSgvhKao1Y=";
};
@@ -51,4 +51,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ fgaz ];
platforms = lib.platforms.all;
};
}
})

View File

@@ -4,12 +4,12 @@
fetchurl,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "apparix";
version = "11-062";
src = fetchurl {
url = "https://micans.org/apparix/src/apparix-${version}.tar.gz";
url = "https://micans.org/apparix/src/apparix-${finalAttrs.version}.tar.gz";
sha256 = "211bb5f67b32ba7c3e044a13e4e79eb998ca017538e9f4b06bc92d5953615235";
};
@@ -23,4 +23,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.all;
mainProgram = "apparix";
};
}
})

View File

@@ -16,14 +16,14 @@
wrapGAppsHook3,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "appeditor";
version = "1.1.5";
src = fetchFromGitHub {
owner = "donadigo";
repo = "appeditor";
tag = version;
tag = finalAttrs.version;
sha256 = "sha256-A0YasHw5osGrgUPiUPuRBnv1MR/Pth6jVHGEx/klOGY=";
};
@@ -62,4 +62,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl3Plus;
mainProgram = "com.github.donadigo.appeditor";
};
}
})

View File

@@ -8,14 +8,14 @@
libsndfile,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aptdec";
version = "1.8.0";
src = fetchFromGitHub {
owner = "Xerbo";
repo = "aptdec";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-5Pr2PlCPSEIWnThJXKcQEudmxhLJC2sVa9BfAOEKHB4=";
fetchSubmodules = true;
};
@@ -43,4 +43,4 @@ stdenv.mkDerivation rec {
];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -28,14 +28,14 @@ assert enableViewer -> enableGstPlugin;
assert enableViewer -> gtk3 != null;
assert enableViewer -> wrapGAppsHook3 != null;
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aravis";
version = "0.8.35";
src = fetchFromGitHub {
owner = "AravisProject";
repo = "aravis";
tag = version;
tag = finalAttrs.version;
hash = "sha256-RRIYZHtljZ44s1kmmUI1KMx92+PLLI/eCJRs4m0+egg=";
};
@@ -95,4 +95,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ tpw_rules ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -4,14 +4,14 @@
fetchFromGitHub,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "arc-kde-theme";
version = "20220908";
src = fetchFromGitHub {
owner = "PapirusDevelopmentTeam";
repo = "arc-kde";
tag = version;
tag = finalAttrs.version;
sha256 = "sha256-dxk8YpJB4XaZHD/O+WvQUFKJD2TE38VZyC5orn4N7BA=";
};
@@ -24,4 +24,4 @@ stdenv.mkDerivation rec {
maintainers = [ lib.maintainers.nixy ];
platforms = lib.platforms.all;
};
}
})

View File

@@ -5,12 +5,12 @@
fetchpatch,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "archimedes";
version = "2.0.1";
src = fetchurl {
url = "mirror://gnu/archimedes/archimedes-${version}.tar.gz";
url = "mirror://gnu/archimedes/archimedes-${finalAttrs.version}.tar.gz";
sha256 = "0jfpnd3pns5wxcxbiw49v5sgpmm5b4v8s4q1a5292hxxk2hzmb3z";
};
@@ -31,4 +31,4 @@ stdenv.mkDerivation rec {
license = lib.licenses.gpl2Plus;
platforms = with lib.platforms; linux;
};
}
})

View File

@@ -16,14 +16,14 @@ let
];
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "arduino-ci";
version = "0.2.0";
src = fetchFromGitHub {
owner = "pololu";
repo = "arduino-ci";
rev = "v${version}";
rev = "v${finalAttrs.version}";
sha256 = "sha256-9RbBxgwsSQ7oGGKr1Vsn9Ug9AsacoRgvQgd9jbRQ034=";
};
@@ -46,9 +46,9 @@ stdenv.mkDerivation rec {
meta = {
description = "CI for Arduino Libraries";
mainProgram = "arduino-ci";
homepage = src.meta.homepage;
homepage = finalAttrs.src.meta.homepage;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ryantm ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -6,14 +6,14 @@
installShellFiles,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
version = "1.6.0";
pname = "arduino-mk";
src = fetchFromGitHub {
owner = "sudar";
repo = "Arduino-Makefile";
tag = version;
tag = finalAttrs.version;
sha256 = "0flpl97d2231gp51n3y4qvf3y1l8xzafi1sgpwc305vwc2h4dl2x";
};
@@ -38,4 +38,4 @@ stdenv.mkDerivation rec {
maintainers = [ lib.maintainers.eyjhb ];
platforms = lib.platforms.unix;
};
}
})

View File

@@ -6,14 +6,14 @@
ninja,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "argp-standalone";
version = "1.5.0";
src = fetchFromGitHub {
owner = "argp-standalone";
repo = "argp-standalone";
tag = version;
tag = finalAttrs.version;
sha256 = "jWnoWVnUVDQlsC9ru7oB9PdtZuyCCNqGnMqF/f2m0ZY=";
};
@@ -31,4 +31,4 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ amar1729 ];
license = lib.licenses.lgpl21Plus;
};
}
})

View File

@@ -5,14 +5,14 @@
cmake,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "argparse";
version = "3.2";
src = fetchFromGitHub {
owner = "p-ranav";
repo = "argparse";
rev = "v${version}";
rev = "v${finalAttrs.version}";
sha256 = "sha256-w4IU8Yr+zPFOo7xR4YMHlqNJcEov4KU/ppDYrgsGlxM=";
};
@@ -34,4 +34,4 @@ stdenv.mkDerivation rec {
platforms = lib.platforms.unix;
license = lib.licenses.mit;
};
}
})

View File

@@ -15,14 +15,14 @@
nixosTests,
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "aria2";
version = "1.37.0";
src = fetchFromGitHub {
owner = "aria2";
repo = "aria2";
rev = "release-${version}";
rev = "release-${finalAttrs.version}";
sha256 = "sha256-xbiNSg/Z+CA0x0DQfMNsWdA+TATyX6dCeW2Nf3L3Kfs=";
};
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://aria2.github.io";
changelog = "https://github.com/aria2/aria2/releases/tag/release-${version}";
changelog = "https://github.com/aria2/aria2/releases/tag/release-${finalAttrs.version}";
description = "Lightweight, multi-protocol, multi-source, command-line download utility";
mainProgram = "aria2c";
license = lib.licenses.gpl2Plus;
@@ -81,4 +81,4 @@ stdenv.mkDerivation rec {
timhae
];
};
}
})

Some files were not shown because too many files have changed in this diff Show More