Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into staging-next
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Nov 9, 2024
2 parents a902801 + 50cff47 commit 7ebe973
Show file tree
Hide file tree
Showing 44 changed files with 389 additions and 340 deletions.
5 changes: 5 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5126,6 +5126,11 @@
githubId = 130508846;
name = "Elliot Cameron";
};
deadbaed = {
name = "Philippe Loctaux";
github = "deadbaed";
githubId = 8809909;
};
dearrude = {
name = "Ebrahim Nejati";
email = "[email protected]";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/applications/misc/cotp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "cotp";
version = "1.9.1";
version = "1.9.2";

src = fetchFromGitHub {
owner = "replydev";
repo = "cotp";
rev = "v${version}";
hash = "sha256-U5x8szvouoxJ+DZUlrn5wtXt+6vs62tzcWICQW3B21U=";
hash = "sha256-5wVIjh16AYwrzjbPgvjsQhihu/vwdQfzU2kZS6eSTWs=";
};

cargoHash = "sha256-o9LRXbx77EXXO7rEmpBrx2nommJgG0ikw1YzdeB0Gug=";
cargoHash = "sha256-DMswC+Qp6w7Dcp5YYV4EGWUylv/ouG0ukAdCdDnOA/8=";

buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ libxcb ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ AppKit ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ in rec {
thunderbird-esr = thunderbird-128;

thunderbird-128 = common {
version = "128.4.0esr";
sha512 = "ad031b3a9b738598358cead23cf8438435016222cd9a474c31892dc1b3db43d2d5d3a10c9639df770dc76eb3c0bc9db8be8beab84828d54ee50fc1e03f0da0a5";
version = "128.4.2esr";
sha512 = "4e37b77eb4652bc36585656bd3fe5416053f6a1a96ed1ca64c17d8d73031c746cb3832fd275d25f1283d20e18aa3e7b1df6d67864ced21b5f73042a42767cb45";

updateScript = callPackage ./update.nix {
attrPath = "thunderbirdPackages.thunderbird-128";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ab/ab-av1/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "ab-av1";
version = "0.7.18";
version = "0.7.19";

src = fetchFromGitHub {
owner = "alexheretic";
repo = "ab-av1";
rev = "v${version}";
hash = "sha256-n8yclhjeEkkge9xHuM4ZW+7aubIiLWwxCmmGTI1bE9I=";
hash = "sha256-5gDPbljvy5Kp3s+oo5LkI0rUR2zSVK2wDh4k2HrsLFc=";
};

cargoHash = "sha256-Rn+y1W2Cimt5JrD2dLmvLmZshxyLO7N+oIALwGjxhvM=";
cargoHash = "sha256-MIZGAlcBeQ03ScleOcM0WxgQEfjpFbRq1dK1/PjZbCQ=";

nativeBuildInputs = [ installShellFiles ];

Expand Down
41 changes: 41 additions & 0 deletions pkgs/by-name/bo/bootterm/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
lib,
stdenv,
fetchFromGitHub,
testers,
}:

stdenv.mkDerivation (finalAttrs: {
pname = "bootterm";
version = "0.5";

src = fetchFromGitHub {
owner = "wtarreau";
repo = "bootterm";
rev = "v${finalAttrs.version}";
hash = "sha256-AYpO2Xcd51B2qVUWoyI190BV0pIdA3HfuQJPzJ4yT/U=";
};

makeFlags = [ "PREFIX=$(out)" ];

passthru.tests = {
version = testers.testVersion {
package = finalAttrs.finalPackage;
command = "${finalAttrs.meta.mainProgram} -V";
};
};

meta = {
description = "Simple, reliable and powerful terminal to ease connection to serial ports";
longDescription = ''
BootTerm is a simple, reliable and powerful terminal designed to
ease connection to ephemeral serial ports as found on various SBCs,
and typically USB-based ones.
'';
homepage = "https://github.com/wtarreau/bootterm";
license = lib.licenses.mit;
mainProgram = "bt";
maintainers = with lib.maintainers; [ deadbaed ];
platforms = lib.platforms.unix;
};
})
4 changes: 2 additions & 2 deletions pkgs/by-name/fl/fluent-bit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "fluent-bit";
version = "3.1.9";
version = "3.1.10";

src = fetchFromGitHub {
owner = "fluent";
repo = "fluent-bit";
rev = "v${finalAttrs.version}";
hash = "sha256-SIBdiKgg444sZ8RUQscnOg8XzuAZcLvU4++0HY0G/ss=";
hash = "sha256-/YKXWYaDqkJ8fWgcYktXWJPcjDJTupgRTSQVp0cWruY=";
};

# optional only to avoid linux rebuild
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/gr/granted/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

buildGoModule rec {
pname = "granted";
version = "0.36.0";
version = "0.36.1";

src = fetchFromGitHub {
owner = "common-fate";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GWRQYdB3ifpCaAGC98TXGap30o9tWN503P43ZPSX+Ew=";
sha256 = "sha256-sIn6D0696QPo4fs7HzvQNIopIfYYV4fYLmVdwQZnZag=";
};

vendorHash = "sha256-W8PxZyNvZN8MnfJlMUs+TT6ixfqLQ/lV511QYLwqv3U=";
vendorHash = "sha256-QswW1PyxrVWf6ZAPKW69q0JIXpyhSHucE5A7hkr8uxw=";

nativeBuildInputs = [ makeWrapper ];

Expand Down
12 changes: 6 additions & 6 deletions pkgs/by-name/he/helix-gpt/pin.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "0.31",
"srcHash": "sha256-wDVeX1tHw9pTxYLRkr8BJlF5XIee0/e0f5hzes4ui/o=",
"x86_64-linux": "sha256-h6wGkOfSbB8Rwm7eFvcowDdH1RdS6eFaxgf+SdYvYt8=",
"x86_64-darwin": "sha256-Sjt/JkyPRCzRpAqJOmBKCBAGWSeV7RYOOokCLYCqg+8=",
"aarch64-darwin": "sha256-Sjt/JkyPRCzRpAqJOmBKCBAGWSeV7RYOOokCLYCqg+8=",
"aarch64-linux": "sha256-h6wGkOfSbB8Rwm7eFvcowDdH1RdS6eFaxgf+SdYvYt8="
"version": "0.34",
"srcHash": "sha256-F2E+B4kKLpX4g/iCv0i71hSx4xdV6fdkwksslELdZUQ=",
"x86_64-linux": "sha256-V/h1tAoKo4fLlR/QmzZb7LpeIab2lmE792rQpWDdMXw=",
"x86_64-darwin": "sha256-Pd/nC15uYjwZPvrIfcQRljAuGQiIBDAKSShB1C+eevY=",
"aarch64-darwin": "sha256-Pd/nC15uYjwZPvrIfcQRljAuGQiIBDAKSShB1C+eevY=",
"aarch64-linux": "sha256-V/h1tAoKo4fLlR/QmzZb7LpeIab2lmE792rQpWDdMXw="
}
6 changes: 3 additions & 3 deletions pkgs/by-name/kr/krabby/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "krabby";
version = "0.2.0";
version = "0.2.1";

src = fetchCrate {
inherit pname version;
hash = "sha256-R4GW0e0tjLiCXQMf8iA+yYyMp43/28GeNsjs+QNQMSM=";
hash = "sha256-YEY4bUZV9BpyVXzEGvnLyfG0GdE3xMN9tHlsg6RqMkk=";
};

cargoHash = "sha256-eQyU0sMfecOjX5k1qYeetrAhk41FIMcg9QmhhTYOxWc=";
cargoHash = "sha256-6NV+kqnloEFTygE5LLuCsgMYXGiDwOTnP6/CK2c9DOs=";

meta = with lib; {
description = "Print pokemon sprites in your terminal";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/li/live-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "live-server";
version = "0.8.0";
version = "0.9.0";

src = fetchFromGitHub {
owner = "lomirus";
repo = "live-server";
rev = "v${version}";
hash = "sha256-VsM77cEAjX12qCHS9fvImloY05b+swg7mabPd655C+s=";
hash = "sha256-0XZ7ABR2xSVbixXbjdKiUTcQ7TqAZGyVpWqzMx5kR2g=";
};

cargoHash = "sha256-a4yDHZm9LBNuwOrxra4da7u/2RNXry4UYPVDGu9eGxo=";
cargoHash = "sha256-lMRj+8D5jigCNXld4QfXy3QpRQo4ecCByqoDGC8no1w=";

nativeBuildInputs = [ pkg-config ];

Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/na/nanoflann/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
version = "1.6.1";
version = "1.6.2";
pname = "nanoflann";

src = fetchFromGitHub {
owner = "jlblancoc";
repo = "nanoflann";
rev = "v${finalAttrs.version}";
hash = "sha256-likFHzaP/1yYfr6+rDWM2+YEKOk5G5P8UFC3xb2bEOo=";
hash = "sha256-8zqxTC11DauuJqDsUa3dhWhOC8pq/1aIwtKKTeD5pJo=";
};

nativeBuildInputs = [ cmake ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ok/okteto/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "okteto";
version = "3.0.0";
version = "3.1.0";

src = fetchFromGitHub {
owner = "okteto";
repo = "okteto";
rev = version;
hash = "sha256-TxZdHR6SNHrIAdrrg3X9TnWCR8bjos93d7k7eaKpvQ8=";
hash = "sha256-hs09DdTIcORd+Ys8QPsemEsC6PXzm3GkB3gtgE3ARPs=";
};

vendorHash = "sha256-GiA/fmLT9x3gGF066bHTBWDd1yhygeG9snwCpwhOlMM=";
Expand Down
10 changes: 9 additions & 1 deletion pkgs/by-name/op/openpgp-card-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, stdenv
, rustPlatform
, fetchFromGitea
, installShellFiles
, pkg-config
, pcsclite
, dbus
Expand All @@ -24,7 +25,7 @@ rustPlatform.buildRustPackage rec {

cargoHash = "sha256-G5+lVK41hbzy/Ltc0EKoUfqF0M1OYu679jyVjYKJmn0=";

nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ];
nativeBuildInputs = [ installShellFiles pkg-config rustPlatform.bindgenHook ];

buildInputs = [ pcsclite dbus ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.PCSC
Expand All @@ -37,6 +38,13 @@ rustPlatform.buildRustPackage rec {
};
};

postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
OCT_COMPLETION_OUTPUT_DIR=$PWD/shell $out/bin/oct
installShellCompletion ./shell/oct.{bash,fish} ./shell/_oct
OCT_MANPAGE_OUTPUT_DIR=$PWD/man $out/bin/oct
installManPage ./man/*.1
'';

meta = with lib; {
description = "Tool for inspecting and configuring OpenPGP cards";
homepage = "https://codeberg.org/openpgp-card/openpgp-card-tools";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/pg/pg-dump-anon/package.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ lib, fetchFromGitLab, buildGoModule, nixosTests, postgresql, makeWrapper }:
{ lib, fetchFromGitLab, buildGoModule, nixosTests, postgresql_17, makeWrapper }:

buildGoModule rec {
pname = "pg-dump-anon";
Expand All @@ -19,7 +19,7 @@ buildGoModule rec {
nativeBuildInputs = [ makeWrapper ];
postInstall = ''
wrapProgram $out/bin/pg_dump_anon \
--prefix PATH : ${lib.makeBinPath [ postgresql ]}
--prefix PATH : ${lib.makeBinPath [ postgresql_17 ]}
'';

meta = with lib; {
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/ti/tile38/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "tile38";
version = "1.33.3";
version = "1.33.4";

src = fetchFromGitHub {
owner = "tidwall";
repo = pname;
rev = version;
hash = "sha256-r13STmaDJz4OGboNPsrJSi668q72Bzffe5TRXJk6pdI=";
hash = "sha256-8Qu1tuNAqO/XFcfSJ0fXMWFY4UhViV3CFsfAZ2zUsxE=";
};

vendorHash = "sha256-nnamNwowRPWQBKUMg800bFgijv8iHbdh/wUwTfX0NcY=";
Expand Down
48 changes: 24 additions & 24 deletions pkgs/development/interpreters/wasmer/default.nix
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
{ stdenv
, lib
, rustPlatform
, fetchFromGitHub
, llvmPackages
, libffi
, libxml2
, CoreFoundation
, SystemConfiguration
, Security
, withLLVM ? !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64)
, withSinglepass ? true
{
lib,
rustPlatform,
fetchFromGitHub,
llvmPackages,
libffi,
libxml2,
withLLVM ? true,
withSinglepass ? true,
}:

rustPlatform.buildRustPackage rec {
pname = "wasmer";
version = "5.0.0";
version = "5.0.1";

src = fetchFromGitHub {
owner = "wasmerio";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-zTz4UK+A4HWf+XGaTh7FOUFEeB9JnZooFnxZ4K3AFGw=";
hash = "sha256-tfAGPBc36o5/XtVZ8IW6SFr+iWOkFzVTfe9jI4PpuA0=";
};

cargoHash = "sha256-YSnGGd2uIxvhxDTJjtQMdv4Qx1DE7RA05Z+q4emJAKg=";
cargoHash = "sha256-zvQJpAjZNfa54se2xaRPWCWoCWsWw1btaHYrWlyUIZY=";

nativeBuildInputs = [
rustPlatform.bindgenHook
Expand All @@ -33,10 +30,6 @@ rustPlatform.buildRustPackage rec {
llvmPackages.llvm
libffi
libxml2
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
CoreFoundation
SystemConfiguration
Security
];

# check references to `compiler_features` in Makefile on update
Expand All @@ -46,11 +39,14 @@ rustPlatform.buildRustPackage rec {
"static-artifact-create"
"wasmer-artifact-load"
"static-artifact-load"
]
++ lib.optional withLLVM "llvm"
++ lib.optional withSinglepass "singlepass";
] ++ lib.optional withLLVM "llvm" ++ lib.optional withSinglepass "singlepass";

cargoBuildFlags = [ "--manifest-path" "lib/cli/Cargo.toml" "--bin" "wasmer" ];
cargoBuildFlags = [
"--manifest-path"
"lib/cli/Cargo.toml"
"--bin"
"wasmer"
];

env.LLVM_SYS_180_PREFIX = lib.optionalString withLLVM llvmPackages.llvm.dev;

Expand All @@ -69,6 +65,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://wasmer.io/";
license = lib.licenses.mit;
platforms = with lib.platforms; linux ++ darwin;
maintainers = with lib.maintainers; [ Br1ght0ne shamilton nickcao ];
maintainers = with lib.maintainers; [
Br1ght0ne
shamilton
nickcao
];
};
}
6 changes: 3 additions & 3 deletions pkgs/development/interpreters/wasmtime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

rustPlatform.buildRustPackage rec {
pname = "wasmtime";
version = "26.0.0";
version = "26.0.1";

src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "v${version}";
hash = "sha256-zcAYF/accq0Z0aKZLquFY+iDs1uh57sbZ/zXGqZ3KZI=";
hash = "sha256-Q7f35Y3ZZ7BHLwmdsa0I5gtlNMObscVD/3jKrVetGnA=";
fetchSubmodules = true;
};

# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
auditable = false;
cargoHash = "sha256-ufojfTrChL363AX/W8hT3pJYeYijqJ7azECuUGGmBx0=";
cargoHash = "sha256-kaE+LoqnWPZcM9H5FM7SRPRq2J78yrL5zWdV2klVLDU=";
cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ];

outputs = [ "out" "dev" ];
Expand Down
Loading

0 comments on commit 7ebe973

Please sign in to comment.