Skip to content

Commit

Permalink
Merge master into staging-next
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-ci[bot] authored Jan 16, 2025
2 parents 76c80aa + b0ee7f8 commit 65385c1
Show file tree
Hide file tree
Showing 33 changed files with 512 additions and 114 deletions.
12 changes: 12 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3370,6 +3370,12 @@
github = "brianmcgillion";
githubId = 1044263;
};
britter = {
name = "Benedikt Ritter";
email = "[email protected]";
github = "britter";
githubId = 1327662;
};
brodes = {
email = "[email protected]";
github = "brhoades";
Expand Down Expand Up @@ -21320,6 +21326,12 @@
githubId = 49844593;
name = "skovati";
};
skowalak = {
github = "skowalak";
githubId = 26260032;
name = "Sebastian Kowalak";
matrix = "@scl:tchncs.de";
};
skyesoss = {
name = "Skye Soss";
matrix = "@skyesoss:matrix.org";
Expand Down
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13315,6 +13315,18 @@ final: prev:
meta.homepage = "https://github.com/leafgarland/typescript-vim/";
};

nvzone-typr = buildVimPlugin {
pname = "typr";
version = "2025-01-15";
src = fetchFromGitHub {
owner = "nvzone";
repo = "typr";
rev = "a60c7f237be94d4b39228a3bd2ced80fe9fe2781";
sha256 = "0hbd85s2d28832qqy0lnm7f2iqa5n5s16h7n10hsm9iawi0z2ll9";
};
meta.homepage = "https://github.com/nvzone/typr/";
};

typst-conceal-vim = buildVimPlugin {
pname = "typst-conceal.vim";
version = "2023-10-13";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3303,6 +3303,10 @@ in
];
};

nvzone-typr = super.nvzone-typr.overrideAttrs {
dependencies = [ self.nvzone-volt ];
};

unicode-vim =
let
unicode-data = fetchurl {
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ https://github.com/neovim/nvimdev.nvim/,,
https://github.com/zbirenbaum/nvterm/,HEAD,
https://github.com/nvzone/menu/,HEAD,nvzone-menu
https://github.com/nvzone/minty/,HEAD,nvzone-minty
https://github.com/nvzone/typr/,HEAD,nvzone-typr
https://github.com/nvzone/volt/,HEAD,nvzone-volt
https://github.com/epwalsh/obsidian.nvim/,HEAD,
https://github.com/nvimdev/oceanic-material/,,
Expand Down
8 changes: 4 additions & 4 deletions pkgs/applications/networking/cluster/spark/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ in
# a new NixOS release.
spark_3_5 = spark rec {
pname = "spark";
version = "3.5.1";
hash = "sha256-ez6Hm8Ss3nl4mxOHyh67ugYH81/thNRMCja6MQ+9Tpg=";
version = "3.5.4";
hash = "sha256-rSr7UH1dZIkUYW6ehc/dYxlmN9yVjEKwrwLMT+uMd/0=";
};
spark_3_4 = spark rec {
pname = "spark";
version = "3.4.3";
hash = "sha256-ifeytk08oaEyiEawwWbUWWuoynGTJNvnrkOW/CjeaSk=";
version = "3.4.4";
hash = "sha256-GItHmthLhG7y0XSF3QINCyE7wYFb0+lPZmYLUuMa4Ww=";
};
}
4 changes: 2 additions & 2 deletions pkgs/applications/networking/sniffers/wireshark/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ assert withQt -> qt6 != null;

