Merge master into staging-next

This commit is contained in:
github-actions[bot] 2023-07-11 06:01:13 +00:00 committed by GitHub
commit d25c057844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
49 changed files with 5041 additions and 4523 deletions

View File

@ -4,17 +4,18 @@
, groff
, makeWrapper
, ncurses
, runtimeShell
}:
stdenv.mkDerivation (finalAttrs: {
pname = "jove";
version = "4.17.4.9";
version = "4.17.5.3";
src = fetchFromGitHub {
owner = "jonmacs";
repo = "jove";
rev = finalAttrs.version;
sha256 = "sha256-Lo5S3t4vewkpoihVdxa3yRrEzNWeNLHCZHXiLCxOH5o=";
hash = "sha256-ZBq2zCml637p9VgedpOrUn2jSc5L0pthdgRS7YsB3zs=";
};
nativeBuildInputs = [ makeWrapper ];
@ -24,11 +25,19 @@ stdenv.mkDerivation (finalAttrs: {
ncurses
];
postPatch = ''
patchShebangs testbuild.sh testmailer.sh teachjove jmake.sh
'';
dontConfigure = true;
preBuild = ''
makeFlagsArray+=(SYSDEFS="-DSYSVR4 -D_XOPEN_SOURCE=500" \
TERMCAPLIB=-lncurses JOVEHOME=${placeholder "out"})
JTMPDIR=$TMPDIR
TERMCAPLIB=-lncurses \
SHELL=${runtimeShell} \
DFLTSHELL=${runtimeShell} \
JOVEHOME=${placeholder "out"})
'';
postInstall = ''
@ -36,13 +45,13 @@ stdenv.mkDerivation (finalAttrs: {
--prefix PATH ":" "$out/bin"
'';
meta = with lib; {
meta = {
homepage = "https://github.com/jonmacs/jove";
description = "Jonathan's Own Version of Emacs";
changelog = "https://github.com/jonmacs/jove/releases/tag/${finalAttrs.version}";
license = licenses.bsd2;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.unix;
# never built on Hydra: https://hydra.nixos.org/job/nixpkgs/trunk/jove.x86_64-darwin
broken = stdenv.isDarwin;
};

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "kondo";
version = "0.6";
version = "0.7";
src = fetchFromGitHub {
owner = "tbillington";
repo = pname;
rev = "v${version}";
sha256 = "sha256-f0eRM4U2FwMGjmQKb3tjX2TRv1hN//FkoA2h6WmFOQk=";
sha256 = "sha256-m00zRNnryty96+pmZ2/ZFk61vy7b0yiWpomWzAHUAMk=";
};
cargoHash = "sha256-DouQN9Lo/CoqZZD3HuO1+Xzvc2yL5l157TeAi+bmfrE=";
cargoHash = "sha256-hG4bvcGYNwdNX9Wsdw30i3a3Ttxud+quNZpolgVKXQE=";
meta = with lib; {
description = "Save disk space by cleaning unneeded files from software projects";

View File

@ -90,11 +90,11 @@ in
stdenv.mkDerivation rec {
pname = "brave";
version = "1.52.129";
version = "1.52.130";
src = fetchurl {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
sha256 = "sha256-v5C8YbYv2gr2Tf+koM3+4s2xtHTabLcJcIlsQx3UxfM=";
sha256 = "sha256-TKCAv1gGdAU9KDcrrREPgFjZOPNwTAfLrCh33DAf41U=";
};
dontConfigure = true;

View File

@ -32,9 +32,9 @@
}
},
"dev": {
"version": "116.0.5845.4",
"sha256": "0p3v4dzyrj1fn97s2grkc2x8lgfm14rgwalrnb3gx9syi8gdwkpw",
"sha256bin64": "1wim32q9sq501wrnz1xx4s1r0gywz4pgf3r9d0zga3g86jp385ax",
"version": "116.0.5845.14",
"sha256": "1b8ak0yg7ymz0siw81g47fdl12bj7f7gdw2nd5wlgj3h0g0b0675",
"sha256bin64": "1hnis5m5l6ygihmwsy6qk12lz6gjcndfdnssb3l9pd7v3qwfpkp2",
"deps": {
"gn": {
"version": "2023-06-09",

View File

@ -445,22 +445,22 @@
"vendorHash": "sha256-XgGNz+yP+spRA2+qFxwiZFcBRv2GQWhiYY9zoC8rZPc="
},
"google": {
"hash": "sha256-ZOouPBEymdpVaDe1zBwbbeffZ/48lpfLmll6kl1TnJM=",
"hash": "sha256-2c50Ul57IeI7NzH0qYRIw8aKoB/5edCEsurc7JcojgQ=",
"homepage": "https://registry.terraform.io/providers/hashicorp/google",
"owner": "hashicorp",
"proxyVendor": true,
"repo": "terraform-provider-google",
"rev": "v4.72.1",
"rev": "v4.73.0",
"spdx": "MPL-2.0",
"vendorHash": "sha256-X+7UZM0iZzG7LvaK6nKXF3taKIiJfhWRmY1q1Uz9M4A="
},
"google-beta": {
"hash": "sha256-wXBSAsRY1RajMu5npceI9N/c+c2lwEWyqsGP7xgfVA0=",
"hash": "sha256-2fiwPrmd/PHFNksfpo/TQQsuFz7RttAea5C8LJTrMAg=",
"homepage": "https://registry.terraform.io/providers/hashicorp/google-beta",
"owner": "hashicorp",
"proxyVendor": true,
"repo": "terraform-provider-google-beta",
"rev": "v4.72.1",
"rev": "v4.73.0",
"spdx": "MPL-2.0",
"vendorHash": "sha256-X+7UZM0iZzG7LvaK6nKXF3taKIiJfhWRmY1q1Uz9M4A="
},
@ -574,13 +574,13 @@
"vendorHash": null
},
"ibm": {
"hash": "sha256-uJf3SB86kTOSKGhS1Psg5to439xfzPqJkrCmoy1gozs=",
"hash": "sha256-XSB0bwkFiNdeVje/pCnNDDjbiroJBckSNqEFlDuctdM=",
"homepage": "https://registry.terraform.io/providers/IBM-Cloud/ibm",
"owner": "IBM-Cloud",
"repo": "terraform-provider-ibm",
"rev": "v1.54.0",
"rev": "v1.55.0",
"spdx": "MPL-2.0",
"vendorHash": "sha256-pdjCemr2kg+5E677rgeGtphp+YMmIdvuyv9AjmPBygE="
"vendorHash": "sha256-+HYfQoJWyZizoe/g5cycmSjaStRwbRuYfXRYVOgRqCM="
},
"icinga2": {
"hash": "sha256-Y/Oq0aTzP+oSKPhHiHY9Leal4HJJm7TNDpcdqkUsCmk=",
@ -1106,11 +1106,11 @@
"vendorHash": "sha256-GNSKSlaFBj2P+z40U+0uwPSOuQBy+9vOVFfPe8p0A24="
},
"tencentcloud": {
"hash": "sha256-BflyXfxfth9wjPCd8aW9maemjjHTzuL8KvxQsvRUKLw=",
"hash": "sha256-+DseNvTLRai7qitiFNPYDub5MJhTrXDDGg4ni7McH7Y=",
"homepage": "https://registry.terraform.io/providers/tencentcloudstack/tencentcloud",
"owner": "tencentcloudstack",
"repo": "terraform-provider-tencentcloud",
"rev": "v1.81.12",
"rev": "v1.81.13",
"spdx": "MPL-2.0",
"vendorHash": null
},

View File

@ -2,13 +2,13 @@
(if stdenv.isDarwin then darwin.apple_sdk_11_0.llvmPackages_14.stdenv else stdenv).mkDerivation rec {
pname = "signalbackup-tools";
version = "20230628";
version = "20230707";
src = fetchFromGitHub {
owner = "bepaald";
repo = pname;
rev = version;
hash = "sha256-tSmnqKLrhlr89Sz6r81/JlFMxbFoUoNs3pBQPXbi5ZI=";
hash = "sha256-kVXkcAhDpwc6/d5iXMJ3Z31p9REqWUvSimE8p+OD8aU=";
};
postPatch = ''

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "seafile-client";
version = "9.0.2";
version = "9.0.3";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile-client";
rev = "v${version}";
sha256 = "sha256-6AsvqlXDmTr3yBvYlV/0qjH+KnZ03S5TU7yzGt0MqiI=";
sha256 = "sha256-zoo34mhNZTEwxjSy8XgmZfEjkujmWj34OtDJQSCb/zk=";
};
nativeBuildInputs = [

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "appflowy";
version = "0.2.4";
version = "0.2.5";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy_x86_64-unknown-linux-gnu_ubuntu-20.04.tar.gz";
sha256 = "sha256-5yganpfgnQBaNIAkxjc81T0m51DeynnrWvti0G/qmvA=";
sha256 = "sha256-lNu1Pl1SFFwGPLIvCldbCLC3pESnjW6ekSAwPOe85FY=";
stripRoot = false;
};

View File

@ -1,9 +1,4 @@
{ lib
, stdenv
, fetchFromGitLab
, nix-update-script
, nwjs
}:
{ lib, stdenv, fetchFromGitLab, nix-update-script, nwjs, wrapGAppsHook }:
stdenv.mkDerivation rec {
pname = "gridtracker";
@ -16,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-6SQuFN8Fi0fbWCYrQIIeSaXR2haI7uux4txCPKEoJvo=";
};
nativeBuildInputs = [ wrapGAppsHook ];
postPatch = ''
substituteInPlace Makefile \
--replace '$(DESTDIR)/usr' '$(DESTDIR)/'

View File

@ -3,23 +3,23 @@
{
"kicad" = {
kicadVersion = {
version = "7.0.5";
version = "7.0.6";
src = {
rev = "4d25ed10349077742994d7e985876b45a224a964";
sha256 = "04mkvz4l6i8bb6mw4y0vmlkg2kvdhkj980w6y6sphb9xq8vzmcxs";
rev = "c1a1259ded090202d87d49f4eb4e42f367764622";
sha256 = "1bifg73id0grn37a4n5wpq440z9xz14q0fvkva5vajx0xfd34llv";
};
};
libVersion = {
version = "7.0.5";
version = "7.0.6";
libSources = {
symbols.rev = "22b3e34e9221d2fa165b6b5cccf5f162f070de01";
symbols.sha256 = "15100z8g4x28sxz8097ay1vxfxz2c4a1nvvzyx5vjfmhydwqwk49";
templates.rev = "33cda687a1af1e1907a9fcb916010436df9ab1ae";
symbols.rev = "b591556d93f52d3394b45f3f4c7d1b89f0caacc7";
symbols.sha256 = "0p60dvig7xx8svzsgp871r0aix2m95bmzg3snz372nmgnza2nnvf";
templates.rev = "39d8fccb7400713f3f917799d8b770ad3e786963";
templates.sha256 = "1qi20mrsfn4fxmr1fyphmil2i9p2nzmwk5rlfchc5aq2194nj3lq";
footprints.rev = "208252e63ade41c127b362c4cc676fd123dfeeb2";
footprints.sha256 = "11d3mwmivi6rc778a2x118a5mk11d9mr8miadxmy1mbc41jbx2dh";
packages3d.rev = "b7f731784124742a692008b3150662188ebc6193";
packages3d.sha256 = "1bzb6b7llzwabjkdd0xsyan0x8kihccap4gwvipzydfg7gm5fjxm";
footprints.rev = "5fca0686ef0d6c4a9eafb307e346c7b9444e8045";
footprints.sha256 = "0fqnviaxsai0xwyq8xq5ks26j4vd390ns6h6lr0fx2ikv1ghaml5";
packages3d.rev = "6acf40ee68422ea952c3ba8078bbe4cc05d64bff";
packages3d.sha256 = "0dmssyhqd94d9wj8w7g7xjan560b2rwcs540sgl0rc77cw2jify8";
};
};
};

View File

@ -4,6 +4,8 @@
, cmake
, glib
, gtk3
, gettext
, pango
, makeWrapper
, pcre2
, perl
@ -12,19 +14,20 @@
, nixosTests
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "sakura";
version = "3.8.5";
version = "3.8.7";
src = fetchFromGitHub {
owner = "dabisu";
repo = pname;
rev = "SAKURA_${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-eMGhPkfhpPHMg69J+XgK/ssJjwRSFgd/a64lAYi7hd0=";
repo = "sakura";
rev = "SAKURA_${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-mDYwqRPezHEgLyZlJQ6taTQiP9HDWmN09mapfp7/TPs=";
};
nativeBuildInputs = [
cmake
gettext
makeWrapper
perl
pkg-config
@ -33,10 +36,13 @@ stdenv.mkDerivation rec {
buildInputs = [
glib
gtk3
pango
pcre2
vte
];
strictDeps = true;
# Set path to gsettings-schemata so sakura knows where to find colorchooser,
# fontchooser etc.
postFixup = ''
@ -46,7 +52,7 @@ stdenv.mkDerivation rec {
passthru.tests.test = nixosTests.terminal-emulators.sakura;
meta = with lib; {
meta = {
homepage = "https://www.pleyades.net/david/projects/sakura";
description = "A terminal emulator based on GTK and VTE";
longDescription = ''
@ -59,8 +65,8 @@ stdenv.mkDerivation rec {
terminals in one window and adds a contextual menu with some basic
options. No more no less.
'';
license = licenses.gpl2Only;
maintainers = with maintainers; [ astsmtl codyopel AndersonTorres ];
platforms = platforms.linux;
license = lib.licenses.gpl2Only;
maintainers = with lib.maintainers; [ astsmtl codyopel AndersonTorres ];
platforms = lib.platforms.linux;
};
}
})

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "numix-icon-theme-square";
version = "23.06.21";
version = "23.07.08";
src = fetchFromGitHub {
owner = "numixproject";
repo = pname;
rev = version;
sha256 = "sha256-eJELv8lRgV687vu0PQfvZoSTaPtVyTniRINRxIIVjJg=";
sha256 = "sha256-wT71uGYaZ1URzDrtpWPvcMxuwoJoztJPCtnEOVJ1xUY=";
};
nativeBuildInputs = [ gtk3 ];

View File

@ -3,12 +3,12 @@
let
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20230627034247";
version = "20230707041058";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
hash = "sha256-9GrIvrLIU72oy12K/+1WaqOjvMJngKRNmkpwTq/9r9Q=";
hash = "sha256-Utfi5eoFukpnB/JP9bsiVYBvh3REPt4CZUW+BRCiCpo=";
};
vendorHash = "sha256-dYaGR5ZBORANKAYuPAi9i+KQn2OAGDGTZxdyVjkcVi8=";
meta = with lib; {

View File

@ -13,12 +13,12 @@ let
in
stdenv.mkDerivation rec {
pname = "circt";
version = "1.44.0";
version = "1.45.0";
src = fetchFromGitHub {
owner = "llvm";
repo = "circt";
rev = "firtool-${version}";
sha256 = "sha256-92gGsuwz1AfQJe1kFsqm/75P+3QuSHzZEUbItOC5nGU=";
sha256 = "sha256-yzXYiqRIwV3bkMfvmduow3QWJASXhOspM8CHZPN2/uE=";
fetchSubmodules = true;
};

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "kotlin";
version = "1.8.22";
version = "1.9.0";
src = fetchurl {
url = "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip";
sha256 = "19psrm905r7fli27cn5hykvjhizshpg2xzp1kbkv3pwybki0zxci";
sha256 = "1s5y9180r97qmfysw3rm39y5c646rj4z149ywhnyj2cqby00vi8z";
};
propagatedBuildInputs = [ jre ] ;

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "kotlin-native";
version = "1.8.22";
version = "1.9.0";
src = let
getArch = {
@ -20,9 +20,9 @@ stdenv.mkDerivation rec {
"https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-native-${arch}-${version}.tar.gz";
getHash = arch: {
"macos-aarch64" = "05z4jdq52lxhbs0sgv43zbfx8dkl16k04ky578b3raqf4brmm019";
"macos-x86_64" = "03f2nxp8xajpap8fw0fccacs45fp5lcjgy01ygr8yjwsaq96nvhd";
"linux-x86_64" = "12z5jxkdnraivc0in4m9qagca06jiasfnjalk9fpsd0b07y43yx1";
"macos-aarch64" = "0728zm72ywyl6yhrfkad3whg2xly9bx7whp8alfi980qf468b1jh";
"macos-x86_64" = "09j2i06qypw7ag2wrfkci9gnvprj96n3362p5vynr65jrzm5b8ww";
"linux-x86_64" = "1v58n8ap5kifhawz30lk6rb2sp0qyiiy8gihw2ngbbhvakkigg8q";
}.${arch};
in
fetchurl {

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libbytesize";
version = "2.8";
version = "2.9";
src = fetchFromGitHub {
owner = "storaged-project";
repo = "libbytesize";
rev = finalAttrs.version;
hash = "sha256-/TVv/srhbotIkne0G77hgBF4j+74INqVUr8zlKsaoM0=";
hash = "sha256-4jbu8Hmc4I1IYKiWlCQq7ob98HsgDTqJdghj3ZzOuN8=";
};
outputs = [ "out" "dev" "devdoc" "man" ];
@ -44,6 +44,8 @@ stdenv.mkDerivation (finalAttrs: {
pcre2
];
strictDeps = true;
meta = {
homepage = "https://github.com/storaged-project/libbytesize";
description = "A tiny library providing a C 'class' for working with arbitrary big sizes in bytes";

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "libva-utils";
version = "2.18.2";
version = "2.19.0";
src = fetchFromGitHub {
owner = "intel";
repo = "libva-utils";
rev = version;
sha256 = "sha256-D7GPS/46jiIY8K0qPlMlYhmn+yWhTA+I6jAuxclNJSU=";
sha256 = "sha256-/juTlK7iRu8XN4kbB1VhmOcKjFD8iBwuIIAJsmF5ihU=";
};
nativeBuildInputs = [ meson ninja pkg-config ];

File diff suppressed because it is too large Load Diff

View File

@ -33,6 +33,8 @@ buildPythonPackage rec {
tornado
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytestCheckHook
];

View File

@ -37,6 +37,8 @@ buildPythonPackage rec {
requests-oauthlib
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
coreutils
pytest-aiohttp

View File

@ -31,6 +31,8 @@ buildPythonPackage rec {
msgpack
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytestCheckHook
requests-mock

View File

@ -80,7 +80,7 @@
buildPythonPackage rec {
pname = "langchain";
version = "0.0.220";
version = "0.0.229";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -89,7 +89,7 @@ buildPythonPackage rec {
owner = "hwchase17";
repo = "langchain";
rev = "refs/tags/v${version}";
hash = "sha256-Br9j2mmLFxW3MHIY93m85mAVrvWVc6bnSlI71OwT8mY=";
hash = "sha256-9hPF+0bEcFGH2oop3e513kBp6UeUEBlPXD+2pZ4dCi0=";
};
postPatch = ''
@ -231,10 +231,6 @@ buildPythonPackage rec {
];
};
pythonRelaxDeps = [
"langchainplus-sdk"
];
nativeCheckInputs = [
pytestCheckHook
pytest-vcr

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "langchainplus-sdk";
version = "0.0.17";
version = "0.0.20";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "langchainplus_sdk";
hash = "sha256-ZSDIZKI9ytvm+3IzoRc0f2rMMnJal3WOWTVHBMUN4wM=";
hash = "sha256-PTAOLjKQ9ozJ2ELAWflFjeumDndsnnkDCWiMrRv7shk=";
};
nativeBuildInputs = [

View File

@ -39,6 +39,8 @@ buildPythonPackage rec {
requests
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytest-httpbin
pytest-mock

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "nibe";
version = "2.2.0";
version = "2.3.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "yozik04";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wuW8No3G+l5rG2xoqBi1lhIcqqgfrQ5CrkaEtSct38k=";
hash = "sha256-IrPEXrrnbxJcIuy+Xq4iVEEblJ85d7M99zGr1DDJS2M=";
};
nativeBuildInputs = [

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.7.5";
version = "23.7.6";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-DYlJ/xI/V+T/Am4SASVg/L7/uTAeUVM63aqxyMG6o+4=";
hash = "sha256-4fA/zzipv5CBPYkDtefATSmk3Q7b9Qjz4lJOy4y/wDM=";
};
nativeBuildInputs = [

View File

@ -52,6 +52,8 @@ buildPythonPackage rec {
requests
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
freezegun
parameterized

View File

@ -35,6 +35,8 @@ buildPythonPackage rec {
requests
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytestCheckHook
pytest-localserver

View File

@ -33,6 +33,8 @@ buildPythonPackage rec {
buildInputs = [ mock ];
propagatedBuildInputs = [ pbr pyyaml setuptools six multi_key_dict requests ];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [ stestr testscenarios requests-mock ];
checkPhase = ''
# Skip tests that fail due to setuptools>=66.0.0 rejecting PEP 440

View File

@ -100,6 +100,8 @@ buildPythonPackage rec {
];
};
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pytestCheckHook
deepdiff

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "semver";
version = "3.0.0";
version = "3.0.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "python-semver";
repo = "python-semver";
rev = "refs/tags/${version}";
hash = "sha256-ErLmKZswoNgsY82epNUmJDVs065JvSwz3zY+y8jQ0e8=";
hash = "sha256-vVi0+Pq8VpYMy73JSrvi9ranOzvFaHpcPZRt8gMkkFs=";
};
nativeBuildInputs = [

View File

@ -49,6 +49,8 @@ buildPythonPackage rec {
urllib3
];
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
mock
pytestCheckHook

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastgron";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "adamritter";
repo = "fastgron";
rev = "v${finalAttrs.version}";
hash = "sha256-614edimiz+n8Gwr4vYq7PvQmceItfQL2Gt4cYgsxISc=";
hash = "sha256-sGTJ98YEvy+pOFVLLIcvgUq5Pn4r1CYL9YEchZhoBeQ=";
};
nativeBuildInputs = [ cmake ];

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "lightningcss";
version = "1.21.3";
version = "1.21.5";
src = fetchFromGitHub {
owner = "parcel-bundler";
repo = "lightningcss";
rev = "refs/tags/v${version}";
sha256 = "0IBXniW8ybqgYO9MA9VEYgPpv9Wte8/tJ9fvOXPURUk=";
sha256 = "PEYrXykSdmLKhbhDgQNCQvp9wWos86WjWGZk3V84pew=";
};
cargoHash = "sha256-etyxE1Pkikyr+fGEGhefLMnkUwP5O0xcgTsE/6u2Jtw=";
cargoHash = "sha256-iCMG5Vfewotb5C0Gwtz/Py9B1hD28ssSy7C5ZiicFbU=";
buildFeatures = [
"cli"

View File

@ -1124,7 +1124,7 @@ dependencies = [
[[package]]
name = "cargo-shuttle"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"anyhow",
"assert_cmd",
@ -5165,7 +5165,7 @@ dependencies = [
[[package]]
name = "shuttle-admin"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"anyhow",
"clap",
@ -5182,7 +5182,7 @@ dependencies = [
[[package]]
name = "shuttle-auth"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
@ -5211,7 +5211,7 @@ dependencies = [
[[package]]
name = "shuttle-codegen"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"pretty_assertions",
"proc-macro-error",
@ -5223,7 +5223,7 @@ dependencies = [
[[package]]
name = "shuttle-common"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
@ -5272,7 +5272,7 @@ dependencies = [
[[package]]
name = "shuttle-deployer"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
@ -5322,7 +5322,7 @@ dependencies = [
[[package]]
name = "shuttle-gateway"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
@ -5379,7 +5379,7 @@ dependencies = [
[[package]]
name = "shuttle-proto"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"anyhow",
"chrono",
@ -5396,7 +5396,7 @@ dependencies = [
[[package]]
name = "shuttle-provisioner"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"aws-config",
"aws-sdk-rds",
@ -5422,7 +5422,7 @@ dependencies = [
[[package]]
name = "shuttle-runtime"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
@ -5455,7 +5455,7 @@ dependencies = [
[[package]]
name = "shuttle-service"
version = "0.20.0"
version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
@ -6323,9 +6323,9 @@ checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-sanitize-path"
version = "0.1.2"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d4accf4be86b13057d30cd97f606c707b6ec8df01c2e91ee735f89de8216f21"
checksum = "4f8277387194ad48739f3516a54ef4486927ba53b8d889871f3715fb8f99f5aa"
dependencies = [
"http",
"tower-layer",

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle";
version = "0.20.0";
version = "0.21.0";
src = fetchFromGitHub {
owner = "shuttle-hq";
repo = "shuttle";
rev = "v${version}";
hash = "sha256-JLrUI0Srh7bY9MBAXdju2KjFHc++9ZvQaHTJX69PRE8=";
hash = "sha256-tmFj1hqsAWeWOCmw1rELveK57uxMtCEkZygRjGm54IY=";
};
cargoLock = {

View File

@ -2,7 +2,6 @@
, lib
, rustPlatform
, fetchFromGitHub
, fetchpatch
, pkg-config
, openssl
, SystemConfiguration
@ -15,25 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "sqlx-cli";
version = "0.6.2";
version = "0.7.0";
src = fetchFromGitHub {
owner = "launchbadge";
repo = "sqlx";
rev = "v${version}";
sha256 = "sha256-pQlrKjhOJfjNEmLxqnFmmBY1naheZUsaq2tGdLKGxjg=";
hash = "sha256-f9DCavvqq/a+1wusKlc3jOjyFRVMIAHGCryZxV5qews=";
};
patches = [
# https://github.com/launchbadge/sqlx/pull/2228
(fetchpatch {
name = "fix-rust-1.65-compile.patch";
url = "https://github.com/launchbadge/sqlx/commit/2fdf85b212332647dc4ac47e087df946151feedf.patch";
hash = "sha256-5BCuIwmECe9qQrdYll7T+UOGwuTBolWEhKNE7GcZqJw=";
})
];
cargoSha256 = "sha256-AbA8L7rkyZfKW0vvjyrcW5eU6jGD+zAqIcEUOJmeqJs=";
cargoHash = "sha256-9vbrehtfw6ctIF7uXZPvODx3kkxz+m9h2Uv+2t45I0w=";
doCheck = false;
cargoBuildFlags = [ "-p sqlx-cli" ];
@ -52,6 +42,6 @@ rustPlatform.buildRustPackage rec {
"SQLx's associated command-line utility for managing databases, migrations, and enabling offline mode with sqlx::query!() and friends.";
homepage = "https://github.com/launchbadge/sqlx";
license = licenses.asl20;
maintainers = with maintainers; [ greizgh ];
maintainers = with maintainers; [ greizgh xrelkd ];
};
}

View File

@ -8,15 +8,15 @@
rustPlatform.buildRustPackage rec {
pname = "taplo";
version = "0.8.0";
version = "0.8.1";
src = fetchCrate {
inherit version;
pname = "taplo-cli";
sha256 = "sha256-od8uL2xvIGFtftob3P0VQ+SPkwQgU68OxS6hk34c4+U=";
sha256 = "sha256-evNW6OA7rArj0TvOaQgktcQy0tWnel3ZL+ic78e6lOk=";
};
cargoSha256 = "sha256-1ba0FqegYNbRis7Nwl2RONHOxq0iuLah8a1QlWs4HfE=";
cargoSha256 = "sha256-jeLjoqEieR96mUZQmQtv7P78lmOaF18ruVhZLi/TieQ=";
buildInputs = lib.optional stdenv.isDarwin Security;

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doomrunner";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "Youda008";
repo = "DoomRunner";
rev = "v${finalAttrs.version}";
hash = "sha256-a+f1L7WKdSwMlmXvvIkN+CPvW7Wh0gr4WuXsYKotfPE=";
hash = "sha256-8355WuVF3OQ2xl1VCvMZYDRRhHaTd8rdll5e4YzrYLc=";
};
buildInputs = [ qtbase ];

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "seafile-shared";
version = "9.0.2";
version = "9.0.3";
src = fetchFromGitHub {
owner = "haiwen";
repo = "seafile";
rev = "v${version}";
sha256 = "sha256-aJJVrKulZVa1LNOUBIwuPrWqlsjz7kyP/LXWwxO8++A=";
sha256 = "sha256-g8MQFhDBBUuEDGsJ14rHGsaGEznOtCMVOv+5kljXByY=";
};
nativeBuildInputs = [

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "redis";
version = "7.0.11";
version = "7.0.12";
src = fetchurl {
url = "https://download.redis.io/releases/${pname}-${version}.tar.gz";
hash = "sha256-ziUNH7oELGE944oV1AiJt498ttVGGifjUBe6ObByIeM=";
hash = "sha256-ndg9WyeLsr8OOb/rdcPoFwAk7brxG6E7cDeylFz0irc=";
};
patches = [

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "boxxy";
version = "0.7.2";
version = "0.8.0";
src = fetchFromGitHub {
owner = "queer";
repo = "boxxy";
rev = "v${version}";
hash = "sha256-hA+xgvixq9h8HdUVM/8WvYhl+aADiqkMLp0JPLD0YUE=";
hash = "sha256-I7VQfLCD+nfFllbns7yjYMl9hNwM8AgUbiHte4vMciM=";
};
cargoHash = "sha256-LLDlnCO2POMcchXwbUuEYfM8tFlOLGzv6ErgXsobfsU=";
cargoHash = "sha256-xtyiJZ9jPP2M0pUpMwQlUa9QgsRhFLqEm+hE3K4WO88=";
nativeBuildInputs = [
pkg-config

View File

@ -16,14 +16,14 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "esphome";
version = "2023.6.4";
version = "2023.6.5";
format = "setuptools";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kiqEpNhtxEgwzAfJDaxHqN9lN+0BFEPhs3WMJoac5z0=";
hash = "sha256-3CuIAzw4AxvpUw69WEq99XIv0D+TqwejqEGPvG2Zdpw=";
};
postPatch = ''

View File

@ -1,6 +1,6 @@
{ lib
, stdenv
, fetchCrate
, fetchFromGitHub
, rustPlatform
, pkg-config
, openssl
@ -11,37 +11,43 @@
rustPlatform.buildRustPackage rec {
pname = "sheldon";
version = "0.6.6";
version = "0.7.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-NjNBTjSaFoh+DAJfcM4G3+Meih1czLxs/RMmMwrXqD4=";
src = fetchFromGitHub {
owner = "rossmacarthur";
repo = pname;
rev = version;
hash = "sha256-vGFR8NL3bOCUuNr0KQuAbjQMxvFbN/T9aVmf7Wxt9JU=";
};
cargoSha256 = "sha256-uRcaHuDLQm6OYqt01kLbW/mfZnL4HaDabaweaw1EOfs=";
cargoSha256 = "sha256-wVB+yL+h90f7NnASDaX5gxT5z45M8I1rxIJwY8uyB4k=";
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security curl ];
nativeBuildInputs = [ installShellFiles pkg-config ];
# Needs network connection
checkFlags = [
"--skip cli::tests::raw_opt_help"
"--skip lock::tests::external_plugin_lock_git_with_matches"
"--skip lock::tests::external_plugin_lock_git_with_matches_error"
"--skip lock::tests::external_plugin_lock_git_with_matches_not_each"
"--skip lock::tests::external_plugin_lock_git_with_uses"
"--skip lock::tests::external_plugin_lock_remote"
"--skip lock::tests::git_checkout_resolve_branch"
"--skip lock::tests::git_checkout_resolve_rev"
"--skip lock::tests::git_checkout_resolve_tag"
"--skip lock::plugin::tests::external_plugin_lock_git_with_matches"
"--skip lock::plugin::tests::external_plugin_lock_git_with_matches_not_each"
"--skip lock::plugin::tests::external_plugin_lock_git_with_uses"
"--skip lock::plugin::tests::external_plugin_lock_remote"
"--skip lock::source::git::tests::git_checkout_resolve_branch"
"--skip lock::source::git::tests::git_checkout_resolve_rev"
"--skip lock::source::git::tests::git_checkout_resolve_tag"
"--skip lock::source::git::tests::lock_git_and_reinstall"
"--skip lock::source::git::tests::lock_git_https_with_checkout"
"--skip lock::source::local::tests::lock_local"
"--skip lock::source::remote::tests::lock_remote_and_reinstall"
"--skip lock::source::tests::lock_with_git"
"--skip lock::source::tests::lock_with_remote"
"--skip lock::tests::locked_config_clean"
"--skip lock::tests::source_lock_git_and_reinstall"
"--skip lock::tests::source_lock_git_git_with_checkout"
"--skip lock::tests::source_lock_git_https_with_checkout"
"--skip lock::tests::source_lock_local"
"--skip lock::tests::source_lock_remote_and_reinstall"
"--skip lock::tests::source_lock_with_git"
"--skip lock::tests::source_lock_with_remote"
"--skip directories_default"
"--skip directories_old"
"--skip directories_xdg_from_env"
"--skip lock_and_source_github"
"--skip lock_and_source_hooks"
"--skip lock_and_source_inline"
"--skip lock_and_source_profiles"
];
postInstall = ''

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "clash";
version = "1.16.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "Dreamacro";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-y2Z4YaVKKFxZzLUOUs1PeMkWhFimAhu9nAahhX/4Xn8=";
hash = "sha256-hUkUfNsThir0txO7cdxJl3sUF8/wHDvDPVspGp5xYUQ=";
};
vendorHash = "sha256-raDqnQQtkyGsop7leH6FDCOY4Yi1u/EsBVl71r3v9l0=";
vendorHash = "sha256-M2hoorCBdq2nm5Gc5Xm6r7Cg9XUOirDyqTKwrmu121s=";
# Do not build testing suit
excludedPackages = [ "./test" ];

View File

@ -8,15 +8,15 @@
buildPythonApplication rec {
pname = "firefox_decrypt";
version = "unstable-2023-05-14";
version = "unstable-2023-07-06";
format = "pyproject";
src = fetchFromGitHub {
owner = "unode";
repo = pname;
rev = "ac857efde75d86dd6bd5dfca25d4a0f73b75009f";
sha256 = "sha256-34QS98nmrL98nzoZgeFSng8TJJc9BU1+Tzh2b+dsuCc=";
rev = "2c61b27e6754cdf6a518ea617d05433f5ccf9f39";
sha256 = "sha256-/Q6ET6NJ23eYo0ywYMY5TPYpzPHGDzH5+wEpFdsibh8=";
};
nativeBuildInputs = [

View File

@ -9,15 +9,15 @@
, zlib
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "ugrep";
version = "3.12.1";
version = "3.12.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = pname;
rev = "v${version}";
hash = "sha256-kpLzv8nHye1XStHABmZHXQ2Gn+g06BFeN3u47bkKbzU=";
repo = "ugrep";
rev = "v${finalAttrs.version}";
hash = "sha256-h5BMqv8gv+e7pBSyQva5lmH83lxSnu86BF3KwziFdps=";
};
buildInputs = [
@ -32,9 +32,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Ultra fast grep with interactive query UI";
homepage = "https://github.com/Genivia/ugrep";
changelog = "https://github.com/Genivia/ugrep/releases/tag/v${version}";
changelog = "https://github.com/Genivia/ugrep/releases/tag/v${finalAttrs.version}";
maintainers = with maintainers; [ numkem ];
license = licenses.bsd3;
platforms = platforms.all;
};
}
})

View File

@ -1295,7 +1295,7 @@ with pkgs;
makeWrapper = makeBinaryWrapper;
};
wrapGAppsHook4 = wrapGAppsHook.override { gtk3 = gtk4; };
wrapGAppsHook4 = wrapGAppsHook.override { gtk3 = __splicedPackages.gtk4; };
wrapGAppsNoGuiHook = wrapGAppsHook.override { isGraphical = false; };