Skip to content

Commit

Permalink
Merge master into staging-next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 26, 2024
2 parents 193adc7 + 63ded93 commit d16edfa
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -723,13 +723,13 @@
"vendorHash": "sha256-v9N7lj7bEgR5HZm1SO0+DSCmQFVnsRvHPMycYMfpYwo="
},
"libvirt": {
"hash": "sha256-341yVJIRXSISVKfdRqv2HiI90TmgR+2uyNQhONdhjHk=",
"hash": "sha256-B99pSnnI+GoMX4uleDqBoAKPe15l/+C5mIUGp6KsE54=",
"homepage": "https://registry.terraform.io/providers/dmacvicar/libvirt",
"owner": "dmacvicar",
"repo": "terraform-provider-libvirt",
"rev": "v0.8.0",
"rev": "v0.8.1",
"spdx": "Apache-2.0",
"vendorHash": "sha256-MzRiAVzZXf9B1XwVz7RIJcXuyBtG7LIqp3OfP0AFl2Q="
"vendorHash": "sha256-Q9LdhokZol1jhSfQVIRvPe1XrE8nVvc22aWHt7wkcHY="
},
"linode": {
"hash": "sha256-jPKjxvkIxKXs74Y6teZjs7xHzPlzvyUbZaMDRGpy/t0=",
Expand Down Expand Up @@ -1382,13 +1382,13 @@
"vendorHash": null
},
"vsphere": {
"hash": "sha256-3894yq6UBG7k9Udnlc8bdLO87jCnA4oBR7TZlbx3uEw=",
"hash": "sha256-7tLqWVJL5G+OMtGVNkpfJZ6xfZ8hJy6gsitUVd0NHGc=",
"homepage": "https://registry.terraform.io/providers/hashicorp/vsphere",
"owner": "hashicorp",
"repo": "terraform-provider-vsphere",
"rev": "v2.9.3",
"rev": "v2.10.0",
"spdx": "MPL-2.0",
"vendorHash": "sha256-ozdbYuqz6ua1ubh48IkLxJZ6xAV2ho9mkhtnCTwzRIM="
"vendorHash": "sha256-kjS1YYMoE5IBeKWXnxzO3nFp6NpBEwUCaTzO0VSBDLA="
},
"vultr": {
"hash": "sha256-gQwLGnYmB9bwpGrLNdbw+zY0MlPPrY/37rJPtindT1Q=",
Expand Down
8 changes: 4 additions & 4 deletions pkgs/by-name/nu/nufmt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "nufmt";
version = "0-unstable-2024-10-15";
version = "0-unstable-2024-10-20";

src = fetchFromGitHub {
owner = "nushell";
repo = "nufmt";
rev = "37b473be178fd752b5bf421f8b20f48209e9c2ec";
hash = "sha256-BrVWw6oklG70UomKDv5IBvoFIjtpajHKV37fh4fnK3E=";
rev = "decc88ef8e11a14081c2dd86c6ea0c94d6d2861d";
hash = "sha256-AurQGIZDYOkMMyAEXP01QziISQcSME3GFtvqjCDoeiw=";
};

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
Expand All @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {

env.LIBCLANG_PATH = lib.optionalString stdenv.cc.isClang "${llvmPackages.libclang.lib}/lib";

cargoHash = "sha256-eKQJanQ9ax5thc2DuO0yIgovor+i5Soylw58I2Y5cHw=";
cargoHash = "sha256-5DS6pTYGOQ4qay6+YiUstInRX17n3RViNxKXtFZ6J3k=";

passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };

Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/sy/symfony-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildGoModule rec {
pname = "symfony-cli";
version = "5.10.2";
vendorHash = "sha256-WSZM/9inaFLlZIAwH3E8hWyRQaOvY8BJ6ECpbkqJN6g=";
version = "5.10.4";
vendorHash = "sha256-UqaRZPCgjiexeeylfP8p0rye6oc+rWac87p8KbVKrdc=";

src = fetchFromGitHub {
owner = "symfony-cli";
repo = "symfony-cli";
rev = "v${version}";
hash = "sha256-/fJ9Ovk2gXCIvvieCXxnI8gDjwrhQHJoF3Ia47dSdgQ=";
hash = "sha256-eyQ62cImviq+QCTFfkmwLcwFslPoXYssd2TpS9pPX48=";
leaveDotGit = true;
postFetch = ''
git --git-dir $out/.git log -1 --pretty=%cd --date=format:'%Y-%m-%dT%H:%M:%SZ' > $out/SOURCE_DATE
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/uw/uwsm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "uwsm";
version = "0.20.0";
version = "0.20.1";

src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "uwsm";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-BtzW0jyYAVGjSBlocgkGHgY3JQUpWizDaSa2YBIX2Bs=";
hash = "sha256-iekCav2zjVViuGSM/s5na/Jf4OKyJlsrsXTiGdWOe1M=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ctranslate2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ctranslate2";
version = "4.4.0";
version = "4.5.0";

src = fetchFromGitHub {
owner = "OpenNMT";
repo = "CTranslate2";
rev = "v${version}";
hash = "sha256-E/ulk+Oo1zEP+sCKMZuMVSoO0MDjQ2opTflSwLmCJMw=";
hash = "sha256-2Znrt+TiQf/9YI1HYAikDfqbekAghOvxKoC05S18scQ=";
fetchSubmodules = true;
};

Expand Down
20 changes: 20 additions & 0 deletions pkgs/development/php-packages/parallel/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
buildPecl,
lib,
php,
}:

buildPecl {
pname = "parallel";
version = "1.2.4";
hash = "sha256-s9W9aZpQsJLdzZ/d2E1iGDsMTAAjeWbOgWeKP6nNp0A=";
meta = {
description = "Parallel concurrency API";
# parallel extension requires PHP with ZTS enabled
# we mark extension as broken if ZTS support isn't enabled
broken = !php.ztsSupport;
homepage = "https://pecl.php.net/package/parallel";
license = lib.licenses.php301;
maintainers = lib.teams.php.members;
};
}
12 changes: 6 additions & 6 deletions pkgs/development/tools/tailwindcss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ let
}.${system} or throwSystem;

hash = {
aarch64-darwin = "sha256-MncDpGRggZBuEdEW/06OQwdkZsPSaSgrvmElVbn+DFg=";
aarch64-linux = "sha256-2Hiv11tqeSlFx/I0VD8MOJt+AmAB5yUFqny3bT4eR+w=";
armv7l-linux = "sha256-msguyvTGQV7BC1eIMAGyIIaZk1qVz/pB8G8iQsKJAEA=";
x86_64-darwin = "sha256-PEQjSU2CBLN0Vct3sbhe9cbEJBP1jhUWpL91KFMcBn0=";
x86_64-linux = "sha256-yRzMhkL3nX21U46NaGpNwY4AqTGA9TdyCKmpPH77m2o=";
aarch64-darwin = "sha256-y1//nTmNDU8hw3wumVeK2kN2b7xoB7X5Kdg16/0HUms=";
aarch64-linux = "sha256-o1jubyQBq/z83CPzTII6ZclZUHVXVahsu024GXFrxX8=";
armv7l-linux = "sha256-+hb5ahgDCLSoR5o3YovdDp6igbXkHhxu0Lu1iY8Xros=";
x86_64-darwin = "sha256-raeEz+Kd3cfzPGTKC79h51vcXpGGDRuZY7luDGZphbs=";
x86_64-linux = "sha256-haR0CRyHcK8hXUAkW968Ui6vGpiPP5V1mi7n6lOS71M=";
}.${system} or throwSystem;
in
stdenv.mkDerivation rec {
pname = "tailwindcss";
version = "3.4.13";
version = "3.4.14";

src = fetchurl {
url = "https://github.com/tailwindlabs/tailwindcss/releases/download/v${version}/tailwindcss-${plat}";
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/php-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ in {

openswoole = callPackage ../development/php-packages/openswoole { };

parallel = callPackage ../development/php-packages/parallel { };

pdlib = callPackage ../development/php-packages/pdlib { };

pcov = callPackage ../development/php-packages/pcov { };
Expand Down

0 comments on commit d16edfa

Please sign in to comment.