stdenv.mkDerivation rec {
pname = "wireshark-${if withQt then "qt" else "cli"}";
version = "4.4.2";
version = "4.4.3";

outputs = [
"out"
Expand All @@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
repo = "wireshark";
owner = "wireshark";
rev = "v${version}";
hash = "sha256-qeMaj8kRGG1NlDb5j4M/Za2M2Ohh2qhXbzBtQGjrCSo=";
hash = "sha256-QTDOwJXo9+A2J/uXdyTtK5D5DVYLUAaUKT8desQGvd4=";
};

patches = [
Expand Down
3 changes: 3 additions & 0 deletions pkgs/by-name/ay/ayatana-indicator-sound/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ stdenv.mkDerivation (finalAttrs: {

doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;

# Starts & talks to D-Bus, breaks under parallelism
enableParallelChecking = false;

passthru = {
ayatana-indicators = {
ayatana-indicator-sound = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/bi/bitcomet/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
}:
let
pname = "bitcomet";
version = "2.12.0";
version = "2.12.1";
src = fetchurl {
url = "https://download.bitcomet.com/linux/x86_64/BitComet-${version}-x86_64.AppImage";
hash = "sha256-TbEdormqEZJymOQF8ftpZ6JBU1AeCdkQ/FAzRYrgaJ4=";
hash = "sha256-iaUPf9gSTd2m641Ja9/5v4wkO3H4+R08YXohLCeFuTQ=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ez/eza/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "eza";
version = "0.20.16";
version = "0.20.17";

src = fetchFromGitHub {
owner = "eza-community";
repo = "eza";
rev = "v${version}";
hash = "sha256-0Fh12LuCPTK9vVmrR0pV0z8rs0XMJN9hJg026bSR6Z8=";
hash = "sha256-X3/qW8BFa6Muk4XzTO6z6SDP07NHh7MOkngHNgw/sUA=";
};

cargoHash = "sha256-dEXY33dv700M066LB46/wFeaB9wZvpPuq1M4XjneLks=";
cargoHash = "sha256-q48LhGwi6WnzV2JLYhwbr7GtHNH6kMglntZK+sFf5zo=";

nativeBuildInputs = [
cmake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@
installShellFiles,
iputils,
versionCheckHook,
nix-update-script,
}:

rustPlatform.buildRustPackage rec {
pname = "gping";
version = "1.18.0";
version = "1.19.0";

src = fetchFromGitHub {
owner = "orf";
repo = "gping";
rev = "gping-v${version}";
hash = "sha256-JZMgbCwEGfngCQVmuZX1tu3he/f/TBLitcP/Ea3S6yI=";
tag = "gping-v${version}";
hash = "sha256-RTjYgsi3PmmPufdTcxZr+Laipa32Kkq1M1eHSAJVWZQ=";
};

cargoHash = "sha256-I9rcC2sotrdHMCCiDgfycKRnJxZLuA5OLZPZC0zFiLc=";
cargoHash = "sha256-c1GCF7Nztv7EpnPGPMRKdAQmeauy6OfI97e0nZWXe7E=";

nativeBuildInputs = [ installShellFiles ];

Expand All @@ -29,18 +30,27 @@ rustPlatform.buildRustPackage rec {
installManPage gping.1
'';

# Requires internet access
checkFlags = [
"--skip=test::tests::test_integration_any"
"--skip=test::tests::test_integration_ip6"
"--skip=test::tests::test_integration_ipv4"
];

doInstallCheck = true;

nativeInstallCheckInputs = [ versionCheckHook ];

versionCheckProgramArg = [ "--version" ];

meta = with lib; {
passthru.updateScript = nix-update-script { };

meta = {
description = "Ping, but with a graph";
homepage = "https://github.com/orf/gping";
changelog = "https://github.com/orf/gping/releases/tag/gping-v${version}";
license = licenses.mit;
maintainers = with maintainers; [ cafkafk ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ cafkafk ];
mainProgram = "gping";
};
}
47 changes: 47 additions & 0 deletions pkgs/by-name/gq/gqlgen/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
lib,
fetchFromGitHub,
buildGoModule,
versionCheckHook,
}:

let
version = "0.17.63";
in
buildGoModule {
pname = "gqlgen";
inherit version;

src = fetchFromGitHub {
owner = "99designs";
repo = "gqlgen";
tag = "v${version}";
hash = "sha256-J9+pleHdbQMHP/Aq9Pl6ise6PDvRqxQ72Iq7SNxgMws=";
};

vendorHash = "sha256-hPUWYOfCx+kW2dJsjkCE/7bwofnGdQbDTvfZ877/pCk=";

subPackages = [ "." ];

env.CGO_ENABLED = 0;

checkFlags = [
"-skip=^TestGenerate$" # skip tests that want to run `go mod tidy`
];

nativeInstallCheckInputs = [
versionCheckHook
];
doInstallCheck = true;

versionCheckProgramArg = "version";

meta = {
homepage = "https://github.com/99designs/gqlgen";
changelog = "https://github.com/99designs/gqlgen/releases/tag/v${version}";
description = "go generate based graphql server library";
license = lib.licenses.mit;
mainProgram = "gqlgen";
maintainers = with lib.maintainers; [ skowalak ];
};
}
4 changes: 2 additions & 2 deletions pkgs/by-name/ma/maltego/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "maltego";
version = "4.8.1";
version = "4.9.0";

src = fetchzip {
url = "https://downloads.maltego.com/maltego-v4/linux/Maltego.v${finalAttrs.version}.linux.zip";
hash = "sha256-FH2gyz3/4wDBRsOQl3l2pbavvSyK73HuAXvJ0YBC1dw=";
hash = "sha256-K5Nh9tfNsKViNyMkkLFZ3c1ebGnlj+glEUZ/Iio2bxE=";
};

postPatch = ''
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/mi/misconfig-mapper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "misconfig-mapper";
version = "1.12.4";
version = "1.12.6";

src = fetchFromGitHub {
owner = "intigriti";
repo = "misconfig-mapper";
tag = "v${version}";
hash = "sha256-v+Ls3P+s/pBMLgFMIHcfs+z9GsYNCcpOxoKlO+OjpzE=";
hash = "sha256-OdwTY73w/N1NuEeK7GsQWFT9NyOwrKlK0q0llW9Ena0=";
};

vendorHash = "sha256-+DA/eicufx4odMmHJEFKkDH6XbLLXCg3CRHT2kJhy8M=";
vendorHash = "sha256-omnWQfriaPqz51xrUKZM5112ZEHJZgAm68hnqUyzR6A=";

ldflags = [
"-s"
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/mu/murex/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "murex";
version = "6.4.1005";
version = "6.4.2063";

src = fetchFromGitHub {
owner = "lmorg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zuLVZnHZP/QbFZLUwWdQIy3LTaWF+8UnQ+DIhLjKbjw=";
sha256 = "sha256-czo2JCUwzENPuBBTaO4RYo7WRvepacaKElAj9DznFY0=";
};

vendorHash = "sha256-NIhg8D8snCNxpb3i2JG5tLcZteYBCGN4QbOowG/vgJE=";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/po/pocketsphinx/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "pocketsphinx";
version = "5.0.3";
version = "5.0.4";

src = fetchFromGitHub {
owner = "cmusphinx";
repo = "pocketsphinx";
tag = "v${finalAttrs.version}";
hash = "sha256-aCQpRmGHX08rA8UIt6Xf37XM34HysEzvcucLhL355k8=";
hash = "sha256-DUK3zPPtv+sQhC1dfJXDmwtt3UV6DGacb3mMQUpvVpk=";
};

nativeBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ra/radio-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
mainProgram = "radio-cli";
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
}
6 changes: 3 additions & 3 deletions pkgs/by-name/tr/tracexec/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}:
let
pname = "tracexec";
version = "0.8.0";
version = "0.8.2";
in
rustPlatform.buildRustPackage {
inherit pname version;
Expand All @@ -23,10 +23,10 @@ rustPlatform.buildRustPackage {
owner = "kxxt";
repo = "tracexec";
tag = "v${version}";
hash = "sha256-ZoYqmjqY9eAHGDIbFX9FY1yGF210C60UWcHi0lxzL7g=";
hash = "sha256-qLvox7ef9eU1Vvg4gZGCKkic4+mcOIz9BZWTi/Q2grk=";
};

cargoHash = "sha256-mZSj45im5b25mt8mGYLq03blvFCyS02kVK7yV3bIlUg=";
cargoHash = "sha256-yagXxTEWsR7FkLVo9DZHxmlXD/L6R+IoateUUQxn77E=";

hardeningDisable = [ "zerocallusedregs" ];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/tr/trickest-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "trickest-cli";
version = "1.8.3";
version = "1.8.4";

src = fetchFromGitHub {
owner = "trickest";
repo = "trickest-cli";
tag = "v${version}";
hash = "sha256-9RZmLs95dHZw5hgob5+iogxb6DV0FqVaY+PavGFpXj4=";
hash = "sha256-8UrSY/ewy+0vo6QUV/cDBfv04TA3Toampf0hDnsWnXs=";
};

vendorHash = "sha256-gk8YMMvTHBL7yoXU9n0jhtUS472fqLW5m+mSl4Lio6c=";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/uv/uv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@

rustPlatform.buildRustPackage rec {
pname = "uv";
version = "0.5.18";
version = "0.5.20";

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
tag = version;
hash = "sha256-n/Vh79CZ6mq5JB8Z+wZo+s6t87Bt9ISPj4svMOrMJf0=";
hash = "sha256-MuFeO7Ju/aPsDzujRS9hsHykUrImFWRUR+2oOaAlXLc=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-+hv1LPbw1GAMcHIb7lxt8QNyQFtuuhPFJAa3iOJq3PQ=";
cargoHash = "sha256-e0U4yijsGyEm7PCrpn6WYn1cPEK4oGtK1fr7Wrxnmkg=";

nativeBuildInputs = [
cmake
Expand Down
Loading

0 comments on commit 65385c1

Please sign in to comment.