Merge staging-next into staging

authored by nixpkgs-ci[bot] and committed by GitHub 657f19ac e7179fd9

+54 -12
+6
maintainers/maintainer-list.nix
··· 11091 11091 githubId = 7558482; 11092 11092 name = "Jack Gerrits"; 11093 11093 }; 11094 + jackr = { 11095 + name = "Jack Rosenberg"; 11096 + email = "nixos@jackr.eu"; 11097 + github = "jackrosenberg"; 11098 + githubId = 56937175; 11099 + }; 11094 11100 jacobkoziej = { 11095 11101 name = "Jacob Koziej"; 11096 11102 email = "jacobkoziej@gmail.com";
+36
pkgs/by-name/fo/fosrl-gerbil/package.nix
··· 1 + { 2 + lib, 3 + iptables, 4 + fetchFromGitHub, 5 + buildGoModule, 6 + replaceVars, 7 + }: 8 + 9 + buildGoModule rec { 10 + pname = "fosrl-gerbil"; 11 + version = "1.0.0"; 12 + 13 + src = fetchFromGitHub { 14 + owner = "fosrl"; 15 + repo = "gerbil"; 16 + tag = version; 17 + hash = "sha256-6ZmnokXmn4KIfNZT9HrraYP4fjfY2C0sK+xAJyq/pkU="; 18 + }; 19 + # patch out the /usr/sbin/iptables 20 + postPatch = '' 21 + substituteInPlace main.go \ 22 + --replace-fail '/usr/sbin/iptables' '${lib.getExe iptables}' 23 + ''; 24 + 25 + vendorHash = "sha256-lYJjw+V94oxILu+akUnzGACtsU7CLGwljysRvyUk+yA="; 26 + 27 + meta = { 28 + description = "Simple WireGuard interface management server"; 29 + mainProgram = "gerbil"; 30 + homepage = "https://github.com/fosrl/gerbil"; 31 + changelog = "https://github.com/fosrl/gerbil/releases/tag/${version}"; 32 + license = lib.licenses.agpl3Only; 33 + maintainers = with lib.maintainers; [ jackr ]; 34 + platforms = lib.platforms.linux; 35 + }; 36 + }
+4 -4
pkgs/by-name/qu/qutebrowser/package.nix
··· 26 26 isQt6 = lib.versions.major qt6Packages.qtbase.version == "6"; 27 27 pdfjs = 28 28 let 29 - version = "5.1.91"; 29 + version = "5.3.31"; 30 30 in 31 31 fetchzip { 32 32 url = "https://github.com/mozilla/pdf.js/releases/download/v${version}/pdfjs-${version}-dist.zip"; 33 - hash = "sha256-e1zBpH9F8TI4ET4FvkxJsoOYVKLWJBP2KaNNC2kpaVk="; 33 + hash = "sha256-8QNFCIRSaF0y98P1mmx0u+Uf0/Zd7nYlFGXp9SkURTc="; 34 34 stripRoot = false; 35 35 }; 36 36 37 - version = "3.5.0"; 37 + version = "3.5.1"; 38 38 in 39 39 40 40 python3.pkgs.buildPythonApplication { ··· 44 44 45 45 src = fetchurl { 46 46 url = "https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz"; 47 - hash = "sha256-+hQsjRwoJbBotxs2BKiy1oLi7YShTD5ott54RDMdgLs="; 47 + hash = "sha256-gmu6MooINXJI1eWob6qwpzZVSXQ5rVTSaeISBVkms44="; 48 48 }; 49 49 50 50 # Needs tox
+8 -8
pkgs/os-specific/linux/kernel/kernels-org.json
··· 1 1 { 2 2 "testing": { 3 - "version": "6.15-rc7", 4 - "hash": "sha256:0b9149pyg4lzzxqwx6sg8nz9ca1md7aijg9nrcagrq9sypl53hxn" 3 + "version": "6.16-rc1", 4 + "hash": "sha256:0wi66d2wma4lfs3pbwqg7k1pavxc3wyr54yxii3mmaab81pfdx27" 5 5 }, 6 6 "6.1": { 7 7 "version": "6.1.141", ··· 24 24 "hash": "sha256:06bpg5vvh165znzn01mqab2divrsbznxwc73y44z1s9mjqszyy8d" 25 25 }, 26 26 "6.12": { 27 - "version": "6.12.32", 28 - "hash": "sha256:0w3a6k0cbdanknlha3qjyvvmhh3xks9d6xq1043laf3q2xr21c59" 27 + "version": "6.12.33", 28 + "hash": "sha256:0m52a9mnwc919fsyiyn1gafnrr2mz7w8s7v4n05s40r61xipb9f0" 29 29 }, 30 30 "6.13": { 31 31 "version": "6.13.12", 32 32 "hash": "sha256:0hhj49k3ksjcp0dg5yiahqzryjfdpr9c1a9ph6j9slzmkikbn7v1" 33 33 }, 34 34 "6.14": { 35 - "version": "6.14.10", 36 - "hash": "sha256:0hzylab1gh791qpi5albv5wcjz0m7hrs4k7f6bw24k77xb7rg2yy" 35 + "version": "6.14.11", 36 + "hash": "sha256:06rvydmc2yfspidnsay5hin3i8p4fxy3bvzwnry7gjf9dl5cs71z" 37 37 }, 38 38 "6.15": { 39 - "version": "6.15.1", 40 - "hash": "sha256:0r0dkxwhp4qrihfvbk4ppvyciin1iv9qbp76w2ppnbjizs2bpwa4" 39 + "version": "6.15.2", 40 + "hash": "sha256:0n28a43nv94vvdkllw5gky9dznymk4myf1jlphfid3jhdimcsn1l" 41 41 } 42 42 }