Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
7244b4ba 33563994

+55 -30
+1 -1
pkgs/applications/editors/eclipse/default.nix
··· 103 103 fetchurl { 104 104 url = "https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops${platform_major}/R-${platform_major}.${platform_minor}-${timestamp}/eclipse-SDK-${platform_major}.${platform_minor}-linux-gtk-${arch}.tar.gz"; 105 105 hash = { 106 - x86_64 = "sha512-hmdWGteMDt4HhYq+k9twuftalpTzHtGnVVLphZcpJcw+6vJfersciDMaeLRqbCAeFbzJdgzjYo76bpP6FubySw=="; 106 + x86_64 = "sha512-yH4/K9sBLCUc2EVYwPL0dLql/S3AfaV6fFh7ewAuIb7yHtcsOWMqy/h1hZUlFFg2ykfwDWDDHEK7qfTI0hM7BQ=="; 107 107 aarch64 = "sha512-UYp8t7r2RrN3rKN180cWpJyhyO5LVXL8LrTRKJzttUgB7kM1nroTEI3DesBu+Hw4Ynl7eLiBK397rqcpOAfxJw=="; 108 108 }.${arch}; 109 109 };
+4 -4
pkgs/applications/emulators/rpcs3/default.nix
··· 9 9 10 10 let 11 11 # Keep these separate so the update script can regex them 12 - rpcs3GitVersion = "14637-c471120a8"; 13 - rpcs3Version = "0.0.26-14637-c471120a8"; 14 - rpcs3Revision = "c471120a80ec6f12cd4489e1a9be073d7d9c96f2"; 15 - rpcs3Sha256 = "1fl7zarxbjaz6mi3lqv55kdwpvjfz8d02qfl0655zihwm6zzdny5"; 12 + rpcs3GitVersion = "14684-8652b7d35"; 13 + rpcs3Version = "0.0.26-14684-8652b7d35"; 14 + rpcs3Revision = "8652b7d358fe975242dd2c51c91fd2968e6bcb82"; 15 + rpcs3Sha256 = "08cd082cih9pcppipkhid1x1s7bq4grsz0zfa1rlxkzw3lajxnrf"; 16 16 17 17 ittapi = fetchFromGitHub { 18 18 owner = "intel";
+2 -2
pkgs/applications/graphics/ImageMagick/default.nix
··· 47 47 48 48 stdenv.mkDerivation rec { 49 49 pname = "imagemagick"; 50 - version = "7.1.0-60"; 50 + version = "7.1.0-61"; 51 51 52 52 src = fetchFromGitHub { 53 53 owner = "ImageMagick"; 54 54 repo = "ImageMagick"; 55 55 rev = version; 56 - hash = "sha256-dQfmW9rt66eWOaKbZ9j8jc1k8v+F8B9TpTx12L+0VE4="; 56 + hash = "sha256-g7WeqPpPd1gceU+s+vRDpb41IX1lzpiqh3cAYeFdUlg="; 57 57 }; 58 58 59 59 outputs = [ "out" "dev" "doc" ]; # bin/ isn't really big
+2 -2
pkgs/development/libraries/aravis/default.nix
··· 29 29 30 30 stdenv.mkDerivation rec { 31 31 pname = "aravis"; 32 - version = "0.8.22"; 32 + version = "0.8.24"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "AravisProject"; 36 36 repo = pname; 37 37 rev = version; 38 - sha256 = "sha256-S9DmXjywxNr5Rpx605zip76vGKBSrUwyerqXlBm05VI="; 38 + sha256 = "sha256-2d2CZzRfVr45gfgIg43Rr+1SoVIxzy8YjaQJhwi5owE="; 39 39 }; 40 40 41 41 outputs = [ "bin" "dev" "out" "lib" ];
+2 -2
pkgs/development/python-modules/oralb-ble/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "oralb-ble"; 15 - version = "0.17.2"; 15 + version = "0.17.4"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.9"; ··· 21 21 owner = "Bluetooth-Devices"; 22 22 repo = pname; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-v2c1FoLgG6HH02d+YBr4Qh12ztRsiwWyueUNOBpWqPM="; 24 + hash = "sha256-KvvcyeYXBtV/sUKMv+1xoXH9ALUX46EWS/STFZkCnUQ="; 25 25 }; 26 26 27 27 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/schwifty/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "schwifty"; 15 - version = "2022.9.0"; 15 + version = "2023.2.0"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - sha256 = "sha256-/zxK0pUfg5G5w9E+QBt1H12Ld5gWc+WakQdNVRMSFiA="; 22 + sha256 = "sha256-YEBBrU+Xcl5zFPEt/EvPD5eFPUYSpGJ3ZoIK6PRVwlc="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/sensorpro-ble/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "sensorpro-ble"; 14 - version = "0.5.1"; 14 + version = "0.5.3"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-D0xHNPsGlNBoHR3LqR6TbVhqXWapzwYsG+uN3kSF1oE="; 23 + hash = "sha256-Zqa6qa0Jw79Iu4VEw6KN0GsZcC1X7OpiYUiyT4zwKyY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+4 -3
pkgs/development/python-modules/sensorpush-ble/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "sensorpush-ble"; 14 - version = "1.5.2"; 14 + version = "1.5.5"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 19 19 src = fetchFromGitHub { 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 - rev = "v${version}"; 23 - hash = "sha256-64DywtZwfDFjW8WUzw3ZTT462sBGFgAHGc0bGnKCJpY="; 22 + rev = "refs/tags/v${version}"; 23 + hash = "sha256-17Yzpbcy/r+GlkLktgghehfAEboZHMbB/Dze1no4I80="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ ··· 49 49 meta = with lib; { 50 50 description = "Library for SensorPush BLE devices"; 51 51 homepage = "https://github.com/Bluetooth-Devices/sensorpush-ble"; 52 + changelog = "https://github.com/Bluetooth-Devices/sensorpush-ble/releases/tag/v${version}"; 52 53 license = with licenses; [ mit ]; 53 54 maintainers = with maintainers; [ fab ]; 54 55 };
+2 -2
pkgs/development/python-modules/thermopro-ble/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "thermopro-ble"; 14 - version = "0.4.3"; 14 + version = "0.4.5"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "bluetooth-devices"; 21 21 repo = pname; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-y8Uh1REZqfrS3Y/L/uCmHYkdPQzwzdx7eSz003oz05o="; 23 + hash = "sha256-z3RrPOV7NGl3aNor+baeVivn+DKwYHcrdlM5sNMGVD0="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+4 -3
pkgs/development/python-modules/tilt-ble/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "tilt-ble"; 14 - version = "0.2.3"; 14 + version = "0.2.4"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 19 19 src = fetchFromGitHub { 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 - rev = "v${version}"; 23 - hash = "sha256-PR+BA0wUljUeUYCTRMKxkG+kj6PfklksbO/k9L7sWdE="; 22 + rev = "refs/tags/v${version}"; 23 + hash = "sha256-ok9XWx47hcke535480NORfS1pSagaOJvMR48lYTa/Tg="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ ··· 49 49 meta = with lib; { 50 50 description = "Library for Tilt BLE devices"; 51 51 homepage = "https://github.com/Bluetooth-Devices/tilt-ble"; 52 + changelog = "https://github.com/Bluetooth-Devices/tilt-ble/releases/tag/v${version}"; 52 53 license = with licenses; [ mit ]; 53 54 maintainers = with maintainers; [ fab ]; 54 55 };
+2 -2
pkgs/development/python-modules/xiaomi-ble/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "xiaomi-ble"; 17 - version = "0.15.0"; 17 + version = "0.16.1"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "Bluetooth-Devices"; 24 24 repo = pname; 25 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-6j5hZ9NGmAFpbgYTyC4UuI4XkQwotZND1UMHnmJHCdo="; 26 + hash = "sha256-JsrOt6LmmhJZ4MBwLVKKt3IMbvAnxJx70AZROhb9gbc="; 27 27 }; 28 28 29 29 nativeBuildInputs = [
+10 -3
pkgs/servers/caddy/xcaddy/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "xcaddy"; 5 - version = "0.3.1"; 5 + version = "0.3.2"; 6 6 7 7 subPackages = [ "cmd/xcaddy" ]; 8 8 ··· 10 10 owner = "caddyserver"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - hash = "sha256-oGTtS5UlEebIqv4SM4q0YclASJNu8DNOLrGLRRAtkd8="; 13 + hash = "sha256-M0eMI/TtUNVqE4F1ifizVb0e4ACGa+yLkG3pJLaaDNs="; 14 14 }; 15 15 16 16 patches = [ 17 + ./inject_version_info.diff 17 18 ./use_tmpdir_on_darwin.diff 18 19 ]; 19 20 21 + ldflags = [ 22 + "-s" 23 + "-w" 24 + "-X github.com/caddyserver/xcaddy/cmd.customVersion=v${version}" 25 + ]; 26 + 20 27 vendorHash = "sha256-RpbnoXyTrqGOI7DpgkO+J47P17T4QCVvM1CfS6kRO9Y="; 21 28 22 29 meta = with lib; { 23 30 homepage = "https://github.com/caddyserver/xcaddy"; 24 31 description = "Build Caddy with plugins"; 25 32 license = licenses.asl20; 26 - maintainers = with maintainers; [ tjni ]; 33 + maintainers = with maintainers; [ tjni indeednotjames ]; 27 34 }; 28 35 }
+16
pkgs/servers/caddy/xcaddy/inject_version_info.diff
··· 1 + diff --git a/cmd/main.go b/cmd/main.go 2 + index ede7cd8..c553140 100644 3 + --- a/cmd/main.go 4 + +++ b/cmd/main.go 5 + @@ -401,8 +401,11 @@ func splitWith(arg string) (module, version, replace string, err error) { 6 + return 7 + } 8 + 9 + +var customVersion string 10 + + 11 + // xcaddyVersion returns a detailed version string, if available. 12 + func xcaddyVersion() string { 13 + + return customVersion 14 + mod := goModule() 15 + ver := mod.Version 16 + if mod.Sum != "" {
+2 -2
pkgs/servers/icingaweb2/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "icingaweb2"; 5 - version = "2.11.3"; 5 + version = "2.11.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Icinga"; 9 9 repo = "icingaweb2"; 10 10 rev = "v${version}"; 11 - hash = "sha256-DxAWSU6nleTRkgtU6cW5KEJ0aQuzom+kGwTOk1Kg8CI="; 11 + hash = "sha256-UMC1puEM0PhIu+lJouOj81tI/E6fz1PzPN0FU7TNwTg="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ];