lol

Merge master into staging-next

authored by

nixpkgs-ci[bot] and committed by
GitHub
3817f040 5f65e458

+49 -52
-2
nixos/modules/profiles/perlless.nix
··· 1 { lib, pkgs, ... }: 2 3 { 4 - 5 # Remove perl from activation 6 boot.initrd.systemd.enable = lib.mkDefault true; 7 system.etc.overlay.enable = lib.mkDefault true; ··· 10 # Random perl remnants 11 system.tools.nixos-generate-config.enable = lib.mkDefault false; 12 programs.less.lessopen = lib.mkDefault null; 13 - programs.command-not-found.enable = lib.mkDefault false; 14 boot.loader.grub.enable = lib.mkDefault false; 15 environment.defaultPackages = lib.mkDefault [ ]; 16 documentation.info.enable = lib.mkDefault false;
··· 1 { lib, pkgs, ... }: 2 3 { 4 # Remove perl from activation 5 boot.initrd.systemd.enable = lib.mkDefault true; 6 system.etc.overlay.enable = lib.mkDefault true; ··· 9 # Random perl remnants 10 system.tools.nixos-generate-config.enable = lib.mkDefault false; 11 programs.less.lessopen = lib.mkDefault null; 12 boot.loader.grub.enable = lib.mkDefault false; 13 environment.defaultPackages = lib.mkDefault [ ]; 14 documentation.info.enable = lib.mkDefault false;
+4 -4
pkgs/applications/audio/reaper/default.nix
··· 38 in 39 stdenv.mkDerivation rec { 40 pname = "reaper"; 41 - version = "7.42"; 42 43 src = fetchurl { 44 url = url_for_platform version stdenv.hostPlatform.qemuArch; 45 hash = 46 if stdenv.hostPlatform.isDarwin then 47 - "sha256-3K2cgOwBRwm/S4MRcymKCxRhUMkcfuWzWn1G2m3Dbf4=" 48 else 49 { 50 - x86_64-linux = "sha256-XxVcy3s3gOnh6uhv9r0yJFwBMCxhrnT/swaUY4t1CpY="; 51 - aarch64-linux = "sha256-3DKVyooYi6aSBzP4DSnIchGyHKbCANjX0TPspKf5dXU="; 52 } 53 .${stdenv.hostPlatform.system}; 54 };
··· 38 in 39 stdenv.mkDerivation rec { 40 pname = "reaper"; 41 + version = "7.45"; 42 43 src = fetchurl { 44 url = url_for_platform version stdenv.hostPlatform.qemuArch; 45 hash = 46 if stdenv.hostPlatform.isDarwin then 47 + "sha256-plXLOJcQbZlSGPgNdjNEPS2pZ9almrmNzxYfhOZGXjg=" 48 else 49 { 50 + x86_64-linux = "sha256-pOPL8HoAAFNDq6L3SC/OygDtqqYVvfkWwVA6qv1xZPs="; 51 + aarch64-linux = "sha256-rclLjAiG8aLsVinghpPZJiPU4Iq5jQ6s2H0+du+a9Ts="; 52 } 53 .${stdenv.hostPlatform.system}; 54 };
+3 -3
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 126 "vendorHash": null 127 }, 128 "aws": { 129 - "hash": "sha256-52tdACEZF1AOg1pN25bo0T2pLObjho4fRrMSBhjP1xM=", 130 "homepage": "https://registry.terraform.io/providers/hashicorp/aws", 131 "owner": "hashicorp", 132 "repo": "terraform-provider-aws", 133 - "rev": "v6.8.0", 134 "spdx": "MPL-2.0", 135 - "vendorHash": "sha256-rTQzbI04C92J+IXVX8dHtcbMvOif5jLW8ejm20qfrSA=" 136 }, 137 "awscc": { 138 "hash": "sha256-RMOLAJyoIVIlg4GgU6rCSASgcZlvFMmLjFPqc5Lrdp8=",
··· 126 "vendorHash": null 127 }, 128 "aws": { 129 + "hash": "sha256-5W12hwonBaEto5PTnvcBm9qeeIY37ALsyXs0r9pfVak=", 130 "homepage": "https://registry.terraform.io/providers/hashicorp/aws", 131 "owner": "hashicorp", 132 "repo": "terraform-provider-aws", 133 + "rev": "v6.11.0", 134 "spdx": "MPL-2.0", 135 + "vendorHash": "sha256-i3NwpixAXi9PzciiwTtHB8yrzLWv67gHiDY4HshAbBo=" 136 }, 137 "awscc": { 138 "hash": "sha256-RMOLAJyoIVIlg4GgU6rCSASgcZlvFMmLjFPqc5Lrdp8=",
+2 -2
pkgs/by-name/be/beatprints/package.nix
··· 5 }: 6 python3Packages.buildPythonApplication rec { 7 pname = "BeatPrints"; 8 - version = "1.1.4"; 9 pyproject = true; 10 11 src = fetchFromGitHub { 12 owner = "TrueMyst"; 13 repo = "BeatPrints"; 14 rev = "v${version}"; 15 - hash = "sha256-HtYPEnHbJarSC3P337l3IGagk62FgEohSAVyv6PBnIs="; 16 }; 17 18 build-system = with python3Packages; [
··· 5 }: 6 python3Packages.buildPythonApplication rec { 7 pname = "BeatPrints"; 8 + version = "1.1.5"; 9 pyproject = true; 10 11 src = fetchFromGitHub { 12 owner = "TrueMyst"; 13 repo = "BeatPrints"; 14 rev = "v${version}"; 15 + hash = "sha256-7h2MbU6wPqcRhWijdMyd7sTf3UVNCX+5JUNytKr5/EM="; 16 }; 17 18 build-system = with python3Packages; [
+9 -8
pkgs/by-name/ge/genxword/package.nix
··· 11 12 python3.pkgs.buildPythonApplication rec { 13 pname = "genxword"; 14 - version = "2.1.0"; 15 - format = "pyproject"; 16 17 src = fetchFromGitHub { 18 owner = "riverrun"; 19 repo = "genxword"; 20 - rev = "v${version}"; 21 - sha256 = "17h8saja45bv612yk0pra9ncbp2mjnx5n10q25nqhl765ks4bmb5"; 22 }; 23 24 nativeBuildInputs = [ ··· 50 # there are no tests 51 doCheck = false; 52 53 - meta = with lib; { 54 - inherit (src.meta) homepage; 55 description = "Crossword generator"; 56 - license = licenses.gpl3Plus; 57 - maintainers = with maintainers; [ dotlambda ]; 58 }; 59 }
··· 11 12 python3.pkgs.buildPythonApplication rec { 13 pname = "genxword"; 14 + version = "2.2.0"; 15 + pyproject = true; 16 17 src = fetchFromGitHub { 18 owner = "riverrun"; 19 repo = "genxword"; 20 + tag = "v${version}"; 21 + hash = "sha256-vzzkXfMnkeTFQmTNAfCIKqVVNm1I6GSfRV1lwGmLj6Y="; 22 }; 23 24 nativeBuildInputs = [ ··· 50 # there are no tests 51 doCheck = false; 52 53 + meta = { 54 + homepage = "https://github.com/riverrun/genxword"; 55 description = "Crossword generator"; 56 + license = lib.licenses.gpl3Plus; 57 + mainProgram = "genxword"; 58 + maintainers = with lib.maintainers; [ dotlambda ]; 59 }; 60 }
+3 -3
pkgs/by-name/js/jsonschema-cli/package.nix
··· 8 9 rustPlatform.buildRustPackage (finalAttrs: { 10 pname = "jsonschema-cli"; 11 - version = "0.32.1"; 12 13 src = fetchCrate { 14 pname = "jsonschema-cli"; 15 inherit (finalAttrs) version; 16 - hash = "sha256-XZbVYYZU32WZ/h3offg5C/YIhb+3FlGu+VLKYrTDGDs="; 17 }; 18 19 - cargoHash = "sha256-gI5acxWIHD0MtVAFBuTGpK6h7ZM84rYglKXXMGa37/U="; 20 21 nativeInstallCheckInputs = [ 22 versionCheckHook
··· 8 9 rustPlatform.buildRustPackage (finalAttrs: { 10 pname = "jsonschema-cli"; 11 + version = "0.33.0"; 12 13 src = fetchCrate { 14 pname = "jsonschema-cli"; 15 inherit (finalAttrs) version; 16 + hash = "sha256-09u50o4dg7keJgFC4xlRJ0LtkR7ZxmxnqLdEVKpE77E="; 17 }; 18 19 + cargoHash = "sha256-zY4PtuQuUMvuR7gr42iytR2CW7bQBfbB0L6JE8cSQh8="; 20 21 nativeInstallCheckInputs = [ 22 versionCheckHook
+4 -4
pkgs/by-name/nc/ncps/package.nix
··· 8 let 9 finalAttrs = { 10 pname = "ncps"; 11 - version = "0.2.0"; 12 13 src = fetchFromGitHub { 14 owner = "kalbasit"; 15 repo = "ncps"; 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-CjiPn5godd8lT3eE9e7MnZ0/2hOEq+CG0bpgRtLtwHo="; 18 }; 19 20 ldflags = [ 21 "-X github.com/kalbasit/ncps/cmd.Version=v${finalAttrs.version}" 22 ]; 23 24 - subPackages = [ "." ]; 25 26 - vendorHash = "sha256-El3yvYYnase4ztG3u7xxcKE5ARy5Lvp/FVosBwOXzbU="; 27 doCheck = true; 28 29 nativeBuildInputs = [ 30 dbmate # used for testing
··· 8 let 9 finalAttrs = { 10 pname = "ncps"; 11 + version = "0.3.0"; 12 13 src = fetchFromGitHub { 14 owner = "kalbasit"; 15 repo = "ncps"; 16 tag = "v${finalAttrs.version}"; 17 + hash = "sha256-mBiasGQgwP8dRQqtn7z+tLKECDd1p0JE2nvCYLru0Ts="; 18 }; 19 20 ldflags = [ 21 "-X github.com/kalbasit/ncps/cmd.Version=v${finalAttrs.version}" 22 ]; 23 24 + vendorHash = "sha256-5QpzU+cy14cdR5Oi2vwA+BbMSTPMXlhyq9RpzbMsRZQ="; 25 26 doCheck = true; 27 + checkFlags = [ "-race" ]; 28 29 nativeBuildInputs = [ 30 dbmate # used for testing
+7 -8
pkgs/by-name/pl/plowshare/package.nix
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 - makeWrapper, 6 curl, 7 recode, 8 - spidermonkey_115, 9 }: 10 11 stdenv.mkDerivation rec { ··· 17 owner = "mcrapet"; 18 repo = "plowshare"; 19 rev = "v${version}"; 20 - sha256 = "1p8s60dlzaldp006yj710s371aan915asyjhd99188vrj4jj1x79"; 21 }; 22 23 - nativeBuildInputs = [ makeWrapper ]; 24 25 dontBuild = true; 26 ··· 32 lib.makeBinPath [ 33 curl 34 recode 35 - spidermonkey_115 36 ] 37 }" 38 done 39 ''; 40 41 meta = { 42 - description = '' 43 - A command-line download/upload tool for popular file sharing websites 44 - ''; 45 license = lib.licenses.gpl3; 46 maintainers = with lib.maintainers; [ aforemny ]; 47 platforms = lib.platforms.linux;
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 + makeBinaryWrapper, 6 curl, 7 recode, 8 + spidermonkey_140, 9 }: 10 11 stdenv.mkDerivation rec { ··· 17 owner = "mcrapet"; 18 repo = "plowshare"; 19 rev = "v${version}"; 20 + hash = "sha256-6fQgJZF5IxRSalB6rUpIVqlwhgbhSG8AuI2qTxswGt0="; 21 }; 22 23 + nativeBuildInputs = [ makeBinaryWrapper ]; 24 25 dontBuild = true; 26 ··· 32 lib.makeBinPath [ 33 curl 34 recode 35 + spidermonkey_140 36 ] 37 }" 38 done 39 ''; 40 41 meta = { 42 + description = "Command-line download/upload tool for popular file sharing websites"; 43 + homepage = "https://github.com/mcrapet/plowshare"; 44 license = lib.licenses.gpl3; 45 maintainers = with lib.maintainers; [ aforemny ]; 46 platforms = lib.platforms.linux;
+3 -4
pkgs/by-name/sh/shortcat/package.nix
··· 4 fetchurl, 5 unzip, 6 }: 7 - 8 stdenv.mkDerivation rec { 9 pname = "shortcat"; 10 - version = "0.11.4"; 11 12 src = fetchurl { 13 url = "https://files.shortcat.app/releases/v${version}/Shortcat.zip"; 14 - sha256 = "sha256-0uhAGU5y98oOLAlM7Uu4dWyK85RfNR5c8z3U7LHi8g8="; 15 }; 16 17 sourceRoot = "Shortcat.app"; ··· 28 homepage = "https://shortcat.app/"; 29 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 30 platforms = platforms.darwin; 31 - maintainers = [ ]; 32 license = licenses.unfreeRedistributable; 33 }; 34 }
··· 4 fetchurl, 5 unzip, 6 }: 7 stdenv.mkDerivation rec { 8 pname = "shortcat"; 9 + version = "0.12.2"; 10 11 src = fetchurl { 12 url = "https://files.shortcat.app/releases/v${version}/Shortcat.zip"; 13 + sha256 = "sha256-jmp9mBMYID0Zcu/o6ICYPS8QGHhSwcLz072jG3zR2mM="; 14 }; 15 16 sourceRoot = "Shortcat.app"; ··· 27 homepage = "https://shortcat.app/"; 28 sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 29 platforms = platforms.darwin; 30 + maintainers = with lib.maintainers; [ t-monaghan ]; 31 license = licenses.unfreeRedistributable; 32 }; 33 }
+2 -2
pkgs/development/python-modules/paddleocr/default.nix
··· 32 33 buildPythonPackage rec { 34 pname = "paddleocr"; 35 - version = "3.1.1"; 36 pyproject = true; 37 38 src = fetchFromGitHub { 39 owner = "PaddlePaddle"; 40 repo = "PaddleOCR"; 41 tag = "v${version}"; 42 - hash = "sha256-Ehi9xJZcIG9hzgrikLkLnPspC3xvdyPfDCaoA+uYzpQ="; 43 }; 44 45 patches = [
··· 32 33 buildPythonPackage rec { 34 pname = "paddleocr"; 35 + version = "3.2.0"; 36 pyproject = true; 37 38 src = fetchFromGitHub { 39 owner = "PaddlePaddle"; 40 repo = "PaddleOCR"; 41 tag = "v${version}"; 42 + hash = "sha256-lrFwrbDzOYFzZEz+P0roTtQMxeWBCDZuEVviyUzM3M4="; 43 }; 44 45 patches = [
+7 -7
pkgs/development/python-modules/sphinxcontrib-images/default.nix
··· 1 { 2 lib, 3 buildPythonPackage, 4 - fetchPypi, 5 setuptools, 6 - wheel, 7 requests, 8 sphinx, 9 }: 10 11 buildPythonPackage rec { 12 pname = "sphinxcontrib-images"; 13 - version = "0.9.4"; 14 pyproject = true; 15 16 - src = fetchPypi { 17 - inherit pname version; 18 - hash = "sha256-9sI30EMHk+ZdkdvdsTsfsmos+DgECp3utSESlp+8Sks="; 19 }; 20 21 build-system = [ 22 setuptools 23 - wheel 24 ]; 25 26 dependencies = [
··· 1 { 2 lib, 3 buildPythonPackage, 4 + fetchFromGitHub, 5 setuptools, 6 requests, 7 sphinx, 8 }: 9 10 buildPythonPackage rec { 11 pname = "sphinxcontrib-images"; 12 + version = "1.0.1"; 13 pyproject = true; 14 15 + src = fetchFromGitHub { 16 + owner = "sphinx-contrib"; 17 + repo = "images"; 18 + tag = version; 19 + hash = "sha256-olkczYxvdUgLZXmvA0SUXL2q+NL4tvUfRWBG7S05dQU="; 20 }; 21 22 build-system = [ 23 setuptools 24 ]; 25 26 dependencies = [
+2 -2
pkgs/servers/home-assistant/custom-components/waste_collection_schedule/package.nix
··· 13 buildHomeAssistantComponent rec { 14 owner = "mampfes"; 15 domain = "waste_collection_schedule"; 16 - version = "2.9.0"; 17 18 src = fetchFromGitHub { 19 inherit owner; 20 repo = "hacs_waste_collection_schedule"; 21 tag = version; 22 - hash = "sha256-qH880z04TKNwO+PoH4INcOjwLrts1lzg9NMwKoum2zg="; 23 }; 24 25 dependencies = [
··· 13 buildHomeAssistantComponent rec { 14 owner = "mampfes"; 15 domain = "waste_collection_schedule"; 16 + version = "2.10.0"; 17 18 src = fetchFromGitHub { 19 inherit owner; 20 repo = "hacs_waste_collection_schedule"; 21 tag = version; 22 + hash = "sha256-qFeo2VE0sgBq4dwOUm26Vkgi+rv/0PsOyQhlVEJ45aE="; 23 }; 24 25 dependencies = [
+3 -3
pkgs/servers/home-assistant/custom-lovelace-modules/apexcharts-card/package.nix
··· 6 7 buildNpmPackage rec { 8 pname = "apexcharts-card"; 9 - version = "2.2.0"; 10 11 src = fetchFromGitHub { 12 owner = "RomRider"; 13 repo = "apexcharts-card"; 14 rev = "v${version}"; 15 - hash = "sha256-wHQmbNX96X4YT0xvLp13scD0c7MAADP4Ax47fwYRgbM="; 16 }; 17 18 - npmDepsHash = "sha256-5hCd/ksFSIOsNZfVr5aoun7qrtkIlAGvwQN1xr6AbMI="; 19 20 installPhase = '' 21 runHook preInstall
··· 6 7 buildNpmPackage rec { 8 pname = "apexcharts-card"; 9 + version = "2.2.3"; 10 11 src = fetchFromGitHub { 12 owner = "RomRider"; 13 repo = "apexcharts-card"; 14 rev = "v${version}"; 15 + hash = "sha256-r8PjZLUWnC25XsA4CI1qCX5Np2HY6kp1sWSqfXfJrPk="; 16 }; 17 18 + npmDepsHash = "sha256-w/TR+8Oo6dbSnlHKhKKVSpeDops4WoGdle6VTCyR7T4="; 19 20 installPhase = '' 21 runHook preInstall