Merge staging-next into staging

authored by github-actions[bot] and committed by GitHub ba08adb0 9418c105

+193 -120
+3 -3
pkgs/applications/audio/mixxx/default.nix
··· 53 53 54 54 mkDerivation rec { 55 55 pname = "mixxx"; 56 - version = "2.3.1"; 56 + version = "2.3.2"; 57 57 58 58 src = fetchFromGitHub { 59 59 owner = "mixxxdj"; 60 60 repo = "mixxx"; 61 61 rev = version; 62 - sha256 = "sha256-6M1qaRyRYWTIKqclewuD+RUVDdxVbBHcfpw2qYgO6BA="; 62 + sha256 = "sha256-EnOO5OGcaIITqfF9gpGktarzYOx128C1M2VmYNzdRsA="; 63 63 }; 64 64 65 65 nativeBuildInputs = [ cmake pkg-config ]; ··· 117 117 118 118 # mixxx installs udev rules to DATADIR instead of SYSCONFDIR 119 119 # let's disable this and install udev rules manually via postInstall 120 - # see https://github.com/mixxxdj/mixxx/blob/2.3.1/CMakeLists.txt#L1381-L1392 120 + # see https://github.com/mixxxdj/mixxx/blob/2.3.2/CMakeLists.txt#L1381-L1392 121 121 cmakeFlags = [ 122 122 "-DINSTALL_USER_UDEV_RULES=OFF" 123 123 ];
+2 -2
pkgs/applications/editors/tiled/default.nix
··· 3 3 4 4 mkDerivation rec { 5 5 pname = "tiled"; 6 - version = "1.8.0"; 6 + version = "1.8.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "bjorn"; 10 10 repo = pname; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-rJY2PNUxKAv+uQKBwu5kPuwyWkzOK9bg8NJViSgG29I="; 12 + sha256 = "sha256-JmnJUpbOPAkURTgRDLuTf1Mqh+simog1BE6s5+mA20Q="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkg-config qmake ];
+2 -2
pkgs/applications/misc/masterpdfeditor/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "masterpdfeditor"; 5 - version = "5.8.20"; 5 + version = "5.8.33"; 6 6 7 7 src = fetchurl { 8 8 url = "https://code-industry.net/public/master-pdf-editor-${version}-qt5.x86_64.tar.gz"; 9 - sha256 = "sha256-2YfjTRTC/ZvgnV4tEY4wwoqUeUG8+0SCYuRPBzQ8ba4="; 9 + sha256 = "sha256-sgLF/NpaNlkL5iA1l7QzMiYKwRcMDu2DHdTIaeHOtfI="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ autoPatchelfHook wrapQtAppsHook ];
+2 -2
pkgs/applications/misc/tiv/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tiv"; 5 - version = "1.1.0"; 5 + version = "1.1.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "stefanhaustein"; 9 9 repo = "TerminalImageViewer"; 10 10 rev = "v${version}"; 11 - sha256 = "17zqbwj2imk6ygyc142mw6v4fh7h4rd5vzn5wxr9gs0g8qdc6ixn"; 11 + sha256 = "sha256-mCgybL4af19zqECN1pBV+WnxMq2ZtlK5GDTQO3u9CK0="; 12 12 }; 13 13 14 14 buildInputs = [ imagemagick ];
+2 -2
pkgs/applications/networking/browsers/lagrange/default.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "lagrange"; 22 - version = "1.10.4"; 22 + version = "1.10.5"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "skyjake"; 26 26 repo = "lagrange"; 27 27 rev = "v${version}"; 28 - sha256 = "sha256-tj/RDGPu1hB67eTdq7NrbRd+OwBhIAm1lBgoft5m4v4="; 28 + sha256 = "sha256-n6viI9yEqb73691s499vRB48LCOV0LdTbMR81P+Q5pM="; 29 29 fetchSubmodules = true; 30 30 }; 31 31
-1
pkgs/applications/networking/cluster/terraform-providers/default.nix
··· 70 70 in 71 71 lib.optionalAttrs (config.allowAliases or false) { 72 72 arukas = archived "2022/01"; 73 - bitbucket = archived "2022/01"; 74 73 chef = archived "2022/01"; 75 74 cherryservers = archived "2022/01"; 76 75 clc = archived "2022/01";
+9
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 144 144 "vendorSha256": null, 145 145 "version": "1.12.2" 146 146 }, 147 + "bitbucket": { 148 + "owner": "DrFaust92", 149 + "provider-source-address": "registry.terraform.io/DrFaust92/bitbucket", 150 + "repo": "terraform-provider-bitbucket", 151 + "rev": "v2.4.1", 152 + "sha256": "07y0biab2g6plkyp8scqf7b12alijnxq2zqqr05lbm6wgrc22kvk", 153 + "vendorSha256": null, 154 + "version": "2.4.1" 155 + }, 147 156 "brightbox": { 148 157 "owner": "brightbox", 149 158 "provider-source-address": "registry.terraform.io/brightbox/brightbox",
+2 -2
pkgs/applications/networking/instant-messengers/pantalaimon/default.nix
··· 10 10 11 11 buildPythonApplication rec { 12 12 pname = "pantalaimon"; 13 - version = "0.10.2"; 13 + version = "0.10.4"; 14 14 15 15 disabled = pythonOlder "3.6"; 16 16 ··· 19 19 owner = "matrix-org"; 20 20 repo = pname; 21 21 rev = version; 22 - sha256 = "sha256-sjaJomKMKSZqLlKWTG7Oa87dXa5SnGQlVnrdS707A1w="; 22 + sha256 = "sha256-X6DJHH+ZBPw7iWVMa43HvVFh+LDn6shzOU1A2uiAYL4="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+2 -2
pkgs/applications/networking/irc/srain/default.nix
··· 20 20 21 21 stdenv.mkDerivation rec { 22 22 pname = "srain"; 23 - version = "1.3.1"; 23 + version = "1.3.2"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "SrainApp"; 27 27 repo = "srain"; 28 28 rev = version; 29 - sha256 = "sha256-jGt0DlxlR2J9bE5S9pqT45OZTqzsr+DiZ7pON5QbU/Y="; 29 + sha256 = "sha256-JsXReGmdBtzMXhrT1cFlkBbw8j/SxzgXSeHcHlns2po="; 30 30 }; 31 31 32 32 nativeBuildInputs = [
+2 -2
pkgs/applications/networking/mailreaders/mutt/default.nix
··· 27 27 28 28 stdenv.mkDerivation rec { 29 29 pname = "mutt"; 30 - version = "2.1.5"; 30 + version = "2.2.0"; 31 31 32 32 src = fetchurl { 33 33 url = "http://ftp.mutt.org/pub/mutt/${pname}-${version}.tar.gz"; 34 - sha256 = "1q1bq5qfv67s6ynbqga19ifaprgavhdbgg154kb9ffingvj0k8wj"; 34 + sha256 = "052k6kiw6yglgcbs1liynh4hf5ac56ychpivrbw85jh3dpq9fig8"; 35 35 }; 36 36 37 37 patches = optional smimeSupport (fetchpatch {
+14 -5
pkgs/applications/networking/mailreaders/notmuch/default.nix
··· 7 7 , ruby 8 8 , which, dtach, openssl, bash, gdb, man 9 9 , withEmacs ? true 10 + , withRuby ? true 10 11 }: 11 12 12 13 stdenv.mkDerivation rec { ··· 29 30 pythonPackages.sphinx # (optional) documentation -> doc/INSTALL 30 31 texinfo # (optional) documentation -> doc/INSTALL 31 32 pythonPackages.cffi 32 - ] ++ lib.optional withEmacs emacs; 33 + ] ++ lib.optional withEmacs emacs 34 + ++ lib.optional withRuby ruby; 33 35 34 36 buildInputs = [ 35 37 gnupg # undefined dependencies 36 38 xapian gmime talloc zlib # dependencies described in INSTALL 37 39 perl 38 40 pythonPackages.python 39 - ruby 40 - ]; 41 + ] ++ lib.optional withRuby ruby; 41 42 42 43 postPatch = '' 43 44 patchShebangs configure test/ ··· 56 57 "--infodir=${placeholder "info"}/share/info" 57 58 ] ++ lib.optional (!withEmacs) "--without-emacs" 58 59 ++ lib.optional withEmacs "--emacslispdir=${placeholder "emacs"}/share/emacs/site-lisp" 59 - ++ lib.optional (isNull ruby) "--without-ruby"; 60 + ++ lib.optional (!withRuby) "--without-ruby"; 60 61 61 62 # Notmuch doesn't use autoconf and consequently doesn't tag --bindir and 62 63 # friends ··· 64 65 enableParallelBuilding = true; 65 66 makeFlags = [ "V=1" ]; 66 67 67 - outputs = [ "out" "man" "info" ] ++ lib.optional withEmacs "emacs"; 68 + outputs = [ "out" "man" "info" ] 69 + ++ lib.optional withEmacs "emacs" 70 + ++ lib.optional withRuby "ruby"; 68 71 69 72 preCheck = let 70 73 test-database = fetchurl { ··· 87 90 88 91 postInstall = lib.optionalString withEmacs '' 89 92 moveToOutput bin/notmuch-emacs-mua $emacs 93 + '' + lib.optionalString withRuby '' 94 + make -C bindings/ruby install \ 95 + vendordir=$ruby/lib/ruby \ 96 + SHELL=$SHELL \ 97 + $makeFlags "''${makeFlagsArray[@]}" \ 98 + $installFlags "''${installFlagsArray[@]}" 90 99 ''; 91 100 92 101 passthru = {
+2 -2
pkgs/applications/office/qownnotes/default.nix
··· 5 5 6 6 mkDerivation rec { 7 7 pname = "qownnotes"; 8 - version = "22.2.2"; 8 + version = "22.2.4"; 9 9 10 10 src = fetchurl { 11 11 url = "https://download.tuxfamily.org/${pname}/src/${pname}-${version}.tar.xz"; 12 12 # Fetch the checksum of current version with curl: 13 13 # curl https://download.tuxfamily.org/qownnotes/src/qownnotes-<version>.tar.xz.sha256 14 - sha256 = "sha256-b2yoy1WhnPTE2fNeHVvkwKLzjeaSBhHiQgSZ9VHwkGY="; 14 + sha256 = "d4edaa353039beacab7c324496a165919709814be60d9d7536f9118aab1e4f7e"; 15 15 }; 16 16 17 17 nativeBuildInputs = [ qmake qttools ];
+2 -2
pkgs/applications/video/tartube/default.nix
··· 15 15 16 16 python3Packages.buildPythonApplication rec { 17 17 pname = "tartube"; 18 - version = "2.3.332"; 18 + version = "2.3.367"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "axcore"; 22 22 repo = "tartube"; 23 23 rev = "v${version}"; 24 - sha256 = "1m7p4chpvbh4mswsymh89dksdgwhmnkpfbx9zi2jzqgkinfd6a2k"; 24 + sha256 = "sha256-ZoNe3Ibv0adM6Is5cWMqfUrr0U3R951IJFsdEm1bztc="; 25 25 }; 26 26 27 27 nativeBuildInputs = [
+2 -2
pkgs/data/fonts/vazir-fonts/default.nix
··· 2 2 3 3 let 4 4 pname = "vazir-fonts"; 5 - version = "22.1.0"; 5 + version = "30.1.0"; 6 6 in fetchFromGitHub { 7 7 name = "${pname}-${version}"; 8 8 ··· 14 14 tar xf $downloadedFile --strip=1 15 15 find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/truetype {} \; 16 16 ''; 17 - sha256 = "1nh3pyyw3082aizdwgyihh4z122z7kzp45ry7lzdhq9lshkpzglc"; 17 + sha256 = "sha256-J1l6rBFgaXFtGnK0pH7GbaYTt5TI/OevjZrXmaEgkB4="; 18 18 19 19 meta = with lib; { 20 20 homepage = "https://github.com/rastikerdar/vazir-font";
+3 -3
pkgs/data/misc/v2ray-geoip/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "v2ray-geoip"; 5 - version = "202202030030"; 5 + version = "202202100032"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "v2fly"; 9 9 repo = "geoip"; 10 - rev = "ca550e313a264e05c1fb22f293bc64c7432049ef"; 11 - sha256 = "sha256-gajlNfyaq8HwghBU6Gcq7lyqjVAmNcOgJKKsw5P+8Nc="; 10 + rev = "0a16dba825e420425786ff74f51a6bb881a62624"; 11 + sha256 = "sha256-M3DitRNhvPh4AOocnG6omiQAPKgWziAcN4uO42/7BNE="; 12 12 }; 13 13 14 14 installPhase = ''
+2 -2
pkgs/development/embedded/tytools/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tytools"; 5 - version = "0.9.3"; 5 + version = "0.9.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Koromix"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "0ax6j17f5nm0q4sp8sg1412hd48qp7whdy7dd699kwjcm763bl5j"; 11 + sha256 = "sha256-iF2XyWSBBCO23iY/ni+QlpgtOuWKN2JTMTz+9OLEadk="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
+2 -2
pkgs/development/libraries/sentry-native/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "sentry-native"; 5 - version = "0.4.14"; 5 + version = "0.4.15"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "getsentry"; 9 9 repo = "sentry-native"; 10 10 rev = version; 11 - sha256 = "sha256-DMVMS7Mshglg7+QkHzZvmZ2dhEFbQRqcHU98JiaysCg="; 11 + sha256 = "sha256-XHJa4erDxSFiy0u8S9ODQlMNDb1wrz+d1PzWeq5BZLY="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];
+2 -2
pkgs/development/php-packages/php-cs-fixer/default.nix
··· 1 1 { mkDerivation, fetchurl, makeWrapper, lib, php }: 2 2 let 3 3 pname = "php-cs-fixer"; 4 - version = "3.4.0"; 4 + version = "3.6.0"; 5 5 in 6 6 mkDerivation { 7 7 inherit pname version; 8 8 9 9 src = fetchurl { 10 10 url = "https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v${version}/php-cs-fixer.phar"; 11 - sha256 = "sha256-UlZ3L5JaFN988WaHeZZRdl9yif29zFO0LMiFDGkMFuQ="; 11 + sha256 = "sha256-sbz8uq6nJ6dEL6FHJ01VTrovaJa8bwQ9Ic+dLr7yPnA="; 12 12 }; 13 13 14 14 dontUnpack = true;
+9 -3
pkgs/development/python-modules/canopen/default.nix
··· 5 5 , can 6 6 , canmatrix 7 7 , pytestCheckHook 8 + , pythonOlder 8 9 }: 9 10 10 11 buildPythonPackage rec { 11 12 pname = "canopen"; 12 - version = "1.2.1"; 13 + version = "2.0.0"; 14 + format = "setuptools"; 15 + 16 + disabled = pythonOlder "3.7"; 13 17 14 18 src = fetchPypi { 15 19 inherit pname version; 16 - sha256 = "18d01d56ff0023795cb336cafd4810a76cf402b98b42139b201fa8c5d4ba8c06"; 20 + hash = "sha256-vMiqnqg/etpdoNregQOJd75SqTgCwmV2SXKesfggZdk="; 17 21 }; 18 22 19 23 nativeBuildInputs = [ ··· 29 33 pytestCheckHook 30 34 ]; 31 35 32 - pythonImportsCheck = [ "canopen" ]; 36 + pythonImportsCheck = [ 37 + "canopen" 38 + ]; 33 39 34 40 meta = with lib; { 35 41 homepage = "https://github.com/christiansandberg/canopen/";
+2 -2
pkgs/development/python-modules/google-cloud-container/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-cloud-container"; 15 - version = "2.10.1"; 15 + version = "2.10.3"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "939970cd09384dde6d6f6758b03648fd8f52fe5c2f83f73300575f7e4e3b2ee0"; 19 + sha256 = "sha256-hUbD9OPoqGEZG4lcprklU4EMIPoQrVAmtCtOKV6RB5w="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ google-api-core grpc-google-iam-v1 libcst proto-plus ];
+2 -2
pkgs/development/python-modules/ignite/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "ignite"; 17 - version = "0.4.7"; 17 + version = "0.4.8"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "pytorch"; 21 21 repo = pname; 22 22 rev = "v${version}"; 23 - sha256 = "11gvw0yqb3y5ddifs5f38bgslvfmw1bmd9rga1ynlrmmgmhxym6h"; 23 + sha256 = "sha256-S4wL1RyQ6aDW16wbSl+86VhSJ2S9oanYhNtPQdBtdrA="; 24 24 }; 25 25 26 26 checkInputs = [ pytestCheckHook matplotlib mock pytest-xdist torchvision ];
+2 -2
pkgs/development/python-modules/jupytext/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "jupytext"; 21 - version = "1.13.6"; 21 + version = "1.13.7"; 22 22 format = "pyproject"; 23 23 24 24 disabled = pythonOlder "3.6"; ··· 27 27 owner = "mwouts"; 28 28 repo = pname; 29 29 rev = "v${version}"; 30 - sha256 = "0xvc4i3wwycaqx16qylglywa14ky7mikdv1jm3p7yz19cq5hr0fx"; 30 + sha256 = "sha256-DWK5ZoPL6Ek3dXHOlZfecQKLNwBqDjMZ77XZ7YLCXKI="; 31 31 }; 32 32 33 33 buildInputs = [
+3 -5
pkgs/development/python-modules/matrix-nio/default.nix
··· 28 28 29 29 buildPythonPackage rec { 30 30 pname = "matrix-nio"; 31 - version = "0.18.7"; 31 + version = "0.19.0"; 32 32 format = "pyproject"; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "poljar"; 36 36 repo = "matrix-nio"; 37 37 rev = version; 38 - hash = "sha256-eti9kvfv3y7m+mJzcxftyn8OyVSd2Ehqd3eU2ezMV5Q="; 38 + hash = "sha256-+WZk2m05y/bYj8zSuWTzm+rnCC0L9H9WNQ2RLXv7hDk="; 39 39 }; 40 40 41 41 postPatch = '' 42 42 substituteInPlace pyproject.toml \ 43 43 --replace 'aiofiles = "^0.6.0"' 'aiofiles = "*"' \ 44 44 --replace 'jsonschema = "^3.2.0"' 'jsonschema = "*"' \ 45 - # Remove after https://github.com/poljar/matrix-nio/pull/288 46 - substituteInPlace pyproject.toml \ 47 - --replace 'aiohttp-socks = "^0.6.0"' 'aiohttp-socks = "^0.7.0"' 45 + --replace 'cachetools = { version = "^4.2.1", optional = true }' 'cachetools = { version = "*", optional = true }' 48 46 ''; 49 47 50 48 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/pydal/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "pydal"; 9 - version = "20220114.1"; 9 + version = "20220213.2"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "8c872f1fd6759eef497d72cf33fe57537be86ccf23515bd47e1f8a04d862236e"; 14 + sha256 = "sha256-7DBLcHSEkoT8wV6824TGWRLi9vK2t+r1RwwWmRBYD9I="; 15 15 }; 16 16 17 17 postPatch = ''
+2 -2
pkgs/development/python-modules/pypinyin/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "pypinyin"; 9 - version = "0.45.0"; 9 + version = "0.46.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "mozillazg"; 13 13 repo = "python-pinyin"; 14 14 rev = "v${version}"; 15 - sha256 = "0jz5b5a2bqz2pvx4imnlvz9n765b5yji27fmpijspalkpjcnpa4q"; 15 + sha256 = "sha256-KPyFvO6TR0mg09xcraHFaWklJgzF5oqk3d8H+G4gh3I="; 16 16 }; 17 17 18 18 postPatch = ''
+3 -3
pkgs/development/python-modules/sense-energy/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "sense-energy"; 12 - version = "0.10.0"; 12 + version = "0.10.1"; 13 13 format = "setuptools"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "scottbonline"; 17 17 repo = "sense"; 18 - rev = "v${version}"; 19 - hash = "sha256-Q4EIAVtCV5n1Ediw4QItchM/GWjUEZi4+hi//xB3Eew="; 18 + rev = version; 19 + hash = "sha256-93o1UfoZ+Sb+lMg4Xdd4eGBEdrSCVSin5HJVnaRyp8o="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/yamale/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "yamale"; 12 - version = "4.0.2"; 12 + version = "4.0.3"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.6"; ··· 18 18 owner = "23andMe"; 19 19 repo = pname; 20 20 rev = version; 21 - sha256 = "sha256-hFBU3o3HpL0Schgzcx3oYq0IAUVGKThIfEteYcFbLnk="; 21 + sha256 = "sha256-EkCKUSPRrj3g2AY17tquBDxf+nWfpdnILu5AS/2SsLo="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [
+2 -2
pkgs/development/tools/crd2pulumi/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "crd2pulumi"; 5 - version = "1.1.0"; 5 + version = "1.2.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "pulumi"; 9 9 repo = "crd2pulumi"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-7eNjOVTbZVpjQZPo69DgVCLCXqWnb0UVKd/DIY9Tq08="; 11 + sha256 = "sha256-jGCtHDceJMGG2WHRldEyToZRNp3ZTt4Tir7DAsaWgfI="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-XM1uedApVLkFzUpNPYS5YyMiWrOpzTvqKjWIV7s/1mI=";
+3 -3
pkgs/development/tools/richgo/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "richgo"; 5 - version = "0.3.9"; 5 + version = "0.3.10"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "kyoh86"; 9 9 repo = "richgo"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-yVt0iFH9tYCeIWJC16ve988xBXgt96357YiHfsxai7g="; 11 + sha256 = "sha256-USHg1KXl0MOWifiVu+KdjvrbDlAh6T/ReKFKeIpVK0A="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-IJjJ4X3mv2PUmwzt5/hgv1N6R0w+EXGSrCS4q+INJrA="; 14 + vendorSha256 = "sha256-O63QEo0/+m9cYktMg4+RloLuUfAlCG0eGkxpHPFg/Cw="; 15 15 16 16 doCheck = false; 17 17
+2 -2
pkgs/development/tools/symfony-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "symfony-cli"; 5 - version = "5.3.3"; 5 + version = "5.3.4"; 6 6 vendorSha256 = "sha256-i4p9kEe0eT2L4U/DjkWlLVqgGT5ZJaoGyFAoYyxmoyI="; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "symfony-cli"; 10 10 repo = "symfony-cli"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-qLgcv6vjPiNJZuZzW0mSKxySz0GdNALtyZ6E3fL3B6Y="; 12 + sha256 = "sha256-6k1yMGW/UYCFB1APGlcU8bjNcCD7/IXhG+RJR6ii56I="; 13 13 }; 14 14 15 15 # Tests requires network access
+10 -4
pkgs/misc/emulators/wine/sources.nix
··· 46 46 47 47 unstable = fetchurl rec { 48 48 # NOTE: Don't forget to change the SHA256 for staging as well. 49 - version = "7.1"; 49 + version = "7.2"; 50 50 url = "https://dl.winehq.org/wine/source/7.x/wine-${version}.tar.xz"; 51 - sha256 = "sha256-ETwTDu0vMlbJMv+7f0gqBTPtOsXGLJeWIqKm33+fY2o="; 52 - inherit (stable) gecko32 gecko64 mono patches; 51 + sha256 = "sha256-38ZBUjyNvGZBaLYXREFjPZcSdUVr9n3i3KqZyNql7hU="; 52 + inherit (stable) gecko32 gecko64 patches; 53 + 54 + mono = fetchurl rec { 55 + version = "7.1.1"; 56 + url = "https://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}-x86.msi"; 57 + sha256 = "sha256-ncjlYDt7xkNU65SuTqD2ghQkdno/9E/w0Z40akkMEeo="; 58 + }; 53 59 }; 54 60 55 61 staging = fetchFromGitHub rec { 56 62 # https://github.com/wine-staging/wine-staging/releases 57 63 inherit (unstable) version; 58 - sha256 = "sha256-exMQG/T6ZJggd6S1yN4wyWuNqr6GjjdG4VutGUcqZhE="; 64 + sha256 = "sha256-Ec9rienlsDg+2QkJqPrGorDb5NycG1/iGWhnqLZOrwg="; 59 65 owner = "wine-staging"; 60 66 repo = "wine-staging"; 61 67 rev = "v${version}";
+29
pkgs/misc/vscode-extensions/default.nix
··· 14 14 , moreutils 15 15 , racket-minimal 16 16 , clojure-lsp 17 + , alejandra 17 18 }: 18 19 19 20 let ··· 1228 1229 }; 1229 1230 meta = { 1230 1231 license = lib.licenses.mit; 1232 + }; 1233 + }; 1234 + 1235 + kamadorueda.alejandra = buildVscodeMarketplaceExtension { 1236 + mktplcRef = { 1237 + name = "alejandra"; 1238 + publisher = "kamadorueda"; 1239 + version = "1.0.0"; 1240 + sha256 = "sha256-COlEjKhm8tK5XfOjrpVUDQ7x3JaOLiYoZ4MdwTL8ktk="; 1241 + }; 1242 + nativeBuildInputs = [ jq moreutils ]; 1243 + postInstall = '' 1244 + cd "$out/$installPrefix" 1245 + 1246 + jq -e ' 1247 + .contributes.configuration.properties."alejandra.program".default = 1248 + "${alejandra}/bin/alejandra" | 1249 + .contributes.configurationDefaults."alejandra.program" = 1250 + "${alejandra}/bin/alejandra" 1251 + ' \ 1252 + < package.json \ 1253 + | sponge package.json 1254 + ''; 1255 + meta = with lib; { 1256 + description = "The Uncompromising Nix Code Formatter"; 1257 + homepage = "https://github.com/kamadorueda/alejandra"; 1258 + license = licenses.unlicense; 1259 + maintainers = with maintainers; [ kamadorueda ]; 1231 1260 }; 1232 1261 }; 1233 1262
+2 -2
pkgs/os-specific/linux/kernel/linux-zen.nix
··· 2 2 3 3 let 4 4 # having the full version string here makes it easier to update 5 - modDirVersion = "5.16.3-zen1"; 5 + modDirVersion = "5.16.8-zen1"; 6 6 parts = lib.splitString "-" modDirVersion; 7 7 version = lib.elemAt parts 0; 8 8 suffix = lib.elemAt parts 1; ··· 19 19 owner = "zen-kernel"; 20 20 repo = "zen-kernel"; 21 21 rev = "v${modDirVersion}"; 22 - sha256 = "sha256-7OoNbDYTFpgE47oNhVA54nAj0keRyYMJvuccFW3ah4c="; 22 + sha256 = "sha256-/CYPuj+P5KlYFur0X2FYrrJFUDhKVL7xm53uOSym+Rc="; 23 23 }; 24 24 25 25 structuredExtraConfig = with lib.kernel; {
+2 -2
pkgs/servers/mail/postfix/default.nix
··· 24 24 25 25 in stdenv.mkDerivation rec { 26 26 pname = "postfix"; 27 - version = "3.6.4"; 27 + version = "3.6.5"; 28 28 29 29 src = fetchurl { 30 30 url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz"; 31 - hash = "sha256-jeBhnc8vp8IVqAz4S4KrcWMdTUciy6CUlyXOPhgDHU4="; 31 + hash = "sha256-MA+ogRzqINAdJcYZ01m/+rgmVucE2qcZ4MmvxOz/SAg="; 32 32 }; 33 33 34 34 nativeBuildInputs = [ makeWrapper m4 ];
+3 -3
pkgs/servers/monitoring/mackerel-agent/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "mackerel-agent"; 5 - version = "0.72.3"; 5 + version = "0.72.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mackerelio"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-o2+5kMHDigrLXjwdkMKSujW/Lov72WmRvw7/aew3s9w="; 11 + sha256 = "sha256-SnEvY5pwjBHH/m9bB46bcEFvKy0r9lutft0YsuDvT8U="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ]; 15 15 checkInputs = lib.optionals (!stdenv.isDarwin) [ nettools ]; 16 16 buildInputs = lib.optionals (!stdenv.isDarwin) [ iproute2 ]; 17 17 18 - vendorSha256 = "sha256-h2z+R16XS3AJdG/4gZRLton1DKYrFElGXNjOaekAC0Q="; 18 + vendorSha256 = "sha256-Pi/m/T4eBhKHH4Zl0hc13aQ0icolyAP/9sjXZwduKUA="; 19 19 20 20 subPackages = [ "." ]; 21 21
+3 -3
pkgs/servers/monitoring/prometheus/promscale/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "promscale"; 10 - version = "0.8.0"; 10 + version = "0.9.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "timescale"; 14 14 repo = pname; 15 15 rev = version; 16 - sha256 = "sha256-h76NHEPY3ABq2NbRQXNR+zSkriBasi550rfSkl3Xdas="; 16 + sha256 = "sha256-snbQVkJ4J5ElVNfHuSfb7VCZ64TqJ8Lx5uUaJPqBHl4="; 17 17 }; 18 18 19 19 patches = [ 20 20 ./0001-remove-jaeger-test-dep.patch 21 21 ]; 22 22 23 - vendorSha256 = "sha256-PxmTS8fSh21BcLS4PsSfHhKOXWWJLboPR6E8/Jx/UGY="; 23 + vendorSha256 = "sha256-1t4WNoJrfKTtrpwi9p+L1WQR7mTsD70CRW+RYT7E9Lo="; 24 24 25 25 ldflags = [ 26 26 "-s"
+3 -3
pkgs/servers/monitoring/sensu-go/default.nix
··· 4 4 generic = { subPackages, pname, postInstall ? "", mainProgram }: 5 5 buildGoModule rec { 6 6 inherit pname; 7 - version = "6.4.1"; 7 + version = "6.6.5"; 8 8 shortRev = "3a1ac58"; # for internal version info 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "sensu"; 12 12 repo = "sensu-go"; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-tVmjBfRvQQ1+VtARP1lN8Fu06tujZhZj9IpGVF0mKqA="; 14 + sha256 = "sha256-mdql8bGSkPfs9wNxNUIIpux5t89CSjOQoFfHXTiScr4="; 15 15 }; 16 16 17 17 inherit subPackages postInstall; 18 18 19 - vendorSha256 = "sha256-fStGEKAR9fzA6Uom6r59jFGTBUfTTj0TzytoJWuicbU="; 19 + vendorSha256 = "sha256-ha8HHd2jYx+rKvRN3FPDZiO180bWciiiRD5yn2gztLk="; 20 20 21 21 doCheck = false; 22 22
+2 -2
pkgs/shells/zsh/zsh-autocomplete/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "zsh-autocomplete"; 5 - version = "21.09.22"; 5 + version = "22.01.21"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "marlonrichert"; 9 9 repo = "zsh-autocomplete"; 10 10 rev = version; 11 - sha256 = "sha256-c4+5ta0ATuy9hIygSnqaquHf+YIStvHMaABwq3qyru8="; 11 + sha256 = "sha256-+UziTYsjgpiumSulrLojuqHtDrgvuG91+XNiaMD7wIs="; 12 12 }; 13 13 14 14 installPhase = ''
+2 -2
pkgs/tools/admin/stripe-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "stripe-cli"; 5 - version = "1.7.11"; 5 + version = "1.7.12"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "stripe"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-a2GoTdt6l6Yayaz1n1VdKxwrziNuFk/MO/6PvjqRxVM="; 11 + sha256 = "sha256-xDhLd1tCw+W3xXxBgHDKZtMZszXsNelv2dMygHNVq64="; 12 12 }; 13 13 14 14 vendorSha256 = "sha256-AsEem/KuA+jxioG96Ofn0te93fyZ9sebPkLPA+LAUkk=";
+18 -3
pkgs/tools/audio/tts/default.nix
··· 13 13 # For now, for deployment check the systemd unit in the pull request: 14 14 # https://github.com/NixOS/nixpkgs/pull/103851#issue-521121136 15 15 16 - python3.pkgs.buildPythonApplication rec { 16 + let 17 + python = python3.override { 18 + packageOverrides = self: super: { 19 + # API breakage with 0.9.0 20 + # TypeError: mel() takes 0 positional arguments but 2 positional arguments (and 3 keyword-only arguments) were given 21 + librosa = super.librosa.overridePythonAttrs (oldAttrs: rec { 22 + version = "0.8.1"; 23 + src = oldAttrs.src.override { 24 + inherit version; 25 + sha256 = "c53d05e768ae4a3e553ae21c2e5015293e5efbfd5c12d497f1104cb519cca6b3"; 26 + }; 27 + }); 28 + }; 29 + }; 30 + in 31 + python.pkgs.buildPythonApplication rec { 17 32 pname = "tts"; 18 33 version = "0.5.0"; 19 34 format = "setuptools"; ··· 43 58 requirements.txt 44 59 ''; 45 60 46 - nativeBuildInputs = with python3.pkgs; [ 61 + nativeBuildInputs = with python.pkgs; [ 47 62 cython 48 63 ]; 49 64 50 - propagatedBuildInputs = with python3.pkgs; [ 65 + propagatedBuildInputs = with python.pkgs; [ 51 66 anyascii 52 67 coqpit 53 68 flask
+2 -2
pkgs/tools/filesystems/mtdutils/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mtd-utils"; 5 - version = "2.1.3"; 5 + version = "2.1.4"; 6 6 7 7 src = fetchgit { 8 8 url = "git://git.infradead.org/mtd-utils.git"; 9 9 rev = "v${version}"; 10 - sha256 = "sha256-w20Zp1G0WbNvEJwqpLw2f8VvmW8ZBEL0GSHze8qpPWg"; 10 + sha256 = "sha256-lnvG2aJiihOyScmWZu0i8OYowmIMRBkgC3j67sdLkT4="; 11 11 }; 12 12 13 13 nativeBuildInputs = [ autoreconfHook pkg-config ] ++ lib.optional doCheck cmocka;
+3 -3
pkgs/tools/misc/macchina/default.nix
··· 3 3 4 4 rustPlatform.buildRustPackage rec { 5 5 pname = "macchina"; 6 - version = "6.0.5"; 6 + version = "6.0.6"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "Macchina-CLI"; 10 10 repo = pname; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-x13ldPUr2PkrweDKyyQWMwd3PL4lsY11TIKrmBV5vkA="; 12 + sha256 = "sha256-G95eQ5cIa5313k8YcuicbzPeq9VXVo2DgPMwfFMNXtk="; 13 13 }; 14 14 15 - cargoSha256 = "sha256-y6UMpzt8uiN4jfYnDmwNFGQ1opUsQz8n870XY775qZo="; 15 + cargoSha256 = "sha256-mkAklLtG/sB0eLla5cveMqyPXwMCE5ufer8qA5L9chg="; 16 16 17 17 nativeBuildInputs = [ installShellFiles ]; 18 18 buildInputs = lib.optionals stdenv.isDarwin [ libiconv Foundation ];
+2 -2
pkgs/tools/misc/mongodb-tools/default.nix
··· 17 17 "mongofiles" 18 18 "mongotop" 19 19 ]; 20 - version = "100.5.1"; 20 + version = "100.5.2"; 21 21 22 22 in buildGoPackage { 23 23 pname = "mongo-tools"; ··· 30 30 rev = version; 31 31 owner = "mongodb"; 32 32 repo = "mongo-tools"; 33 - sha256 = "sha256-Qxtb7DJOgrCUvoGVgmKh4qKS4duvEWwW9BLkdt5M5ZY="; 33 + sha256 = "sha256-qYTfC7+5XWDCyQQFKmuPmDmwsekDdY6OAerxZgzf8D0="; 34 34 }; 35 35 36 36 nativeBuildInputs = [ pkg-config ];
+2 -2
pkgs/tools/misc/mrtg/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "mrtg"; 5 - version = "2.17.8"; 5 + version = "2.17.10"; 6 6 7 7 src = fetchurl { 8 8 url = "https://oss.oetiker.ch/mrtg/pub/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-GsLgr2ng7N73VeeYylmDSreKwYXCpe/9t2hcWPLvAbQ="; 9 + sha256 = "sha256-x/EcteIXpQDYfuO10mxYqGUu28DTKRaIu3krAQ+uQ6w="; 10 10 }; 11 11 12 12 buildInputs = [
+3 -3
pkgs/tools/misc/wakatime/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "wakatime"; 5 - version = "1.18.7"; 5 + version = "1.35.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "wakatime"; 9 9 repo = "wakatime-cli"; 10 10 rev = "v${version}"; 11 - sha256 = "171x4pixmh5ni89iawdjl1fk9gr10bgp5bnslpskhspcqzyl1y5b"; 11 + sha256 = "sha256-MG2ROWQh8A7LrdOnDWLG9AsHjzfv84KjmjZXhJlMrLQ="; 12 12 }; 13 13 14 - vendorSha256 = "01c2vbnafhhm345nyfmvbvj5mga6laf9w46lhh0flq6kdgdw168s"; 14 + vendorSha256 = "sha256-8FaM83+d1VQ/9le2hD0nqErhH/jOHMxbNz2o4D3qWb8="; 15 15 16 16 meta = with lib; { 17 17 inherit (src.meta) homepage;
+2 -2
pkgs/tools/misc/z-lua/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "z-lua"; 5 - version = "1.8.13"; 5 + version = "1.8.14"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "skywind3000"; 9 9 repo = "z.lua"; 10 10 rev = version; 11 - sha256 = "sha256-74EWeLkSRrVsJuucdN8sSTl5fPmboViYW0qdovBZQ5U="; 11 + sha256 = "sha256-Jy5fcXqXbuJTOAP8vpZjN0qmDR/cVACztcIxl4aXNKs="; 12 12 }; 13 13 14 14 dontBuild = true;
+2 -2
pkgs/tools/networking/tcpreplay/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tcpreplay"; 5 - version = "4.4.0"; 5 + version = "4.4.1"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/appneta/tcpreplay/releases/download/v${version}/tcpreplay-${version}.tar.gz"; 9 - sha256 = "sha256-o7ElwDGb0JbWj4IcSggFGy09kni6xv4Yz+PJIBcDpWc="; 9 + sha256 = "sha256-y2e2SRphiGf8T5hI9YYBnxuy69FJ85OvrFVE7lXkVE8="; 10 10 }; 11 11 12 12 buildInputs = [ libpcap ]
+4 -4
pkgs/tools/nix/alejandra/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "alejandra"; 8 - version = "unstable-2022-02-10"; 8 + version = "unstable-2022-02-12"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "kamadorueda"; 12 12 repo = "alejandra"; 13 - rev = "0c095ed50d3bbfd50f9f97832f7ac8092a8c1289"; 14 - hash = "sha256-eIPyrL8C3qQbEahoryS70cJ4FbXDdPQuWaM2jD2BbI0="; 13 + rev = "bfda2490bcb6f7dab2d15f033f65441af283d48d"; 14 + hash = "sha256-D7dCtwwQcrSnC7MjoqB0ogCsCmrthqy+TqbqbJUT6zE="; 15 15 }; 16 16 17 - cargoSha256 = "sha256-DyE0TV/dHbDFkFvF9h0+qi+p2XD8lDZzsUByfOt/UjA="; 17 + cargoSha256 = "sha256-Gos0ku4wR0jP1FQLYBVMqZN4qW0Tx45qpIL99s6a+t8="; 18 18 19 19 meta = with lib; { 20 20 description = "The Uncompromising Nix Code Formatter";
+2 -2
pkgs/tools/security/log4j-sniffer/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "log4j-sniffer"; 9 - version = "1.6.0"; 9 + version = "1.8.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "palantir"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-ffutvIxXhA0fCN6mSUwv6F+SO/ab6hLiaVJeatZo57w="; 15 + sha256 = "sha256-NojFXonov/80p+6kimfbiMK/v4najiMe//xFDnOi5KE="; 16 16 }; 17 17 18 18 vendorSha256 = null;
+4 -2
pkgs/tools/security/rng-tools/default.nix
··· 4 4 , autoreconfHook 5 5 , libtool 6 6 , pkg-config 7 + , psmisc 7 8 , argp-standalone ? null 8 9 , openssl 9 10 , jitterentropy ? null, withJitterEntropy ? true ··· 24 25 25 26 stdenv.mkDerivation rec { 26 27 pname = "rng-tools"; 27 - version = "6.14"; 28 + version = "6.15"; 28 29 29 30 src = fetchFromGitHub { 30 31 owner = "nhorman"; 31 32 repo = pname; 32 33 rev = "v${version}"; 33 - hash = "sha256-NTXp2l5gVxKhO4Gqcy4VzomYU5B3HydkefMvdzypK8M="; 34 + hash = "sha256-km+MEng3VWZF07sdvGLbAG/vf8/A1DxhA/Xa2Y+LAEQ="; 34 35 }; 35 36 36 37 nativeBuildInputs = [ autoreconfHook libtool pkg-config ]; ··· 59 60 60 61 doCheck = true; 61 62 preCheck = "patchShebangs tests/*.sh"; 63 + checkInputs = [ psmisc ]; # rngtestjitter.sh needs killall 62 64 63 65 doInstallCheck = true; 64 66 installCheckPhase = ''
+2 -2
pkgs/tools/system/monit/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "monit"; 15 - version = "5.29.0"; 15 + version = "5.30.0"; 16 16 17 17 src = fetchurl { 18 18 url = "${meta.homepage}dist/monit-${version}.tar.gz"; 19 - sha256 = "sha256-9mXm3R8mp0tWgomah3k0Fn3islguBIZS7PA2MYR3iF8="; 19 + sha256 = "sha256-6FZJ36hYb0/N00oClcVd3Wmw7abPvaxHEFomc9ELEAg="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ bison flex ];
+2 -2
pkgs/tools/virtualization/google-guest-oslogin/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "google-guest-oslogin"; 13 - version = "20211213.00"; 13 + version = "20220205.00"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "GoogleCloudPlatform"; 17 17 repo = "guest-oslogin"; 18 18 rev = version; 19 - sha256 = "sha256-8RuLYdWfk8zPfoF06r5E/6eHQ7tziZbgGhZlLCUW600="; 19 + sha256 = "sha256-CVJAWda8bn5MPO8ACLtosVvZzuxPbOj377WaysZdhDU="; 20 20 }; 21 21 22 22 postPatch = ''