lol

Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
cfef27f7 bbbd0a92

+35 -31
+1 -1
maintainers/maintainer-list.nix
··· 7026 7026 email = "nullarequest@vivlaid.net"; 7027 7027 github = "Lunarequest"; 7028 7028 githubId = 30698906; 7029 - name = "Advaith Madhukar"; # this is my legal name, I prefer Luna; please keep that in mind! 7029 + name = "Luna D Dragon"; 7030 7030 }; 7031 7031 lionello = { 7032 7032 email = "lio@lunesu.com";
+2 -1
pkgs/applications/audio/librespot/default.nix
··· 1 - { lib, fetchFromGitHub, rustPlatform, pkg-config, openssl, withRodio ? true 1 + { lib, stdenv, fetchFromGitHub, rustPlatform, pkg-config, openssl, withRodio ? true 2 2 , withALSA ? true, alsa-lib ? null, withPulseAudio ? false, libpulseaudio ? null 3 3 , withPortAudio ? false, portaudio ? null }: 4 4 ··· 35 35 license = with licenses; [ mit ]; 36 36 maintainers = with maintainers; [ bennofs ]; 37 37 platforms = platforms.unix; 38 + broken = stdenv.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/librespot.x86_64-darwin 38 39 }; 39 40 }
+2 -2
pkgs/applications/misc/binance/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "binance"; 6 - version = "1.29.0"; 6 + version = "1.30.1"; 7 7 8 8 src = fetchurl { 9 9 url = "https://github.com/binance/desktop/releases/download/v${version}/${pname}-${version}-amd64-linux.deb"; 10 - sha256 = "sha256-LQX5RUTVm6lBdRzCFMBq1NLGGiLBVyykJ1LY9FqINnY="; 10 + sha256 = "sha256-Su8pVf5GSBK770D778MmrgYr0ov/JBTNcnL8EZzoG3U="; 11 11 }; 12 12 13 13 nativeBuildInputs = [
+2 -2
pkgs/applications/networking/cluster/kubernetes/default.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "kubernetes"; 24 - version = "1.22.4"; 24 + version = "1.22.6"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "kubernetes"; 28 28 repo = "kubernetes"; 29 29 rev = "v${version}"; 30 - sha256 = "sha256-6ivBecOttzbX85+WCttaU5nXjaiEiKU8xRhnCPkjLXg="; 30 + sha256 = "sha256-NL00GOdkVLVHTlj1RK1+stssioy+0xbtiKn4FZnCuzs="; 31 31 }; 32 32 33 33 nativeBuildInputs = [ removeReferencesTo makeWrapper which go rsync installShellFiles ];
+2 -2
pkgs/applications/networking/flexget/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "flexget"; 5 - version = "3.2.13"; 5 + version = "3.2.15"; 6 6 7 7 # Fetch from GitHub in order to use `requirements.in` 8 8 src = fetchFromGitHub { 9 9 owner = "flexget"; 10 10 repo = "flexget"; 11 11 rev = "v${version}"; 12 - sha256 = "0pk6f9vrj01a91h86d5mvngwvxq9r6idbrfax1nfsissvssy6p07"; 12 + sha256 = "0ygkygd0gcldwdx6wl1kbvzi93k75m0v05m614cahh0jc7j27xy7"; 13 13 }; 14 14 15 15 postPatch = ''
+2 -2
pkgs/applications/virtualization/conmon/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "conmon"; 14 - version = "2.0.32"; 14 + version = "2.1.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "containers"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-aj0RQVVJp2S8cIYT7fsbK1TLaK0auvdgEIgkZJktsdo="; 20 + sha256 = "sha256-75Xyp25+JJtrXJO+cRFPkDj64zgdlVTAygGwFuJ7jKA="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ pkg-config ];
+3 -3
pkgs/development/compilers/gleam/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "gleam"; 5 - version = "0.18.2"; 5 + version = "0.19.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "gleam-lang"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-uakZmaIkBgC/FTQ7us58pJT6IzpcF1cQxBfehlB3bWk="; 11 + sha256 = "sha256-pJ4RSijuwdKAL24WzcDIQen1RGofN1tUlbAA18zUvBE="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkg-config ]; ··· 16 16 buildInputs = [ openssl ] ++ 17 17 lib.optionals stdenv.isDarwin [ Security libiconv ]; 18 18 19 - cargoSha256 = "sha256-NogDrd7YWl/CV0aCd1jfYWYB9VZG7u890VLEktI3sOQ="; 19 + cargoSha256 = "sha256-f/6LdvKRykpBX2GlRuyUcSD719f6XzhbMHzhrGNU0Cg="; 20 20 21 21 meta = with lib; { 22 22 description = "A statically typed language for the Erlang VM";
+2 -2
pkgs/development/interpreters/elixir/1.13.nix
··· 3 3 # How to obtain `sha256`: 4 4 # nix-prefetch-url --unpack https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz 5 5 mkDerivation { 6 - version = "1.13.1"; 7 - sha256 = "0z0b1w2vvw4vsnb99779c2jgn9bgslg7b1pmd9vlbv02nza9qj5p"; 6 + version = "1.13.2"; 7 + sha256 = "sha256-qv85aDP3RPCa1YBo45ykWRRZNanL6brNKDMPu9SZdbQ="; 8 8 minimumOTPVersion = "22"; 9 9 }
+3 -3
pkgs/development/tools/analysis/cargo-tarpaulin/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-tarpaulin"; 5 - version = "0.18.5"; 5 + version = "0.19.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "xd009642"; 9 9 repo = "tarpaulin"; 10 10 rev = version; 11 - sha256 = "sha256-vYfoCKHN7kaXSkZI7cdh9pzlX3LqYQNeENaoztKwcII="; 11 + sha256 = "sha256-H/EQTS+d317icCZdOWTvykzIFQC7ia7/jYFkImgogps="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ ··· 17 17 buildInputs = [ openssl ] 18 18 ++ lib.optionals stdenv.isDarwin [ curl Security ]; 19 19 20 - cargoSha256 = "sha256-I7a3Vm/+oUqVLPYXvlz+I0Epuems7swePmV8vmmP6TU="; 20 + cargoSha256 = "sha256-A3J5od6yT7eVU66WfvG/umne0RDBZCf8IvQpW6OTZSE="; 21 21 #checkFlags = [ "--test-threads" "1" ]; 22 22 doCheck = false; 23 23
+2 -2
pkgs/development/tools/efm-langserver/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "efm-langserver"; 5 - version = "0.0.38"; 5 + version = "0.0.40"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mattn"; 9 9 repo = "efm-langserver"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-+Q3vSifPiE9PyxJnoapJ1CBKUioTHExwBbWJgWD1iNI="; 11 + sha256 = "sha256-0C7iSWO7zzOhPgzxj9k2MK6poi4XaCbMjTGah3ohVJg="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-tca+1SRrFyvU8ttHmfMFiGXd1A8rQSEWm1Mc2qp0EfI=";
+2 -2
pkgs/games/legendary-gl/default.nix
··· 7 7 8 8 buildPythonApplication rec { 9 9 pname = "legendary-gl"; # Name in pypi 10 - version = "0.20.24"; 10 + version = "0.20.25"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "derrod"; 14 14 repo = "legendary"; 15 15 rev = version; 16 - sha256 = "sha256-4VN/2FoAXTaumPsplV9wgdUSQsFitC1hqWveAW/yt58="; 16 + sha256 = "07z5ffi7lnvs64pksy30fbfv2i11dkkycyh31vyc4y7fsn1vd0vf"; 17 17 }; 18 18 19 19 propagatedBuildInputs = [ requests ];
+2 -2
pkgs/tools/admin/fioctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "fioctl"; 5 - version = "0.22"; 5 + version = "0.23"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "foundriesio"; 9 9 repo = "fioctl"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-8YIboaLFc1nliNQJPyTd/JseTbvk2aBTjVEpW3mTkZg="; 11 + sha256 = "sha256-00HWby1LwKEz4BgwD3yv0IMW9mzkTj4FMFgYAn7kLac="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-oA8/9LjMRM1RXKKDWhcbt2qr/4T7YgOq92U2mF9E+sw=";
+3 -3
pkgs/tools/misc/mcfly/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "mcfly"; 5 - version = "0.5.11"; 5 + version = "0.5.12"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cantino"; 9 9 repo = "mcfly"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-JyNrEIgvL4TQHpAEefDnLirXplGjJcUqsmALKY44VuM="; 11 + sha256 = "sha256-VguUuQacjdcgrtIHmDdyqh6TuyJxvZCLrn4nxbEtqJc="; 12 12 }; 13 13 14 14 postPatch = '' ··· 17 17 substituteInPlace mcfly.fish --replace '(command which mcfly)' '${placeholder "out"}/bin/mcfly' 18 18 ''; 19 19 20 - cargoSha256 = "sha256-7wyRHViPL+Hb9Rwrb1dAmmz+faOl9ddNlTdQ/XvTWE8="; 20 + cargoSha256 = "sha256-Lz8uwBsgY9ORRTbEOEB6hh1r/Yb0nAgnYUayLRG4QyI="; 21 21 22 22 meta = with lib; { 23 23 homepage = "https://github.com/cantino/mcfly";
+2 -2
pkgs/tools/networking/dnsproxy/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "dnsproxy"; 5 - version = "0.40.3"; 5 + version = "0.40.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "AdguardTeam"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-OkicEDu2sMEpvBbb7JFRGusMKJeQoVe3ShsbuNCoIis="; 11 + sha256 = "sha256-wzPQ5cs/SXNcu73lLzy3D/527X3rylKwhUsPDu+v6r0="; 12 12 }; 13 13 14 14 vendorSha256 = null;
+5 -2
pkgs/tools/networking/strongswan/default.nix
··· 7 7 , enableTNC ? false, trousers, sqlite, libxml2 8 8 , enableNetworkManager ? false, networkmanager 9 9 , darwin 10 + , nixosTests 10 11 }: 11 12 12 13 # Note on curl support: If curl is built with gnutls as its backend, the ··· 17 18 18 19 stdenv.mkDerivation rec { 19 20 pname = "strongswan"; 20 - version = "5.9.4"; # Make sure to also update <nixpkgs/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix> when upgrading! 21 + version = "5.9.5"; # Make sure to also update <nixpkgs/nixos/modules/services/networking/strongswan-swanctl/swanctl-params.nix> when upgrading! 21 22 22 23 src = fetchFromGitHub { 23 24 owner = "strongswan"; 24 25 repo = "strongswan"; 25 26 rev = version; 26 - sha256 = "1y1gs232x7hsbccjga9nbkf4bbi5wxazlkg00qd2v1nz86sfy4cd"; 27 + sha256 = "sha256-Jx0Wd/xgkl/WrBfcEvZPogPAQp0MW9HE+AQR2anP5Vo="; 27 28 }; 28 29 29 30 dontPatchELF = true; ··· 100 101 ''; 101 102 102 103 NIX_LDFLAGS = optionalString stdenv.cc.isGNU "-lgcc_s" ; 104 + 105 + passthru.tests = { inherit (nixosTests) strongswan-swanctl; }; 103 106 104 107 meta = { 105 108 description = "OpenSource IPsec-based VPN Solution";