Merge master into staging-next

authored by github-actions[bot] and committed by GitHub e706db2a 35875ee0

+136 -45
+6
maintainers/maintainer-list.nix
··· 5148 githubId = 3656888; 5149 name = "hhm"; 5150 }; 5151 higebu = { 5152 name = "Yuya Kusakabe"; 5153 email = "yuya.kusakabe@gmail.com";
··· 5148 githubId = 3656888; 5149 name = "hhm"; 5150 }; 5151 + hhydraa = { 5152 + email = "hcurfman@keemail.me"; 5153 + github = "hhydraa"; 5154 + githubId = 58676303; 5155 + name = "hhydraa"; 5156 + }; 5157 higebu = { 5158 name = "Yuya Kusakabe"; 5159 email = "yuya.kusakabe@gmail.com";
+1 -1
nixos/modules/services/monitoring/netdata.nix
··· 186 description = "Real time performance monitoring"; 187 after = [ "network.target" ]; 188 wantedBy = [ "multi-user.target" ]; 189 - path = (with pkgs; [ curl gawk iproute2 which procps ]) 190 ++ lib.optional cfg.python.enable (pkgs.python3.withPackages cfg.python.extraPackages) 191 ++ lib.optional config.virtualisation.libvirtd.enable (config.virtualisation.libvirtd.package); 192 environment = {
··· 186 description = "Real time performance monitoring"; 187 after = [ "network.target" ]; 188 wantedBy = [ "multi-user.target" ]; 189 + path = (with pkgs; [ curl gawk iproute2 which procps bash ]) 190 ++ lib.optional cfg.python.enable (pkgs.python3.withPackages cfg.python.extraPackages) 191 ++ lib.optional config.virtualisation.libvirtd.enable (config.virtualisation.libvirtd.package); 192 environment = {
+3 -3
pkgs/applications/audio/mopidy/youtube.nix
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "mopidy-youtube"; 9 - version = "3.5"; 10 format = "setuptools"; 11 12 src = fetchFromGitHub { 13 owner = "natumbri"; 14 repo = pname; 15 - rev = "v${version}"; 16 - hash = "sha256-hlokysFFgZZYY7flghgRq6wVG824kpcLkXxk6nMhxn4="; 17 }; 18 19 propagatedBuildInputs = with python3.pkgs; [
··· 6 7 python3.pkgs.buildPythonApplication rec { 8 pname = "mopidy-youtube"; 9 + version = "3.6"; 10 format = "setuptools"; 11 12 src = fetchFromGitHub { 13 owner = "natumbri"; 14 repo = pname; 15 + rev = "refs/tags/v${version}"; 16 + hash = "sha256-Mp8eCVNGokJRwmYiZYCYRwV1QVDV02Uqfh6fGcPgJss="; 17 }; 18 19 propagatedBuildInputs = with python3.pkgs; [
+2 -2
pkgs/applications/graphics/mandelbulber/default.nix
··· 19 20 mkDerivation rec { 21 pname = "mandelbulber"; 22 - version = "2.27"; 23 24 src = fetchFromGitHub { 25 owner = "buddhi1980"; 26 repo = "mandelbulber2"; 27 rev = version; 28 - sha256 = "sha256-CNIt+DC3ZYyT8EY1t641y7jW7vn7Rr1PLOsy9bjKaDk="; 29 }; 30 31 nativeBuildInputs = [
··· 19 20 mkDerivation rec { 21 pname = "mandelbulber"; 22 + version = "2.28"; 23 24 src = fetchFromGitHub { 25 owner = "buddhi1980"; 26 repo = "mandelbulber2"; 27 rev = version; 28 + sha256 = "sha256-NrXfEUoTJSz8C6rNU+tSO4PUUo5YWP0bknzXQieOqDc="; 29 }; 30 31 nativeBuildInputs = [
+61
pkgs/applications/misc/warpd/default.nix
···
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , git 5 + , libXi 6 + , libXinerama 7 + , libXft 8 + , libXfixes 9 + , libXtst 10 + , libX11 11 + , libXext 12 + , waylandSupport ? false, cairo, libxkbcommon, wayland 13 + }: 14 + 15 + stdenv.mkDerivation rec { 16 + pname = "warpd"; 17 + version = "1.3.2"; 18 + 19 + src = fetchFromGitHub { 20 + owner = "rvaiya"; 21 + repo = "warpd"; 22 + rev = "v${version}"; 23 + sha256 = "AR/uLgNX1VLPEcfUd8cnplMiaoEJlUxQ55Fst62RnbI="; 24 + leaveDotGit = true; 25 + }; 26 + 27 + nativeBuildInputs = [ git ]; 28 + 29 + buildInputs = [ 30 + libXi 31 + libXinerama 32 + libXft 33 + libXfixes 34 + libXtst 35 + libX11 36 + libXext 37 + ] ++ lib.optionals waylandSupport [ 38 + cairo 39 + libxkbcommon 40 + wayland 41 + ]; 42 + 43 + makeFlags = [ "PREFIX=$(out)" ]; 44 + 45 + postPatch = '' 46 + substituteInPlace Makefile \ 47 + --replace '-m644' '-Dm644' \ 48 + --replace '-m755' '-Dm755' \ 49 + --replace 'warpd.1.gz $(DESTDIR)' 'warpd.1.gz -t $(DESTDIR)' \ 50 + --replace 'bin/warpd $(DESTDIR)' 'bin/warpd -t $(DESTDIR)' 51 + ''; 52 + 53 + meta = with lib; { 54 + description = "A modal keyboard driven interface for mouse manipulation."; 55 + homepage = "https://github.com/rvaiya/warpd"; 56 + changelog = "https://github.com/rvaiya/warpd/blob/${src.rev}/CHANGELOG.md"; 57 + maintainers = with maintainers; [ hhydraa ]; 58 + license = licenses.mit; 59 + platforms = platforms.linux; 60 + }; 61 + }
+3 -3
pkgs/applications/networking/mailreaders/electron-mail/default.nix
··· 2 3 let 4 pname = "electron-mail"; 5 - version = "4.14.0"; 6 name = "ElectronMail-${version}"; 7 8 src = fetchurl { 9 url = "https://github.com/vladimiry/ElectronMail/releases/download/v${version}/electron-mail-${version}-linux-x86_64.AppImage"; 10 - sha256 = "sha256-sahMEj9m10gsceTBnYk8wkWcQoM5s6s1ek1U6u3PTgw="; 11 }; 12 13 appimageContents = appimageTools.extract { inherit name src; }; ··· 30 meta = with lib; { 31 description = "ElectronMail is an Electron-based unofficial desktop client for ProtonMail"; 32 homepage = "https://github.com/vladimiry/ElectronMail"; 33 - license = licenses.mit; 34 maintainers = [ maintainers.princemachiavelli ]; 35 platforms = [ "x86_64-linux" ]; 36 };
··· 2 3 let 4 pname = "electron-mail"; 5 + version = "5.0.1"; 6 name = "ElectronMail-${version}"; 7 8 src = fetchurl { 9 url = "https://github.com/vladimiry/ElectronMail/releases/download/v${version}/electron-mail-${version}-linux-x86_64.AppImage"; 10 + sha256 = "sha256-w6ZZPIJnAlA8WhNHtM9gsjr7U6wMYT21fGFmkDDAVJU="; 11 }; 12 13 appimageContents = appimageTools.extract { inherit name src; }; ··· 30 meta = with lib; { 31 description = "ElectronMail is an Electron-based unofficial desktop client for ProtonMail"; 32 homepage = "https://github.com/vladimiry/ElectronMail"; 33 + license = licenses.gpl3; 34 maintainers = [ maintainers.princemachiavelli ]; 35 platforms = [ "x86_64-linux" ]; 36 };
+11
pkgs/applications/networking/remote/citrix-workspace/sources.nix
··· 87 x86hash = "f2dc1fd64e5314b62ba87f384958c2bbd48b06b55bed10345cddb05fdc8cffa1"; 88 x64suffix = "16"; 89 x86suffix = "16"; 90 homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html"; 91 }; 92 };
··· 87 x86hash = "f2dc1fd64e5314b62ba87f384958c2bbd48b06b55bed10345cddb05fdc8cffa1"; 88 x64suffix = "16"; 89 x86suffix = "16"; 90 + homepage = "https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest2.html"; 91 + }; 92 + 93 + "22.07.0" = { 94 + major = "22"; 95 + minor = "7"; 96 + patch = "0"; 97 + x64hash = "a17e4478ad3eac4b0cbc9fb7be0dba2758393ba2d3b6a82b3074ff053586c5f5"; 98 + x86hash = "f08d9c83a1af7873cbb864b26ec24d731fdc2e5045adee982eeef4083982c5bc"; 99 + x64suffix = "20"; 100 + x86suffix = "20"; 101 homepage = "https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html"; 102 }; 103 };
+3 -3
pkgs/applications/science/misc/gephi/default.nix
··· 1 { lib, stdenv, fetchFromGitHub, jdk, maven, javaPackages }: 2 3 let 4 - version = "0.9.2"; 5 6 src = fetchFromGitHub { 7 owner = "gephi"; 8 repo = "gephi"; 9 rev = "v${version}"; 10 - sha256 = "0kqp2nvnsb55j1axb6hk0mlw5alyaiyb70z0mdybhpqqxyw2da2r"; 11 }; 12 13 # perform fake build to make a fixed-output derivation out of the files downloaded from maven central (120MB) ··· 24 installPhase = ''find $out/.m2 -type f -regex '.+\(\.lastUpdated\|resolver-status\.properties\|_remote\.repositories\)' -delete''; 25 outputHashAlgo = "sha256"; 26 outputHashMode = "recursive"; 27 - outputHash = "1p7yf97dn0nvr005cbs6vdk3i341s8fya4kfccj8qqad2qgxflif"; 28 }; 29 in 30 stdenv.mkDerivation {
··· 1 { lib, stdenv, fetchFromGitHub, jdk, maven, javaPackages }: 2 3 let 4 + version = "0.9.6"; 5 6 src = fetchFromGitHub { 7 owner = "gephi"; 8 repo = "gephi"; 9 rev = "v${version}"; 10 + sha256 = "sha256-3+tOwcE7TUeexJCugFsx9SgsKeb7ApNqbMEIi9QaKPE="; 11 }; 12 13 # perform fake build to make a fixed-output derivation out of the files downloaded from maven central (120MB) ··· 24 installPhase = ''find $out/.m2 -type f -regex '.+\(\.lastUpdated\|resolver-status\.properties\|_remote\.repositories\)' -delete''; 25 outputHashAlgo = "sha256"; 26 outputHashMode = "recursive"; 27 + outputHash = "sha256-kIPsZN0alRAgiMbckQnMWKOKtCZ37D/6MgT17VYcr+s="; 28 }; 29 in 30 stdenv.mkDerivation {
+3 -3
pkgs/applications/video/manim/default.nix
··· 45 in python3.pkgs.buildPythonApplication rec { 46 pname = "manim"; 47 format = "pyproject"; 48 - version = "0.15.2"; 49 disabled = python3.pythonOlder "3.8"; 50 51 src = fetchFromGitHub { 52 owner = "ManimCommunity"; 53 repo = pname; 54 - rev = "v${version}"; 55 - sha256 = "l5JiFWCMQbGnwRRtYzCHBXdVzWBrTNPdcIYaAt/wRNA="; 56 }; 57 58 nativeBuildInputs = [
··· 45 in python3.pkgs.buildPythonApplication rec { 46 pname = "manim"; 47 format = "pyproject"; 48 + version = "0.16.0"; 49 disabled = python3.pythonOlder "3.8"; 50 51 src = fetchFromGitHub { 52 owner = "ManimCommunity"; 53 repo = pname; 54 + rev = "refs/tags/v${version}"; 55 + sha256 = "sha256-NQI+kJV0Mu2O/DlwwLYQw2jjJk/TmR7avBX9Fe7zmdk="; 56 }; 57 58 nativeBuildInputs = [
+4
pkgs/development/libraries/ffmpeg-full/default.nix
··· 258 --replace /usr/local/lib/frei0r-1 ${frei0r}/lib/frei0r-1 259 substituteInPlace doc/filters.texi \ 260 --replace /usr/local/lib/frei0r-1 ${frei0r}/lib/frei0r-1 261 ''; 262 263 configurePlatforms = [];
··· 258 --replace /usr/local/lib/frei0r-1 ${frei0r}/lib/frei0r-1 259 substituteInPlace doc/filters.texi \ 260 --replace /usr/local/lib/frei0r-1 ${frei0r}/lib/frei0r-1 261 + '' + 262 + # ffmpeg 5.1 https://trac.ffmpeg.org/ticket/9841 263 + '' 264 + substituteInPlace tests/Makefile --replace 'include $(SRC_PATH)/tests/fate/imf.mak' "" 265 ''; 266 267 configurePlatforms = [];
+2 -2
pkgs/development/libraries/ffmpeg/5.nix
··· 5 }@args: 6 7 callPackage ./generic.nix (rec { 8 - version = "5.0.1"; 9 branch = version; 10 - sha256 = "sha256-KN8z1AChwcGyDQepkZeAmjuI73ZfXwfcH/Bn+sZMWdY="; 11 darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ]; 12 } // args)
··· 5 }@args: 6 7 callPackage ./generic.nix (rec { 8 + version = "5.1"; 9 branch = version; 10 + sha256 = "sha256-MrVvsBzpDUUpWK4l6RyVZKv0ntVFPBJ77CPGPlMKqPo="; 11 darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ]; 12 } // args)
+2 -2
pkgs/development/libraries/libstrophe/default.nix
··· 10 11 stdenv.mkDerivation rec { 12 pname = "libstrophe"; 13 - version = "0.12.0"; 14 15 src = fetchFromGitHub { 16 owner = "strophe"; 17 repo = pname; 18 rev = version; 19 - sha256 = "sha256-YJ8A97ECc3VxdGfhUu0YYijAamnrHCO6kr7TAIan96o="; 20 }; 21 22 nativeBuildInputs = [ autoreconfHook pkg-config ];
··· 10 11 stdenv.mkDerivation rec { 12 pname = "libstrophe"; 13 + version = "0.12.1"; 14 15 src = fetchFromGitHub { 16 owner = "strophe"; 17 repo = pname; 18 rev = version; 19 + sha256 = "sha256-hNUpHuLwnq66w/VbVAv3QqBFOXDOzd/xPtGGX+j9K2U="; 20 }; 21 22 nativeBuildInputs = [ autoreconfHook pkg-config ];
+10 -1
pkgs/development/libraries/qtstyleplugin-kvantum/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, qmake, qtbase, qtsvg, qtx11extras, kwindowsystem 2 , libX11, libXext, qttools, wrapQtAppsHook 3 , gitUpdater 4 }: ··· 23 ]; 24 25 sourceRoot = "source/Kvantum"; 26 27 postPatch = '' 28 # Fix plugin dir
··· 1 + { lib, stdenv, fetchFromGitHub, fetchpatch, qmake, qtbase, qtsvg, qtx11extras, kwindowsystem 2 , libX11, libXext, qttools, wrapQtAppsHook 3 , gitUpdater 4 }: ··· 23 ]; 24 25 sourceRoot = "source/Kvantum"; 26 + 27 + patches = [ 28 + (fetchpatch { 29 + # add xdg dirs support 30 + url = "https://github.com/tsujan/Kvantum/commit/01989083f9ee75a013c2654e760efd0a1dea4a68.patch"; 31 + hash = "sha256-HPx+p4Iek/Me78olty1fA0dUNceK7bwOlTYIcQu8ycc="; 32 + stripLen = 1; 33 + }) 34 + ]; 35 36 postPatch = '' 37 # Fix plugin dir
+3 -3
pkgs/development/tools/cloud-nuke/default.nix
··· 2 3 buildGoModule rec { 4 pname = "cloud-nuke"; 5 - version = "0.12.2"; 6 7 src = fetchFromGitHub { 8 owner = "gruntwork-io"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-ZBhuRv5IF2VmbvGtXLzVnY3eSso+TSCS05UvCbjtSZ0="; 12 }; 13 14 - vendorSha256 = "sha256-N4oyyWY/ANuRFxnfBBAGwacofaYR5/ZH867W/2sm+Gk="; 15 16 ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ]; 17
··· 2 3 buildGoModule rec { 4 pname = "cloud-nuke"; 5 + version = "0.16.1"; 6 7 src = fetchFromGitHub { 8 owner = "gruntwork-io"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-11oi67826JALCebxwbbX0pJ2XyK7+2hUpsNfYKZ2Bng="; 12 }; 13 14 + vendorSha256 = "sha256-DhFwTh7Bm2mPwXFBiYFylYKqWWcSm5/Cv2tXOJsPqm4="; 15 16 ldflags = [ "-s" "-w" "-X main.VERSION=${version}" ]; 17
+3 -3
pkgs/development/tools/frugal/default.nix
··· 2 3 buildGoModule rec { 4 pname = "frugal"; 5 - version = "3.15.1"; 6 7 src = fetchFromGitHub { 8 owner = "Workiva"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-pRWTjlPTVwFzamq67hzb+ElqZuqP9aEAVz581DNMUBM="; 12 }; 13 14 subPackages = [ "." ]; 15 16 - vendorSha256 = "sha256-ljZ3tpIJ+tg4UDBDzbse4M6ksb8AgPJLJCZeusMtQ0Q="; 17 18 meta = with lib; { 19 description = "Thrift improved";
··· 2 3 buildGoModule rec { 4 pname = "frugal"; 5 + version = "3.15.4"; 6 7 src = fetchFromGitHub { 8 owner = "Workiva"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-5Q5HPS5MOOJRRUA0sRZS+QURDz52OGKgwuFswhqQFAg="; 12 }; 13 14 subPackages = [ "." ]; 15 16 + vendorSha256 = "sha256-Nqfhrf8zX5F35W3B/XW11Sw7M+mmIL/dfXl+zXqBL0g="; 17 18 meta = with lib; { 19 description = "Thrift improved";
+5 -5
pkgs/os-specific/linux/displaylink/default.nix
··· 20 in 21 stdenv.mkDerivation rec { 22 pname = "displaylink"; 23 - version = "5.5.0-59.151"; 24 25 src = requireFile rec { 26 - name = "displaylink-55.zip"; 27 - sha256 = "0pswmczzrqqq0s0ksp6rfnkm693ligq4nblki1v53jdh0y7d1gff"; 28 message = '' 29 In order to install the DisplayLink drivers, you must first 30 comply with DisplayLink's EULA and download the binaries and 31 sources from here: 32 33 - https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.5 34 35 Once you have downloaded the file, please use the following 36 commands and re-run the installation: 37 38 - mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu5.5-EXE.zip" \$PWD/${name} 39 nix-prefetch-url file://\$PWD/${name} 40 ''; 41 };
··· 20 in 21 stdenv.mkDerivation rec { 22 pname = "displaylink"; 23 + version = "5.6.0-59.176"; 24 25 src = requireFile rec { 26 + name = "displaylink-56.zip"; 27 + sha256 = "1v9s4ksr4mnl629n24si14g762b7knr00sqacz60mxcmy4mch5fa"; 28 message = '' 29 In order to install the DisplayLink drivers, you must first 30 comply with DisplayLink's EULA and download the binaries and 31 sources from here: 32 33 + https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.6 34 35 Once you have downloaded the file, please use the following 36 commands and re-run the installation: 37 38 + mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu5.6-EXE.zip" \$PWD/${name} 39 nix-prefetch-url file://\$PWD/${name} 40 ''; 41 };
+3 -3
pkgs/os-specific/linux/mmc-utils/default.nix
··· 2 3 stdenv.mkDerivation { 4 pname = "mmc-utils"; 5 - version = "unstable-2022-04-26"; 6 7 src = fetchzip rec { 8 url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz"; 9 - passthru.rev = "b7e4d5a6ae9942d26a11de9b05ae7d52c0802802"; 10 - sha256 = "D2QgntRsa6Y39nCkXQupXFbJR++JfBpMeEZE0Gv0btc="; 11 }; 12 13 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];
··· 2 3 stdenv.mkDerivation { 4 pname = "mmc-utils"; 5 + version = "unstable-2022-07-13"; 6 7 src = fetchzip rec { 8 url = "https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${passthru.rev}.tar.gz"; 9 + passthru.rev = "d7b343fd262880994f041ce2335442e7bd1071f5"; 10 + sha256 = "cTF3xSNvZ1wifItPmflNFd+fpYArPRvinM7Cyg3JoeE="; 11 }; 12 13 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" "prefix=$(out)" ];
+2 -2
pkgs/servers/tautulli/default.nix
··· 2 3 buildPythonApplication rec { 4 pname = "Tautulli"; 5 - version = "2.10.1"; 6 format = "other"; 7 8 pythonPath = [ setuptools ]; ··· 12 owner = "Tautulli"; 13 repo = pname; 14 rev = "v${version}"; 15 - sha256 = "sha256-qM3PiBZD0AfbhIdJFYFUGYhsB4U6ZZEW4i7S9waP7VE="; 16 }; 17 18 installPhase = ''
··· 2 3 buildPythonApplication rec { 4 pname = "Tautulli"; 5 + version = "2.10.2"; 6 format = "other"; 7 8 pythonPath = [ setuptools ]; ··· 12 owner = "Tautulli"; 13 repo = pname; 14 rev = "v${version}"; 15 + sha256 = "sha256-nEiyYpj5J95tQAFcyRlaF5VEfosCkk4cmdYKLjfeA98="; 16 }; 17 18 installPhase = ''
+2 -2
pkgs/tools/admin/lxd/default.nix
··· 11 12 buildGoPackage rec { 13 pname = "lxd"; 14 - version = "5.3"; 15 16 goPackagePath = "github.com/lxc/lxd"; 17 ··· 20 "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz" 21 "https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz" 22 ]; 23 - sha256 = "sha256-DRdKCfp0nL3lg5O/Wm7vX2grO/DBuyhHRi85XI5laZU="; 24 }; 25 26 postPatch = ''
··· 11 12 buildGoPackage rec { 13 pname = "lxd"; 14 + version = "5.4"; 15 16 goPackagePath = "github.com/lxc/lxd"; 17 ··· 20 "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz" 21 "https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz" 22 ]; 23 + sha256 = "sha256-4jS2fFB30F4i+VjjJWvZHyYkUFRZk9Cq8bTOK9uZOTo="; 24 }; 25 26 postPatch = ''
+2 -2
pkgs/tools/networking/ytcc/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "ytcc"; 5 - version = "2.5.5"; 6 7 src = fetchFromGitHub { 8 owner = "woefe"; 9 repo = "ytcc"; 10 rev = "v${version}"; 11 - sha256 = "sha256-DjyVcjU2dVku5ademm6DygMnzWHB7iMqPfU56BBjAwU="; 12 }; 13 14 nativeBuildInputs = [ gettext installShellFiles ];
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "ytcc"; 5 + version = "2.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "woefe"; 9 repo = "ytcc"; 10 rev = "v${version}"; 11 + sha256 = "sha256-NTG7CtmlJzrhgr/JRSQ1jjSpJEm+PlF67PlEbPNihFE="; 12 }; 13 14 nativeBuildInputs = [ gettext installShellFiles ];
+5 -5
pkgs/top-level/all-packages.nix
··· 4878 4879 circus = callPackage ../tools/networking/circus { }; 4880 4881 - citrix_workspace = citrix_workspace_22_05_0; 4882 - 4883 cirrus-cli = callPackage ../development/tools/continuous-integration/cirrus-cli { }; 4884 4885 inherit (callPackage ../applications/networking/remote/citrix-workspace { }) ··· 4890 citrix_workspace_21_09_0 4891 citrix_workspace_21_12_0 4892 citrix_workspace_22_05_0 4893 ; 4894 4895 cmigemo = callPackage ../tools/text/cmigemo { }; 4896 ··· 17724 gecode_6 = qt5.callPackage ../development/libraries/gecode { }; 17725 gecode = gecode_6; 17726 17727 - gephi = callPackage ../applications/science/misc/gephi { 17728 - jdk = jdk8; # TODO: remove override https://github.com/NixOS/nixpkgs/pull/89731 17729 - }; 17730 17731 gegl = callPackage ../development/libraries/gegl { 17732 inherit (darwin.apple_sdk.frameworks) OpenCL; ··· 31156 waon = callPackage ../applications/audio/waon { }; 31157 31158 warp = callPackage ../applications/networking/warp { }; 31159 31160 w3m = callPackage ../applications/networking/browsers/w3m { }; 31161
··· 4878 4879 circus = callPackage ../tools/networking/circus { }; 4880 4881 cirrus-cli = callPackage ../development/tools/continuous-integration/cirrus-cli { }; 4882 4883 inherit (callPackage ../applications/networking/remote/citrix-workspace { }) ··· 4888 citrix_workspace_21_09_0 4889 citrix_workspace_21_12_0 4890 citrix_workspace_22_05_0 4891 + citrix_workspace_22_07_0 4892 ; 4893 + citrix_workspace = citrix_workspace_22_07_0; 4894 4895 cmigemo = callPackage ../tools/text/cmigemo { }; 4896 ··· 17724 gecode_6 = qt5.callPackage ../development/libraries/gecode { }; 17725 gecode = gecode_6; 17726 17727 + gephi = callPackage ../applications/science/misc/gephi { }; 17728 17729 gegl = callPackage ../development/libraries/gegl { 17730 inherit (darwin.apple_sdk.frameworks) OpenCL; ··· 31154 waon = callPackage ../applications/audio/waon { }; 31155 31156 warp = callPackage ../applications/networking/warp { }; 31157 + 31158 + warpd = callPackage ../applications/misc/warpd { }; 31159 31160 w3m = callPackage ../applications/networking/browsers/w3m { }; 31161