Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub 8b53ccc7 46f98c15

+558 -148
+6
maintainers/maintainer-list.nix
··· 4661 4661 githubId = 37017396; 4662 4662 name = "gbtb"; 4663 4663 }; 4664 + gdinh = { 4665 + email = "nix@contact.dinh.ai"; 4666 + github = "gdinh"; 4667 + githubId = 34658064; 4668 + name = "Grace Dinh"; 4669 + }; 4664 4670 gebner = { 4665 4671 email = "gebner@gebner.org"; 4666 4672 github = "gebner";
+3 -3
pkgs/applications/audio/squeezelite/default.nix
··· 34 34 pname = binName; 35 35 # versions are specified in `squeezelite.h` 36 36 # see https://github.com/ralph-irving/squeezelite/issues/29 37 - version = "1.9.9.1401"; 37 + version = "1.9.9.1403"; 38 38 39 39 src = fetchFromGitHub { 40 40 owner = "ralph-irving"; 41 41 repo = "squeezelite"; 42 - rev = "894df3ea80f66a27a9ae5fab918acf62a6798b8b"; 43 - hash = "sha256-LIi+9vb0+56AGvVrLx4gQaUkUNjIi6PmqrLViLT1DSU="; 42 + rev = "bc72c0de3fff771540a2a45aaafafed539387b3c"; 43 + hash = "sha256-205i61mbeQG2MzSE9NtPHSuNeyMbjZzbZVCFFzjqKqQ="; 44 44 }; 45 45 46 46 buildInputs = [ flac libmad libvorbis mpg123 ]
+3 -3
pkgs/applications/misc/1password/default.nix
··· 14 14 pname = "1password-cli"; 15 15 version = "2.6.1"; 16 16 sources = rec { 17 - aarch64-linux = fetch "linux_arm64" "sha256-2V3/F7/HEOvk2T1dv4rnS0xu6Z5EqGSV/9erED7ZS1w=" "zip"; 18 - i686-linux = fetch "linux_386" "sha256-z4pKZY5DQ2oDHHuet1S/p7GM+rXS8/8xmTrN+rqCUBo=" "zip"; 17 + aarch64-linux = fetch "linux_arm64" "sha256-udKcojp7CUz5mXIFeLiXKJ7X1A/fejoeLUc+2zlnlKo=" "zip"; 18 + i686-linux = fetch "linux_386" "sha256-gJpwZrtgzC+fD8dqc2hgfsAiYmVkAY3xSmIQnsC5naw=" "zip"; 19 19 x86_64-linux = fetch "linux_amd64" "sha256-X+VyoXg7HRq70b9qRhk2N/UvBlhIkvCWM6kadaGDhsU=" "zip"; 20 - aarch64-darwin = fetch "apple_universal" "sha256-YPidRXNzNNuDoM2Gd5dEsCDxwosBJFKSzjoP0SPkQZs=" "pkg"; 20 + aarch64-darwin = fetch "apple_universal" "sha256-Z8MKp9fQBsvg1nQ0QSrnMV0Bxy6LmnwHb5WIrhGjxv8=" "pkg"; 21 21 x86_64-darwin = aarch64-darwin; 22 22 }; 23 23 platforms = builtins.attrNames sources;
+2 -2
pkgs/applications/networking/browsers/offpunk/default.nix
··· 6 6 offpunk, 7 7 python3, 8 8 stdenv, 9 - testVersion, 9 + testers, 10 10 timg, 11 11 xdg-utils, 12 12 xsel, ··· 55 55 runHook postInstall 56 56 ''; 57 57 58 - passthru.tests.version = testVersion { package = offpunk; }; 58 + passthru.tests.version = testers.testVersion { package = offpunk; }; 59 59 60 60 meta = with lib; { 61 61 description = "An Offline-First browser for the smolnet ";
+2 -2
pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
··· 73 73 in 74 74 env.mkDerivation rec { 75 75 pname = "telegram-desktop"; 76 - version = "4.0.2"; 76 + version = "4.1.0"; 77 77 # Note: Update via pkgs/applications/networking/instant-messengers/telegram/tdesktop/update.py 78 78 79 79 # Telegram-Desktop with submodules ··· 82 82 repo = "tdesktop"; 83 83 rev = "v${version}"; 84 84 fetchSubmodules = true; 85 - sha256 = "07fhm36394171w0rvay1x9x1br3z36z4dlpi57bkq23dvi331pxj"; 85 + sha256 = "06va1b5dac7a2av6vc0xin27y1hfnf4xbafy10myv33am8l5222m"; 86 86 }; 87 87 88 88 postPatch = ''
+3 -3
pkgs/applications/networking/instant-messengers/telegram/tdesktop/tg_owt.nix
··· 9 9 10 10 stdenv.mkDerivation { 11 11 pname = "tg_owt"; 12 - version = "unstable-2022-05-08"; 12 + version = "unstable-2022-08-11"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "desktop-app"; 16 16 repo = "tg_owt"; 17 - rev = "10d5f4bf77333ef6b43516f90d2ce13273255f41"; 18 - sha256 = "02sky7sx73rj8xm1f70vy94zxaab6qiif742fv0vi4y6pfqrngn7"; 17 + rev = "a5fbc9123e056e611e69acf0ceb4252ddd838adb"; 18 + sha256 = "1hzck63spjjkqzkj0mlrxygrix4lw0n3i5cmc0vkxaphfzawz74n"; 19 19 fetchSubmodules = true; 20 20 }; 21 21
+4 -14
pkgs/applications/science/biology/mni_autoreg/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchpatch, cmake, makeWrapper, perlPackages, libminc }: 1 + { lib, stdenv, fetchFromGitHub, cmake, makeWrapper, perlPackages, libminc }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mni_autoreg"; 5 - version = "unstable-2017-09-22"; 5 + version = "unstable-2022-05-20"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "BIC-MNI"; 9 9 repo = pname; 10 - rev = "ab99e29987dc029737785baebf24896ec37a2d76"; 11 - sha256 = "0axl069nv57vmb2wvqq7s9v3bfxwspzmk37bxm4973ai1irgppjq"; 10 + rev = "be7bd25bf7776974e0f2c1d90b6e7f8ccc0c8874"; 11 + sha256 = "sGMZbCrdV6yAOgGiqvBFOUr6pGlTCqwy8yNrPxMoKco="; 12 12 }; 13 - 14 - patches = [ 15 - # Pull upstream workaround for -fno-common toolchains: 16 - # https://github.com/BIC-MNI/mni_autoreg/pull/28 17 - (fetchpatch { 18 - name = "fno-common.patch"; 19 - url = "https://github.com/BIC-MNI/mni_autoreg/commit/06adfacbd84369ea3bcc4376596ac1c0f2e49af9.patch"; 20 - sha256 = "004sdrbx9kcj1qqwjly6p03svakl0x2sbv83salyg63fv67jynx8"; 21 - }) 22 - ]; 23 13 24 14 nativeBuildInputs = [ cmake makeWrapper ]; 25 15 buildInputs = [ libminc ];
+42
pkgs/applications/virtualization/krunvm/default.nix
··· 1 + { lib 2 + , stdenv 3 + , rustPlatform 4 + , fetchFromGitHub 5 + , asciidoctor 6 + , libkrun 7 + }: 8 + 9 + stdenv.mkDerivation rec { 10 + pname = "krunvm"; 11 + version = "0.2.1"; 12 + 13 + src = fetchFromGitHub { 14 + owner = "containers"; 15 + repo = pname; 16 + rev = "v${version}"; 17 + sha256 = "sha256-rR762L8P+7ebE0u4MVCJoXc5mmqXlDFfSas+lFBMVFQ="; 18 + }; 19 + 20 + cargoDeps = rustPlatform.fetchCargoTarball { 21 + inherit src; 22 + hash = "sha256-3WiXm90XiQHpCbhlkigg/ZATQeDdUKTstN7hwcsKm4o="; 23 + }; 24 + 25 + nativeBuildInputs = with rustPlatform;[ 26 + cargoSetupHook 27 + rust.cargo 28 + rust.rustc 29 + asciidoctor 30 + ]; 31 + 32 + buildInputs = [ libkrun ]; 33 + 34 + makeFlags = [ "PREFIX=${placeholder "out"}" ]; 35 + 36 + meta = with lib; { 37 + description = "A CLI-based utility for creating microVMs from OCI images"; 38 + homepage = "https://github.com/containers/krunvm"; 39 + license = licenses.asl20; 40 + maintainers = with maintainers; [ nickcao ]; 41 + }; 42 + }
+3 -3
pkgs/applications/virtualization/kvmtool/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "kvmtool"; 5 - version = "unstable-2022-04-04"; 5 + version = "unstable-2022-06-09"; 6 6 7 7 src = fetchgit { 8 8 url = "https://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git"; 9 - rev = "5657dd3e48b41bc6db38fa657994bc0e030fd31f"; 10 - sha256 = "1y1j44lk9957f2dmyrscbxl4zncp4ibvvcdj6bwylb8jsvmd5fs2"; 9 + rev = "f44af23e3a62e46158341807b0d2d132249b96a8"; 10 + sha256 = "sha256-M83dCCXU/fkh21x10vx6BLg9Wja1714qW7yxl5zY6z0="; 11 11 }; 12 12 13 13 enableParallelBuilding = true;
+7 -5
pkgs/development/libraries/irrlichtmt/default.nix
··· 16 16 }: 17 17 stdenv.mkDerivation rec { 18 18 pname = "irrlichtmt"; 19 - version = "1.9.0mt5"; 19 + version = "1.9.0mt7"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "minetest"; 23 23 repo = "irrlicht"; 24 24 rev = version; 25 - sha256 = "sha256-ocsO4nKab2YxHY1qqZbF4OErpBKmG4V+psgC40APs8s="; 25 + sha256 = "sha256-Eu7zW3mXl7GPRmLnKjt/dPoZ64HPYulI7MO1dJfj+10="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ ··· 30 30 ]; 31 31 32 32 # https://github.com/minetest/minetest/pull/10729 33 - postPatch = lib.optionalString withTouchSupport '' 34 - substituteInPlace include/IrrCompileConfig.h \ 35 - --replace '//#define _IRR_LINUX_X11_XINPUT2_' '#define _IRR_LINUX_X11_XINPUT2_' 33 + postPatch = lib.optionalString (!withTouchSupport) '' 34 + sed -i '1i #define NO_IRR_LINUX_X11_XINPUT2_' include/IrrCompileConfig.h 35 + 36 + # HACK: Fix mistake in build script 37 + sed -i '/''${X11_Xi_LIB}/d' source/Irrlicht/CMakeLists.txt 36 38 ''; 37 39 38 40 buildInputs = [
+49
pkgs/development/libraries/libkrun/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , rustPlatform 5 + , pkg-config 6 + , glibc 7 + , openssl 8 + , libkrunfw 9 + , sevVariant ? false 10 + }: 11 + 12 + stdenv.mkDerivation rec { 13 + pname = "libkrun"; 14 + version = "1.3.0"; 15 + 16 + src = fetchFromGitHub { 17 + owner = "containers"; 18 + repo = pname; 19 + rev = "v${version}"; 20 + hash = "sha256-qVyEqiqaQ8wfZhL5u+Bsaa1yXlgHUitSj5bo7FJ5Y8c="; 21 + }; 22 + 23 + cargoDeps = rustPlatform.fetchCargoTarball { 24 + inherit src; 25 + hash = "sha256-jxSzhj1iU8qY+sZEVCYTaUqpaA4egjJi9qxrapASQF0="; 26 + }; 27 + 28 + nativeBuildInputs = with rustPlatform;[ 29 + cargoSetupHook 30 + rust.cargo 31 + rust.rustc 32 + ] ++ lib.optional sevVariant pkg-config; 33 + 34 + buildInputs = [ 35 + glibc 36 + glibc.static 37 + (libkrunfw.override { inherit sevVariant; }) 38 + ] ++ lib.optional sevVariant openssl; 39 + 40 + makeFlags = [ "PREFIX=${placeholder "out"}" ] 41 + ++ lib.optional sevVariant "SEV=1"; 42 + 43 + meta = with lib; { 44 + description = "A dynamic library providing Virtualization-based process isolation capabilities"; 45 + homepage = "https://github.com/containers/libkrun"; 46 + license = licenses.asl20; 47 + maintainers = with maintainers; [ nickcao ]; 48 + }; 49 + }
+49
pkgs/development/libraries/libkrunfw/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , fetchurl 5 + , flex 6 + , bison 7 + , bc 8 + , elfutils 9 + , python3 10 + , sevVariant ? false 11 + }: 12 + 13 + assert sevVariant -> stdenv.isx86_64; 14 + stdenv.mkDerivation rec { 15 + pname = "libkrunfw"; 16 + version = "3.3.0"; 17 + 18 + src = fetchFromGitHub { 19 + owner = "containers"; 20 + repo = pname; 21 + rev = "v${version}"; 22 + hash = "sha256-ay+E5AgJeA0i3T4JDosDawwtezDGquzAvYEWHGbPidg="; 23 + }; 24 + 25 + kernelSrc = fetchurl { 26 + url = "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.59.tar.xz"; 27 + hash = "sha256-5t3GQgVzQNsGs7khwrMb/tLGETWejxRMPlz5w6wzvMs="; 28 + }; 29 + 30 + preBuild = '' 31 + substituteInPlace Makefile --replace 'curl $(KERNEL_REMOTE) -o $(KERNEL_TARBALL)' 'ln -s $(kernelSrc) $(KERNEL_TARBALL)' 32 + ''; 33 + 34 + nativeBuildInputs = [ flex bison bc python3 python3.pkgs.pyelftools ]; 35 + buildInputs = [ elfutils ]; 36 + 37 + makeFlags = [ "PREFIX=${placeholder "out"}" ] 38 + ++ lib.optional sevVariant "SEV=1"; 39 + 40 + enableParallelBuilding = true; 41 + 42 + meta = with lib; { 43 + description = "A dynamic library bundling the guest payload consumed by libkrun"; 44 + homepage = "https://github.com/containers/libkrunfw"; 45 + license = with licenses; [ lgpl2Only lgpl21Only ]; 46 + maintainers = with maintainers; [ nickcao ]; 47 + platforms = [ "x86_64-linux" "aarch64-linux" ]; 48 + }; 49 + }
+6 -6
pkgs/development/libraries/libminc/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libminc"; 5 - version = "unstable-2020-07-17"; 5 + version = "2.4.05"; 6 6 7 7 owner = "BIC-MNI"; 8 8 9 9 src = fetchFromGitHub { 10 10 inherit owner; 11 11 repo = pname; 12 - rev = "ffb5fb234a852ea7e8da8bb2b3b49f67acbe56ca"; 13 - sha256 = "0yr4ksghpvxh9zg0a4p7hvln3qirsi08plvjp5kxx2qiyj96zsdm"; 12 + rev = "aa08255f0856e70fb001c5f9ee1f4e5a8c12d47d"; # new release, but no git tag 13 + sha256 = "XMTO6/HkyrrQ0s5DzJLCmmWheye2DGMnpDbcGdP6J+A="; 14 14 }; 15 15 16 16 postPatch = '' ··· 24 24 cmakeFlags = [ 25 25 "-DLIBMINC_MINC1_SUPPORT=ON" 26 26 "-DLIBMINC_BUILD_SHARED_LIBS=ON" 27 + "-DLIBMINC_USE_NIFTI=ON" 27 28 "-DLIBMINC_USE_SYSTEM_NIFTI=ON" 28 29 ]; 29 30 30 31 doCheck = !stdenv.isDarwin; 32 + # -j1: see https://github.com/BIC-MNI/libminc/issues/110 31 33 checkPhase = '' 32 - ctest -j1 -E 'ezminc_rw_test' --output-on-failure 33 - # -j1: see https://github.com/BIC-MNI/libminc/issues/110 34 - # ezminc_rw_test: can't find libminc_io.so.5.2.0 34 + ctest -j1 --output-on-failure 35 35 ''; 36 36 37 37 meta = with lib; {
+36
pkgs/development/libraries/science/biology/ciftilib/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , cmake 5 + , boost 6 + , libxmlxx 7 + , pkg-config 8 + , zlib 9 + }: 10 + 11 + stdenv.mkDerivation rec { 12 + pname = "ciftilib"; 13 + version = "1.6.0"; 14 + 15 + src = fetchFromGitHub { 16 + owner = "Washington-University"; 17 + repo = "CiftiLib"; 18 + rev = "v${version}"; 19 + hash = "sha256-xc2dpMse4SozYEV/w3rXCrh1LKpTThq5nHB2y5uAD0A="; 20 + }; 21 + 22 + nativeBuildInputs = [ cmake pkg-config ]; 23 + buildInputs = [ boost libxmlxx zlib ]; 24 + 25 + cmakeFlags = [ "-DCMAKE_CTEST_ARGUMENTS=--exclude-regex;'big|datatype-md5'" ]; 26 + 27 + doCheck = true; 28 + 29 + meta = with lib; { 30 + homepage = "https://github.com/Washington-University/CiftiLib"; 31 + description = "Library for reading and writing CIFTI files"; 32 + maintainers = with maintainers; [ bcdarwin ]; 33 + platforms = platforms.linux; 34 + license = licenses.bsd2; 35 + }; 36 + }
+8 -3
pkgs/development/libraries/science/math/scalapack/default.nix
··· 38 38 checkInputs = [ openssh ]; 39 39 buildInputs = [ blas lapack ]; 40 40 propagatedBuildInputs = [ mpi ]; 41 + hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "stackprotector" ]; 41 42 42 - doCheck = true; 43 + # xslu and xsllt tests seem to time out on x86_64-darwin. 44 + # this line is left so those who force installation on x86_64-darwin can still build 45 + doCheck = !(stdenv.isx86_64 && stdenv.isDarwin); 43 46 44 47 preConfigure = '' 45 48 cmakeFlagsArray+=( ··· 73 76 homepage = "http://www.netlib.org/scalapack/"; 74 77 description = "Library of high-performance linear algebra routines for parallel distributed memory machines"; 75 78 license = licenses.bsd3; 76 - platforms = [ "x86_64-linux" ]; 77 - maintainers = with maintainers; [ costrouc markuskowa ]; 79 + platforms = platforms.unix; 80 + maintainers = with maintainers; [ costrouc markuskowa gdinh ]; 81 + # xslu and xsllt tests fail on x86 darwin 82 + broken = stdenv.isDarwin && stdenv.isx86_64; 78 83 }; 79 84 }
+3 -12
pkgs/development/libraries/vtk/9.x.nix
··· 1 1 import ./generic.nix { 2 - majorVersion = "9.0"; 3 - minorVersion = "3"; 4 - sourceSha256 = "vD65Ylsrjb/stgUqKrCR/JFAXeQzOw7GjzMjgVFU7Yo="; 5 - 6 - patchesToFetch = [ 7 - # Add missing header includes. 8 - # https://gitlab.kitware.com/vtk/vtk/-/merge_requests/7611 9 - { 10 - url = "https://gitlab.kitware.com/vtk/vtk/-/commit/e066c3f4fbbfe7470c6207db0fc3f3952db633cb.patch"; 11 - sha256 = "ggmDisS3qoMquOqrmIYlCIT7TLxP/DUtW29ktjaEnlM="; 12 - } 13 - ]; 2 + majorVersion = "9.1"; 3 + minorVersion = "0"; 4 + sourceSha256 = "sha256-j+1C9Pjx64CDEHto6qmtcdoHEQFhoxFq2Af0PlylzpY="; 14 5 }
+4 -2
pkgs/development/libraries/vtk/generic.nix
··· 1 1 { majorVersion, minorVersion, sourceSha256, patchesToFetch ? [] }: 2 2 { stdenv, lib, fetchurl, cmake, libGLU, libGL, libX11, xorgproto, libXt, libpng, libtiff 3 3 , fetchpatch 4 - , enableQt ? false, wrapQtAppsHook, qtbase, qtx11extras, qttools 4 + , enableQt ? false, qtbase, qtx11extras, qttools, qtdeclarative, qtEnv 5 5 , enablePython ? false, pythonInterpreter ? throw "vtk: Python support requested, but no python interpreter was given." 6 6 # Darwin support 7 7 , Cocoa, CoreServices, DiskArbitration, IOKit, CFNetwork, Security, GLUT, OpenGL ··· 25 25 nativeBuildInputs = [ cmake ]; 26 26 27 27 buildInputs = [ libpng libtiff ] 28 - ++ optionals enableQt [ qtbase qtx11extras qttools ] 28 + ++ optionals enableQt (if lib.versionOlder majorVersion "9" 29 + then [ qtbase qtx11extras qttools ] 30 + else [ (qtEnv "qvtk-qt-env" [ qtx11extras qttools qtdeclarative ]) ]) 29 31 ++ optionals stdenv.isLinux [ 30 32 libGLU 31 33 libGL
+15 -15
pkgs/development/python-modules/batchgenerators/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "batchgenerators"; 18 - version = "0.21"; 18 + version = "0.24"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "MIC-DKFZ"; 25 25 repo = pname; 26 26 rev = "v${version}"; 27 - hash = "sha256-q8mBWcy+PkJcfiKtq8P2bnTw56FE1suVS0zUgUEmc5k="; 27 + hash = "sha256-47jAeHMJPBk7GpUvXtQuJchgiSy6M50anftsuXWk2ag="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [ ··· 37 37 threadpoolctl 38 38 ]; 39 39 40 - checkInputs = [ 41 - pytestCheckHook 42 - ]; 43 - 44 - patches = [ 45 - # Remove deprecated unittest2, https://github.com/MIC-DKFZ/batchgenerators/pull/78 46 - (fetchpatch { 47 - name = "remove-unittest2.patch"; 48 - url = "https://github.com/MIC-DKFZ/batchgenerators/commit/87a9437057df8a7550aa3b3eaf840871cc0d5cef.patch"; 49 - sha256 = "sha256-vozBK7g2dLxx9din/R2vU28Mm+LoGAO/BmQlt/ShmEo="; 50 - }) 51 - ]; 52 - 40 + # see https://github.com/MIC-DKFZ/batchgenerators/pull/78 53 41 postPatch = '' 54 42 substituteInPlace setup.py \ 55 43 --replace '"unittest2",' "" 56 44 ''; 57 45 46 + checkInputs = [ 47 + pytestCheckHook 48 + ]; 49 + 50 + # see https://github.com/MIC-DKFZ/batchgenerators/pull/78 51 + disabledTestPaths = [ "tests/test_axis_mirroring.py" ]; 52 + 58 53 pythonImportsCheck = [ 59 54 "batchgenerators" 55 + "batchgenerators.augmentations" 56 + "batchgenerators.dataloading" 57 + "batchgenerators.datasets" 58 + "batchgenerators.transforms" 59 + "batchgenerators.utilities" 60 60 ]; 61 61 62 62 meta = with lib; {
+2 -2
pkgs/development/python-modules/bleak-retry-connector/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "bleak-retry-connector"; 14 - version = "1.7.1"; 14 + version = "1.7.2"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "Bluetooth-Devices"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - hash = "sha256-ql7j+m8g7ZgkgqJGUVE903n1b73kqWDExgSbnDpKQwc="; 23 + hash = "sha256-qRUS+JJWd2MPXa5Bs2WzZIHk6VcPe75yBoArFGk2yHQ="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/govee-ble/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "govee-ble"; 14 - version = "0.14.0"; 14 + version = "0.14.1"; 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-iJ3fvbQBIk2fpCfz9/uvxk6WcGaL8OVDsNQux+pTBhM="; 23 + hash = "sha256-gAhrhHTPwNipAFS22GXKjeVXqx0AGorvsqqEWKwRLzA="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/json-schema-for-humans/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "json-schema-for-humans"; 21 - version = "0.41.6"; 21 + version = "0.41.8"; 22 22 format = "pyproject"; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "coveooss"; 28 28 repo = pname; 29 29 rev = "v${version}"; 30 - hash = "sha256-t5t+tZwhzOHpI2nc69baWtZamEOeouseMuVBnCQyjzQ="; 30 + hash = "sha256-lz08+T8ITsCI0qjcd/JcgXG4o87UjoP1NQa01FJ7fO0="; 31 31 }; 32 32 33 33 postPatch = ''
+12 -6
pkgs/development/python-modules/libtmux/default.nix
··· 1 1 { lib 2 + , stdenv 2 3 , fetchFromGitHub 3 4 , buildPythonPackage 4 5 , poetry-core ··· 9 10 10 11 buildPythonPackage rec { 11 12 pname = "libtmux"; 12 - version = "0.11.0"; 13 + version = "0.13.0"; 13 14 format = "pyproject"; 14 15 15 16 src = fetchFromGitHub { 16 17 owner = "tmux-python"; 17 18 repo = pname; 18 - rev = "v${version}"; 19 - hash = "sha256-QbKqS40la6UGZENyGEw5kXigzexp3q7ff43fKlQ9GqE="; 19 + rev = "refs/tags/v${version}"; 20 + hash = "sha256-u08lxVMuyO5CwFbmxn69QqdSWcvGaSMZgizRJlsHa0k="; 20 21 }; 21 22 22 23 nativeBuildInputs = [ ··· 30 31 pytestCheckHook 31 32 ]; 32 33 34 + pytestFlagsArray = lib.optionals stdenv.isDarwin [ "--ignore=tests/test_test.py" ]; 35 + 36 + pythonImportsCheck = [ "libtmux" ]; 37 + 33 38 meta = with lib; { 34 - description = "Scripting library for tmux"; 35 - homepage = "https://libtmux.readthedocs.io/"; 36 - license = licenses.bsd3; 39 + description = "Typed scripting library / ORM / API wrapper for tmux"; 40 + homepage = "https://libtmux.git-pull.com/"; 41 + changelog = "https://github.com/tmux-python/libtmux/raw/v${version}/CHANGES"; 42 + license = licenses.mit; 37 43 maintainers = with maintainers; [ ]; 38 44 }; 39 45 }
+64
pkgs/development/python-modules/monai/default.nix
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchFromGitHub 4 + , pythonOlder 5 + , ninja 6 + , ignite 7 + , numpy 8 + , pybind11 9 + , pytorch 10 + , which 11 + }: 12 + 13 + buildPythonPackage rec { 14 + pname = "monai"; 15 + version = "0.9.0"; 16 + disabled = pythonOlder "3.7"; 17 + 18 + src = fetchFromGitHub { 19 + owner = "Project-MONAI"; 20 + repo = "MONAI"; 21 + rev = version; 22 + sha256 = "sha256-HxW9WYxt2a7fS9/1E9DtiH+SCTTJoxYBfgZqskYdcvI="; 23 + }; 24 + 25 + # Ninja is not detected by setuptools for some reason even though it's present: 26 + postPatch = '' 27 + substituteInPlace "setup.cfg" --replace "ninja" "" 28 + ''; 29 + 30 + preBuild = '' 31 + export MAX_JOBS=$NIX_BUILD_CORES; 32 + ''; 33 + 34 + nativeBuildInputs = [ ninja which ]; 35 + buildInputs = [ pybind11 ]; 36 + propagatedBuildInputs = [ numpy pytorch ignite ]; 37 + 38 + BUILD_MONAI = 1; 39 + 40 + doCheck = false; # takes too long; numerous dependencies, some not in Nixpkgs 41 + 42 + pythonImportsCheck = [ 43 + "monai" 44 + "monai.apps" 45 + "monai.data" 46 + "monai.engines" 47 + "monai.handlers" 48 + "monai.inferers" 49 + "monai.losses" 50 + "monai.metrics" 51 + "monai.optimizers" 52 + "monai.networks" 53 + "monai.transforms" 54 + "monai.utils" 55 + "monai.visualize" 56 + ]; 57 + 58 + meta = with lib; { 59 + description = "Pytorch framework (based on Ignite) for deep learning in medical imaging"; 60 + homepage = "https://github.com/Project-MONAI/MONAI"; 61 + license = licenses.asl20; 62 + maintainers = [ maintainers.bcdarwin ]; 63 + }; 64 + }
+2 -2
pkgs/development/python-modules/pyswitchbot/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pyswitchbot"; 11 - version = "0.18.6"; 11 + version = "0.18.7"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "Danielhiversen"; 18 18 repo = "pySwitchbot"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-4mVKs3Lycb9DVdFcG1gzM4FjJiQTcV7aT/OLpBacZjU="; 20 + hash = "sha256-TAFrrCwlcbKoQk6puoSx2sk1WeucThf7614RNQ1NFbM="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/readme_renderer/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "readme-renderer"; 15 - version = "35.0"; 15 + version = "36.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.6"; ··· 20 20 src = fetchPypi { 21 21 pname = "readme_renderer"; 22 22 inherit version; 23 - sha256 = "sha256-pyeZms/CIvwh2CoS7UjJV8SYl4XlhlgHxlpIfSFndJc="; 23 + sha256 = "sha256-9xru+aWI/L7R9MwAG6YRNw6UoM0nx1sRQFN2GOx48KI="; 24 24 }; 25 25 26 26 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/threadpoolctl/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "threadpoolctl"; 13 - version = "3.0.0"; 13 + version = "3.1.0"; 14 14 15 15 disabled = pythonOlder "3.6"; 16 16 format = "flit"; ··· 19 19 owner = "joblib"; 20 20 repo = pname; 21 21 rev = version; 22 - sha256 = "02zccsiq4gvawy7q2fh3m3hvr40hl2ylmwwny6dv0lqsr2iwgnmn"; 22 + sha256 = "sha256-/qt7cgFbvpc1BLZC7a4S0RToqSggKXAqF1Xr6xOqzw8="; 23 23 }; 24 24 25 25 checkInputs = [ pytestCheckHook numpy scipy ];
+2 -2
pkgs/development/python-modules/zigpy/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "zigpy"; 19 - version = "0.49.0"; 19 + version = "0.49.1"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "zigpy"; 26 26 repo = "zigpy"; 27 27 rev = "refs/tags/${version}"; 28 - sha256 = "sha256-mCqRqi7AUsrvfSOHyfK+WVj/4D7/4RDOYFWveS+tS/A="; 28 + sha256 = "sha256-ai0qWKgsh8kIS4juvzpE+amsnIbEOJbhGutV75yRGog="; 29 29 }; 30 30 31 31 propagatedBuildInputs = [
+2 -2
pkgs/development/tools/analysis/brakeman/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - brakeman (5.2.3) 4 + brakeman (5.3.1) 5 5 6 6 PLATFORMS 7 7 ruby ··· 10 10 brakeman 11 11 12 12 BUNDLED WITH 13 - 2.3.9 13 + 2.3.20
+2 -2
pkgs/development/tools/analysis/brakeman/gemset.nix
··· 4 4 platforms = []; 5 5 source = { 6 6 remotes = ["https://rubygems.org"]; 7 - sha256 = "1m188ypcl2lb1hin21fmyk9d4fbjw4w7cr2k6l37jasw3rmgnvjv"; 7 + sha256 = "0zr2p0w4ckv65cv3vdwnk9f3yydmjdmw75x7dskx1gqr9j9q3306"; 8 8 type = "gem"; 9 9 }; 10 - version = "5.2.3"; 10 + version = "5.3.1"; 11 11 }; 12 12 }
+2 -2
pkgs/development/tools/dapr/cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "dapr-cli"; 5 - version = "1.8.0"; 5 + version = "1.8.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "dapr"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-ytn7fG84Wu4+fcgkV5B9djCw8KgAJWgffoNbV7wveK4="; 11 + sha256 = "sha256-NzHg/pn0Gek3JhcdOBFilmmw0xaKtjTote11LLr4oj8="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-ZsuDaFcBPZuyt5rmjeBkzkrphCCcraLZCrMiQ2FtAUc=";
+2 -2
pkgs/development/tools/esbuild/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "esbuild"; 5 - version = "0.15.0"; 5 + version = "0.15.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "evanw"; 9 9 repo = "esbuild"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-ZQRU3UlUkvTgbRMGg+BVNy+0BSUYGYUysgZ69YTeqiA="; 11 + sha256 = "sha256-VYW3XQvwxeUnfNMXFcqB6xhh45YgTv4Iu6ce6MEclpw="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-+BfxCyg0KkDQpHt/wycy/8CTG6YBA/VJvJFhhzUnSiQ=";
+63
pkgs/development/tools/memray/default.nix
··· 1 + { lib 2 + , fetchFromGitHub 3 + , libunwind 4 + , lz4 5 + , pkg-config 6 + , python3 7 + }: 8 + 9 + python3.pkgs.buildPythonApplication rec { 10 + pname = "memray"; 11 + version = "1.2.0"; 12 + format = "setuptools"; 13 + 14 + src = fetchFromGitHub { 15 + owner = "bloomberg"; 16 + repo = pname; 17 + rev = "v${version}"; 18 + hash = "sha256-MZOKo0VaCJM/YyvCByM5Yg7H/8onDKNSufBzr+GsFlo="; 19 + }; 20 + 21 + buildInputs = [ 22 + libunwind 23 + lz4 24 + pkg-config 25 + ] ++ (with python3.pkgs; [ 26 + cython 27 + ]); 28 + 29 + propagatedBuildInputs = with python3.pkgs; [ 30 + jinja2 31 + rich 32 + ]; 33 + 34 + checkInputs = with python3.pkgs; [ 35 + pytestCheckHook 36 + ]; 37 + 38 + pythonImportsCheck = [ 39 + "memray" 40 + ]; 41 + 42 + pytestFlagsArray = [ 43 + "tests" 44 + ]; 45 + 46 + disabledTests = [ 47 + # Import issue 48 + "test_header_allocator" 49 + ]; 50 + 51 + disabledTestPaths = [ 52 + # Very time-consuming and some tests fails (performance-related?) 53 + "tests/integration/test_main.py" 54 + ]; 55 + 56 + meta = with lib; { 57 + description = "Memory profiler for Python"; 58 + homepage = "https://bloomberg.github.io/memray/"; 59 + license = licenses.asl20; 60 + maintainers = with maintainers; [ fab ]; 61 + platforms = platforms.linux; 62 + }; 63 + }
+3 -3
pkgs/development/tools/rust/cargo-public-api/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "cargo-public-api"; 11 - version = "0.12.4"; 11 + version = "0.13.0"; 12 12 13 13 src = fetchCrate { 14 14 inherit pname version; 15 - sha256 = "sha256-URCKsI7q0/b8KkCooKeYr342m7C8ukJJITRDgOUmcEM="; 15 + sha256 = "sha256-e+HM4pO0bLszlcSklsiRPamr/GUVckuw7uBSgDSK7d0="; 16 16 }; 17 17 18 - cargoSha256 = "sha256-qXJeNbGvC6zoxdn2QmApw1m7gn4CI1eUC3Cqhrn8dpU="; 18 + cargoSha256 = "sha256-RKO/YMVWKVtparAfDUtpQ3mbRWataNnjnFUUQozQghs="; 19 19 20 20 nativeBuildInputs = [ pkg-config ]; 21 21
+3 -3
pkgs/development/tools/sq/default.nix
··· 1 1 { lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, sq }: 2 2 buildGoModule rec { 3 3 pname = "sq"; 4 - version = "0.15.4"; 4 + version = "0.15.6"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "neilotoole"; 8 8 repo = pname; 9 9 rev = "v${version}"; 10 - sha256 = "sha256-4CINLOHUVXQ+4e5I1fMqog6LubMm8RnbFmeuBOwALaw="; 10 + sha256 = "sha256-QEg80di2DmMfIrvsRFp7nELs7LiJRVa/wENDnf1zQ2Y="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ installShellFiles ]; 14 14 15 - vendorSha256 = "sha256-lNpWXKtnzwySzinNPxAKuaLqweWuS6zz8s2W4xXWlqM="; 15 + vendorSha256 = "sha256-P1NxcjRA0g9NK2EaEG5E9G2TywTp5uvHesQE7+EG4ag="; 16 16 17 17 # Some tests violates sandbox constraints. 18 18 doCheck = false;
+3 -3
pkgs/development/web/flyctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "flyctl"; 5 - version = "0.0.370"; 5 + version = "0.0.372"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "superfly"; 9 9 repo = "flyctl"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Med1B6E6e1oLkpaL8aNtT/qoHZtkCOwSRVkVQRPNRpI="; 11 + sha256 = "sha256-KsSaBzAjiexyhUmYEFEHhWuRROt553Lhkm1idlT8n5s="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-CloCB7El/fSlBXVzBstm1wgMEobBNKPIQJCilS/PhX8="; 14 + vendorSha256 = "sha256-E6QeWu88MXMMfZAM7vMIGXpJQuduX6GTj3tXvlE9hFo="; 15 15 16 16 subPackages = [ "." ]; 17 17
+7 -5
pkgs/games/minetest/default.nix
··· 132 132 }; 133 133 134 134 v5 = { 135 - version = "5.5.1"; 136 - sha256 = "sha256-ssaDy6tYxhXGZ1+05J5DwoKYnfhKIKtZj66DOV84WxA="; 137 - dataSha256 = "sha256-SI6I1wXbB0CgTmIemm3VY9DNnWMoI5bt/hqRwHlUl4k="; 135 + version = "5.6.0"; 136 + sha256 = "sha256-wcbYcVHs4L0etOwUBjKvzsmZtnpOxpFgLV8nx3UfJQI="; 137 + dataSha256 = "sha256-TVaDHYstFEuT0nBExwLE1PtM1CZh71t9CRxC9rEYTd4="; 138 138 }; 139 139 140 + mkClient = version: generic (version // { buildClient = true; buildServer = false; }); 141 + mkServer = version: generic (version // { buildClient = false; buildServer = true; }); 140 142 in { 141 - minetestclient_5 = generic (v5 // { buildClient = true; buildServer = false; }); 142 - minetestserver_5 = generic (v5 // { buildClient = false; buildServer = true; }); 143 + minetestclient_5 = mkClient v5; 144 + minetestserver_5 = mkServer v5; 143 145 }
+2 -2
pkgs/os-specific/linux/cpuid/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "cpuid"; 9 - version = "20220620"; 9 + version = "20220812"; 10 10 11 11 src = fetchurl { 12 12 url = "http://etallen.com/cpuid/${pname}-${version}.src.tar.gz"; 13 - sha256 = "sha256-kVmhwJWm5ExspjBsUIC/4qe83iXo3Bbwb1+HTXcyyxo="; 13 + sha256 = "sha256-O/aPuX2UcU+QdjzK2BDfjcX3/pwfmjZSQ2SR/XVBWr8="; 14 14 }; 15 15 16 16 # For pod2man during the build process.
+1 -1
pkgs/servers/home-assistant/component-packages.nix
··· 2 2 # Do not edit! 3 3 4 4 { 5 - version = "2022.8.3"; 5 + version = "2022.8.4"; 6 6 components = { 7 7 "abode" = ps: with ps; [ 8 8 abodepy
+2 -2
pkgs/servers/home-assistant/default.nix
··· 307 307 extraPackagesFile = writeText "home-assistant-packages" (lib.concatMapStringsSep "\n" (pkg: pkg.pname) extraBuildInputs); 308 308 309 309 # Don't forget to run parse-requirements.py after updating 310 - hassVersion = "2022.8.3"; 310 + hassVersion = "2022.8.4"; 311 311 312 312 in python.pkgs.buildPythonApplication rec { 313 313 pname = "homeassistant"; ··· 325 325 owner = "home-assistant"; 326 326 repo = "core"; 327 327 rev = version; 328 - hash = "sha256-Wx5l51+vcByOqdwqcnOn1+yYgp98kXggRmgO/wtiI+U="; 328 + hash = "sha256-x6W69oGCPXK7OLN/XaF4A+OSubSnhFYof1SvLwy9+jY="; 329 329 }; 330 330 331 331 # leave this in, so users don't have to constantly update their downstream patch handling
+3 -3
pkgs/servers/minio/default.nix
··· 15 15 in 16 16 buildGoModule rec { 17 17 pname = "minio"; 18 - version = "2022-08-08T18-34-09Z"; 18 + version = "2022-08-11T04-37-28Z"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "minio"; 22 22 repo = "minio"; 23 23 rev = "RELEASE.${version}"; 24 - sha256 = "sha256-HuKfpQY6dllxkrictCMBczHTg2oCLQtZrJQqPG2l6N8="; 24 + sha256 = "sha256-gxDTHy/CDqeQhf/RZaaoloGEfAOg9djjIWdWyb+7fhM="; 25 25 }; 26 26 27 - vendorSha256 = "sha256-uoavsixaLQg0gL70m4ea5fgH5R06YyIZHy1oxDSA0ko="; 27 + vendorSha256 = "sha256-LSAB+0+yNsxi5qCXEBVf3aE8Rt+UP63AIGBV5OhWJDY="; 28 28 29 29 doCheck = false; 30 30
+4 -3
pkgs/tools/misc/smug/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "smug"; 5 - version = "0.2.7"; 5 + version = "0.3.2"; 6 6 7 7 subPackages = [ "." ]; 8 8 ··· 10 10 owner = "ivaaaan"; 11 11 repo = "smug"; 12 12 rev = "v${version}"; 13 - sha256 = "178125835dhnaq9k42yv4pfxpyhgb5179wrxkimb59fy0nk8jzx8"; 13 + sha256 = "sha256-JZV4UfrmvcM7d8Ld4m/jC3GvzJCUgXqsGBSSnz81fXk="; 14 14 }; 15 15 16 - vendorSha256 = "1rba5rpvlr8dyhj145b5i57pm4skfpj3vm7vydkn79k6ak6x985x"; 16 + vendorSha256 = "sha256-vaDUzVRmpmNn8/vUPeR1U5N6T4llFRIk9A1lum8uauU="; 17 17 18 18 nativeBuildInputs = [ installShellFiles ]; 19 19 ··· 21 21 22 22 postInstall = '' 23 23 installManPage ./man/man1/smug.1 24 + installShellCompletion completion/smug.{bash,fish} 24 25 ''; 25 26 26 27 meta = with lib; {
+20 -5
pkgs/tools/misc/tmuxp/default.nix
··· 1 - { lib, python3Packages }: 1 + { lib, python3Packages, installShellFiles }: 2 2 3 3 let 4 4 pypkgs = python3Packages; ··· 6 6 in 7 7 pypkgs.buildPythonApplication rec { 8 8 pname = "tmuxp"; 9 - version = "1.11.0"; 9 + version = "1.12.1"; 10 10 11 11 src = pypkgs.fetchPypi { 12 12 inherit pname version; 13 - sha256 = "sha256-N5kZ+e17ZgLOCvV/lcT/hdG1VNqLxh98QOQyM0BmZCA="; 13 + sha256 = "078624c5ac7aa4142735f856fadb9281fcebb10e6b98d1be2b2f2bbd106613b9"; 14 14 }; 15 15 16 + postPatch = '' 17 + substituteInPlace setup.py \ 18 + --replace "libtmux>=0.12.0,<0.13.0" "libtmux" 19 + ''; 20 + 16 21 # No tests in archive 17 22 doCheck = false; 23 + 24 + nativeBuildInputs = [ installShellFiles ]; 18 25 19 26 propagatedBuildInputs = with pypkgs; [ 20 27 click ··· 23 30 libtmux 24 31 ]; 25 32 33 + postInstall = '' 34 + installShellCompletion --cmd tmuxp \ 35 + --bash <(_TMUXP_COMPLETE=bash_source $out/bin/tmuxp) \ 36 + --fish <(_TMUXP_COMPLETE=fish_source $out/bin/tmuxp) \ 37 + --zsh <(_TMUXP_COMPLETE=zsh_source $out/bin/tmuxp) 38 + ''; 39 + 26 40 meta = with lib; { 27 - description = "Manage tmux workspaces from JSON and YAML"; 41 + description = "tmux session manager"; 28 42 homepage = "https://tmuxp.git-pull.com/"; 29 - license = licenses.bsd3; 43 + changelog = "https://github.com/tmux-python/tmuxp/raw/v${version}/CHANGES"; 44 + license = licenses.mit; 30 45 maintainers = with maintainers; [ peterhoeg ]; 31 46 }; 32 47 }
+2 -2
pkgs/tools/networking/htpdate/default.nix
··· 1 1 { stdenv, lib, fetchFromGitHub }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "1.3.5"; 4 + version = "1.3.6"; 5 5 pname = "htpdate"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "twekkel"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-L3CKBgGk9R8qJFWOS98Tm1j/s/5t6+/Vt2EcZ+or0Ng="; 11 + sha256 = "sha256-0NLlBNYTJ+hmQLH/UYwIOIbq3G1sDo/A03xFHsXdzig="; 12 12 }; 13 13 14 14 makeFlags = [
+3 -3
pkgs/tools/networking/minio-client/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "minio-client"; 5 - version = "2022-08-05T08-01-28Z"; 5 + version = "2022-08-11T00-30-48Z"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "minio"; 9 9 repo = "mc"; 10 10 rev = "RELEASE.${version}"; 11 - sha256 = "sha256-XtRpRp5KtqM+VwaouzbcjoiwuUDo4NtgaQ/bsCmwP58="; 11 + sha256 = "sha256-wv/Y4MIJFISf+fvV3BYbA5kQqETsYe4vt2lp36DfFrE="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-0WljjAgL//PqooHwAusMQwJpLRYzjpDUNcrmCHUGyNs="; 14 + vendorSha256 = "sha256-5kpE0jtE3ljnUsXQY2cWvABVpegrTSYZCIYy0pz4iz8="; 15 15 16 16 subPackages = [ "." ]; 17 17
+26
pkgs/tools/security/cirrusgo/default.nix
··· 1 + { lib 2 + , stdenv 3 + , buildGoModule 4 + , fetchFromGitHub 5 + }: 6 + 7 + buildGoModule rec { 8 + pname = "cirrusgo"; 9 + version = "0.1.0"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "Ph33rr"; 13 + repo = pname; 14 + rev = "v${version}"; 15 + hash = "sha256-FYI/Ldu91YB/4wCiVADeYxYQOeBGro1msY5VXsnixw4="; 16 + }; 17 + 18 + vendorSha256 = "sha256-KCf2KQ8u+nX/+zMGZ6unWb/Vz6zPNkKtMioFo1FlnVI="; 19 + 20 + meta = with lib; { 21 + description = "Tool to scan SAAS and PAAS applications"; 22 + homepage = "https://github.com/Ph33rr/cirrusgo"; 23 + license = with licenses; [ mit ]; 24 + maintainers = with maintainers; [ fab ]; 25 + }; 26 + }
+2 -2
pkgs/tools/system/hwinfo/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "hwinfo"; 12 - version = "22.0"; 12 + version = "22.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "opensuse"; 16 16 repo = "hwinfo"; 17 17 rev = version; 18 - sha256 = "sha256-hjKF/fyV7/uQF6iJNOsRpX4Iw7aDURkdb7hbwfIDBPo="; 18 + sha256 = "sha256-nGWpUqBkpiiNuH5kEHWR1/+0aYIeLf9k3AmzQR85Swk="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+2 -2
pkgs/tools/text/colordiff/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, docbook_xml_dtd_412, docbook_xsl, perl, w3m, xmlto, diffutils }: 1 + { lib, stdenv, fetchFromGitHub, docbook_xml_dtd_412, docbook_xsl, perl, w3m-batch, xmlto, diffutils }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "colordiff"; ··· 11 11 sha256 = "sha256-+TtVnUX88LMd8zmhLsKTyR9JlgR7IkUB18PF3LRgPB0="; 12 12 }; 13 13 14 - nativeBuildInputs = [ docbook_xml_dtd_412 docbook_xsl perl w3m xmlto ]; 14 + nativeBuildInputs = [ docbook_xml_dtd_412 docbook_xsl perl w3m-batch xmlto ]; 15 15 16 16 buildInputs = [ perl ]; 17 17
+2 -2
pkgs/tools/text/ugrep/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "ugrep"; 14 - version = "3.8.3"; 14 + version = "3.9.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "Genivia"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-p2x3WQIzM1FJBn9mvqfisjTLgjtkZouV/fr/waCiYw0="; 20 + sha256 = "sha256-9tHSdO9VlsbLqFFA/CKhbPvstU3+26jBaBw/tX5qJnw="; 21 21 }; 22 22 23 23 buildInputs = [
+28
pkgs/tools/wayland/wayout/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromSourcehut 4 + , rustPlatform 5 + }: 6 + 7 + rustPlatform.buildRustPackage rec { 8 + pname = "wayout"; 9 + version = "1.1.3"; 10 + 11 + src = fetchFromSourcehut { 12 + owner = "~shinyzenith"; 13 + repo = pname; 14 + rev = version; 15 + sha256 = "sha256-EzRetxx0NojhBlBPwhQ7p9rGXDUBlocVqxcEVGIF3+0="; 16 + }; 17 + 18 + cargoSha256 = "sha256-QlxXbfeWJdCythYRRLSpJbTzKkwrL4kmAfyL3tRt194="; 19 + 20 + meta = with lib; { 21 + description = "Simple output management tool for wlroots based compositors implementing"; 22 + homepage = "https://git.sr.ht/~shinyzenith/wayout"; 23 + license = licenses.bsd2; 24 + maintainers = with maintainers; [ onny ]; 25 + broken = stdenv.isDarwin; # Build failed on Darwin 26 + }; 27 + 28 + }
+19 -3
pkgs/top-level/all-packages.nix
··· 3319 3319 3320 3320 wayland-proxy-virtwl = callPackage ../tools/wayland/wayland-proxy-virtwl { }; 3321 3321 3322 + wayout = callPackage ../tools/wayland/wayout { }; 3323 + 3322 3324 way-displays = callPackage ../tools/wayland/way-displays { }; 3323 3325 3324 3326 wev = callPackage ../tools/wayland/wev { }; ··· 4942 4944 circus = callPackage ../tools/networking/circus { }; 4943 4945 4944 4946 cirrus-cli = callPackage ../development/tools/continuous-integration/cirrus-cli { }; 4947 + 4948 + cirrusgo = callPackage ../tools/security/cirrusgo { }; 4945 4949 4946 4950 inherit (callPackage ../applications/networking/remote/citrix-workspace { }) 4947 4951 citrix_workspace_21_01_0 ··· 7852 7856 krename = libsForQt5.callPackage ../applications/misc/krename { }; 7853 7857 7854 7858 krunner-pass = libsForQt5.callPackage ../tools/security/krunner-pass { }; 7859 + 7860 + krunvm = callPackage ../applications/virtualization/krunvm { }; 7855 7861 7856 7862 kronometer = libsForQt5.callPackage ../tools/misc/kronometer { }; 7857 7863 ··· 19541 19547 19542 19548 libmilter = callPackage ../development/libraries/libmilter { }; 19543 19549 19544 - libminc = callPackage ../development/libraries/libminc { 19545 - hdf5 = hdf5_1_10; 19546 - }; 19550 + libminc = callPackage ../development/libraries/libminc { }; 19547 19551 19548 19552 libmkv = callPackage ../development/libraries/libmkv { }; 19549 19553 ··· 20159 20163 deps = [ memorymapping ]; 20160 20164 } ../development/libraries/memorymapping/setup-hook.sh; 20161 20165 20166 + memray = callPackage ../development/tools/memray { }; 20167 + 20162 20168 memstream = callPackage ../development/libraries/memstream { }; 20163 20169 memstreamHook = makeSetupHook { 20164 20170 deps = [ memstream ]; ··· 23870 23876 libatasmart = callPackage ../os-specific/linux/libatasmart { }; 23871 23877 23872 23878 libcgroup = callPackage ../os-specific/linux/libcgroup { }; 23879 + 23880 + libkrun = callPackage ../development/libraries/libkrun { }; 23881 + 23882 + libkrun-sev = callPackage ../development/libraries/libkrun { sevVariant = true; }; 23883 + 23884 + libkrunfw = callPackage ../development/libraries/libkrunfw { }; 23873 23885 23874 23886 libnl = callPackage ../os-specific/linux/libnl { }; 23875 23887 ··· 33663 33675 33664 33676 cd-hit = callPackage ../applications/science/biology/cd-hit { 33665 33677 inherit (llvmPackages) openmp; 33678 + }; 33679 + 33680 + ciftilib = callPackage ../development/libraries/science/biology/ciftilib { 33681 + boost = boost16x; 33666 33682 }; 33667 33683 33668 33684 cmtk = callPackage ../applications/science/biology/cmtk { };
+17
pkgs/top-level/perl-packages.nix
··· 17306 17306 }; 17307 17307 }; 17308 17308 17309 + ObjectPad = buildPerlModule { 17310 + pname = "Object-Pad"; 17311 + version = "0.68"; 17312 + src = fetchurl { 17313 + url = "mirror://cpan/authors/id/P/PE/PEVANS/Object-Pad-0.68.tar.gz"; 17314 + sha256 = "sha256-xN5jBIQxMJZNrskozF99HphTnu/X7azHvn4Yg0XhnXE="; 17315 + }; 17316 + buildInputs = [ TestFatal TestRefcount ]; 17317 + perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC"; 17318 + propagatedBuildInputs = [ XSParseKeyword XSParseSublike ]; 17319 + meta = { 17320 + description = "simple syntax for lexical field-based objects"; 17321 + license = with lib.licenses; [ artistic1 gpl1Plus ]; 17322 + maintainers = [ maintainers.zakame ]; 17323 + }; 17324 + }; 17325 + 17309 17326 ObjectSignature = buildPerlPackage { 17310 17327 pname = "Object-Signature"; 17311 17328 version = "1.08";
+3 -3
pkgs/top-level/python-packages.nix
··· 5636 5636 5637 5637 moku = callPackage ../development/python-modules/moku { }; 5638 5638 5639 + monai = callPackage ../development/python-modules/monai { }; 5640 + 5639 5641 monero = callPackage ../development/python-modules/monero { }; 5640 5642 5641 5643 mongomock = callPackage ../development/python-modules/mongomock { }; ··· 10495 10497 10496 10498 tableaudocumentapi = callPackage ../development/python-modules/tableaudocumentapi { }; 10497 10499 10498 - tables = callPackage ../development/python-modules/tables { 10499 - hdf5 = pkgs.hdf5_1_10; 10500 - }; 10500 + tables = callPackage ../development/python-modules/tables { }; 10501 10501 10502 10502 tablib = callPackage ../development/python-modules/tablib { }; 10503 10503