lol

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
8f1e3131 b190eb9f

+399 -249
+8
.github/labeler.yml
··· 138 138 - nixos/tests/pantheon.nix 139 139 - pkgs/desktops/pantheon/**/* 140 140 141 + "6.topic: php": 142 + - doc/languages-frameworks/php.section.md 143 + - pkgs/build-support/php/**/* 144 + - pkgs/development/interpreters/php/* 145 + - pkgs/development/php-packages/**/* 146 + - pkgs/test/php/default.nix 147 + - pkgs/top-level/php-packages.nix 148 + 141 149 "6.topic: policy discussion": 142 150 - .github/**/* 143 151
+6 -8
maintainers/maintainer-list.nix
··· 3452 3452 githubId = 1118859; 3453 3453 name = "Scott Worley"; 3454 3454 }; 3455 + ChlorideCull = { 3456 + email = "nixrelated@chcl.se"; 3457 + github = "ChlorideCull"; 3458 + githubId = 4977063; 3459 + name = "Sebastian Johansson"; 3460 + }; 3455 3461 choochootrain = { 3456 3462 email = "hurshal@imap.cc"; 3457 3463 github = "choochootrain"; ··· 10022 10028 github = "keldu"; 10023 10029 githubId = 15373888; 10024 10030 name = "Claudius Holeksa"; 10025 - }; 10026 - ken-matsui = { 10027 - github = "ken-matsui"; 10028 - githubId = 26405363; 10029 - name = "Ken Matsui"; 10030 - keys = [{ 10031 - fingerprint = "3611 8CD3 6DE8 3334 B44A DDE4 1033 60B3 298E E433"; 10032 - }]; 10033 10031 }; 10034 10032 kennyballou = { 10035 10033 email = "kb@devnulllabs.io";
+1 -1
pkgs/applications/editors/vscode/extensions/default.nix
··· 1867 1867 publisher = "github"; 1868 1868 name = "copilot-chat"; 1869 1869 version = "0.14.2024030801"; # compatible with vscode >= 1.87 1870 - sha256 = "sha256-4ArWVFko2T6ze/i+HTdXAioWC7euWCycDsQxFTrEtUw="; 1870 + sha256 = "sha256-v9RS+pEEQzq2t0EY/gVTTfIwRlGmIuIq2qCockDpsn8="; 1871 1871 }; 1872 1872 meta = { 1873 1873 description = "GitHub Copilot Chat is a companion extension to GitHub Copilot that houses experimental chat features";
+2 -1
pkgs/applications/networking/browsers/chromium/get-commit-message.py
··· 13 13 import feedparser 14 14 import requests 15 15 16 - feed = feedparser.parse('https://chromereleases.googleblog.com/feeds/posts/default') 16 + # Official rss/atom feed taken from <https://chromereleases.googleblog.com/>'s html source (<link type="application/atom+xml">) 17 + feed = feedparser.parse('https://www.blogger.com/feeds/8982037438137564684/posts/default') 17 18 html_tags = re.compile(r'<[^>]+>') 18 19 target_version = sys.argv[1] if len(sys.argv) == 2 else None 19 20
+7 -7
pkgs/applications/networking/browsers/chromium/upstream-info.nix
··· 1 1 { 2 2 stable = { 3 3 chromedriver = { 4 - hash_darwin = "sha256-iv370BYH8HobUxeYbsV4/A6JyZG2feEuVbJCLVZc3Og="; 4 + hash_darwin = "sha256-QdL9KamluVX6kIIY6F7zxKL5l7clhsE7QWGWw4YRUtM="; 5 5 hash_darwin_aarch64 = 6 - "sha256-Gc0OXG7dx5Mvy0aAsnqVIJtPFK8OYmFr8Ofy+UXacM4="; 7 - hash_linux = "sha256-ZcN/v7co08aRWM88s93nBU/FLEfE7JGf/hEH0tk3qy8="; 8 - version = "122.0.6261.94"; 6 + "sha256-GKqk6GMitz0uud65iPCUMdOtIEhmWyHPbtrO+V2f8XU="; 7 + hash_linux = "sha256-QKr2BjydiP5D3T5becwQHeFmK0LMrIFhbssDELqSEQM="; 8 + version = "122.0.6261.128"; 9 9 }; 10 10 deps = { 11 11 gn = { ··· 15 15 version = "2024-01-22"; 16 16 }; 17 17 }; 18 - hash = "sha256-43h11bx/k78W7fEPZz4LwxNVExwGSSt74mlbiUYf5ig="; 19 - hash_deb_amd64 = "sha256-juwTFdJB1hgAA14aabNIrql5aaP1JWQy7nOsoTF2Vto="; 20 - version = "122.0.6261.111"; 18 + hash = "sha256-BzLSwDQrmKavh4s2uOSfP935NnB5+Hw7oD7YDbSWp2g="; 19 + hash_deb_amd64 = "sha256-SxdYfWhV3ZpiGWmagOM6JUfjAmU9pzFGDQDinXrweas="; 20 + version = "122.0.6261.128"; 21 21 }; 22 22 ungoogled-chromium = { 23 23 deps = {
+6 -6
pkgs/applications/networking/browsers/microsoft-edge/default.nix
··· 1 1 { 2 2 beta = import ./browser.nix { 3 3 channel = "beta"; 4 - version = "122.0.2365.59"; 4 + version = "123.0.2420.32"; 5 5 revision = "1"; 6 - hash = "sha256-hs6NHAdqji5Cg1ReGWqalFHv6wyRlyclssyc0cxM+ZU="; 6 + hash = "sha256-ItKwlXaHHupTIXrwc4IXaFvldhFGZc4L8aJnxM1XLkM="; 7 7 }; 8 8 dev = import ./browser.nix { 9 9 channel = "dev"; 10 - version = "123.0.2420.6"; 10 + version = "124.0.2438.2"; 11 11 revision = "1"; 12 - hash = "sha256-fX6lxhJstz2cZZODu7xRe1fez8WTXqlYNgsMhIVTLaU="; 12 + hash = "sha256-QMcq1lgtO50u2DoTdugJvkOcnIkppmeg/UCQ1oc5TZs="; 13 13 }; 14 14 stable = import ./browser.nix { 15 15 channel = "stable"; 16 - version = "122.0.2365.59"; 16 + version = "122.0.2365.80"; 17 17 revision = "1"; 18 - hash = "sha256-LbyipfA5TZWSZu1jeUykGZ2FXwt9rZ7ak7mmryXRnMQ="; 18 + hash = "sha256-fBu5ANA23Oicr3otQiqNznkUT0M9NcrDs6oNW/JuBtk="; 19 19 }; 20 20 }
+2 -2
pkgs/applications/networking/cluster/velero/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "velero"; 5 - version = "1.13.0"; 5 + version = "1.13.1"; 6 6 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "vmware-tanzu"; 10 10 repo = "velero"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-R9iZpib8hoU9EC6B6Kaj2dWDOkb5qFw1UzsxMBClCso="; 12 + sha256 = "sha256-Fz3FqNj2NbqU9CvtdjM8cjkZh5xLCA+AAIF/QgLJ7UA="; 13 13 }; 14 14 15 15 ldflags = [
+34
pkgs/applications/networking/mailreaders/mailspring/darwin.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , pname 5 + , version 6 + , meta 7 + , unzip 8 + , makeWrapper 9 + }: 10 + 11 + stdenv.mkDerivation (finalAttrs: { 12 + inherit pname version meta; 13 + 14 + src = fetchurl { 15 + url = "https://github.com/Foundry376/Mailspring/releases/download/${finalAttrs.version}/Mailspring-AppleSilicon.zip"; 16 + hash = "sha256-LYv3643oj58WR+4IE4XmJmCgD9S2AXNbPwW5W0QCuGI="; 17 + }; 18 + dontUnpack = true; 19 + 20 + nativeBuildInputs = [ 21 + unzip 22 + makeWrapper 23 + ]; 24 + 25 + installPhase = '' 26 + runHook preInstall 27 + 28 + mkdir -p $out/Applications $out/bin 29 + unzip $src -d $out/Applications 30 + makeWrapper $out/Applications/Mailspring.app/Contents/MacOS/Mailspring $out/bin/mailspring 31 + 32 + runHook postInstall 33 + ''; 34 + })
+13 -92
pkgs/applications/networking/mailreaders/mailspring/default.nix
··· 1 - { stdenv 2 - , lib 3 - , fetchurl 4 - , autoPatchelfHook 5 - , alsa-lib 6 - , coreutils 7 - , db 8 - , dpkg 9 - , glib 10 - , gtk3 11 - , wrapGAppsHook 12 - , libkrb5 13 - , libsecret 14 - , nss 15 - , openssl 16 - , udev 17 - , xorg 18 - , mesa 19 - , libdrm 20 - , libappindicator 1 + { lib 2 + , stdenv 3 + , callPackage 21 4 }: 22 - 23 - stdenv.mkDerivation (finalAttrs: { 5 + let 24 6 pname = "mailspring"; 25 7 version = "1.13.3"; 26 8 27 - src = fetchurl { 28 - url = "https://github.com/Foundry376/Mailspring/releases/download/${finalAttrs.version}/mailspring-${finalAttrs.version}-amd64.deb"; 29 - hash = "sha256-2F5k8zRRI6x1EQ0k8wvIq1Q3Lnrn2ROp/Mq+H7Vqzlc="; 30 - }; 31 - 32 - nativeBuildInputs = [ 33 - autoPatchelfHook 34 - dpkg 35 - wrapGAppsHook 36 - ]; 37 - 38 - buildInputs = [ 39 - alsa-lib 40 - db 41 - glib 42 - gtk3 43 - libkrb5 44 - libsecret 45 - nss 46 - xorg.libxkbfile 47 - xorg.libXdamage 48 - xorg.libXScrnSaver 49 - xorg.libXtst 50 - xorg.libxshmfence 51 - mesa 52 - libdrm 53 - ]; 54 - 55 - runtimeDependencies = [ 56 - coreutils 57 - openssl 58 - (lib.getLib udev) 59 - libappindicator 60 - libsecret 61 - ]; 62 - 63 - unpackPhase = '' 64 - runHook preUnpack 65 - 66 - dpkg -x $src . 67 - 68 - runHook postUnpack 69 - ''; 70 - 71 - installPhase = '' 72 - runHook preInstall 73 - 74 - mkdir -p $out/{bin,lib} 75 - cp -ar ./usr/share $out 76 - 77 - substituteInPlace $out/share/mailspring/resources/app.asar.unpacked/mailsync \ 78 - --replace dirname ${coreutils}/bin/dirname 79 - 80 - ln -s $out/share/mailspring/mailspring $out/bin/mailspring 81 - ln -s ${lib.getLib openssl}/lib/libcrypto.so $out/lib/libcrypto.so.1.0.0 82 - 83 - runHook postInstall 84 - ''; 85 - 86 - postFixup = /* sh */ '' 87 - substituteInPlace $out/share/applications/Mailspring.desktop \ 88 - --replace Exec=mailspring Exec=$out/bin/mailspring 89 - ''; 90 - 91 - meta = { 9 + meta = with lib; { 92 10 description = "A beautiful, fast and maintained fork of Nylas Mail by one of the original authors"; 93 11 downloadPage = "https://github.com/Foundry376/Mailspring"; 94 12 homepage = "https://getmailspring.com"; 95 - license = lib.licenses.gpl3Plus; 13 + license = licenses.gpl3Plus; 96 14 longDescription = '' 97 15 Mailspring is an open-source mail client forked from Nylas Mail and built with Electron. 98 16 Mailspring's sync engine runs locally, but its source is not open. 99 17 ''; 100 18 mainProgram = "mailspring"; 101 - maintainers = with lib.maintainers; [ toschmidt ]; 102 - platforms = [ "x86_64-linux" ]; 103 - sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 19 + maintainers = with maintainers; [ toschmidt ]; 20 + platforms = [ "x86_64-linux" "aarch64-darwin" ]; 21 + sourceProvenance = with sourceTypes; [ binaryNativeCode ]; 104 22 }; 105 - }) 23 + 24 + linux = callPackage ./linux.nix { inherit pname version meta; }; 25 + darwin = callPackage ./darwin.nix { inherit pname version meta; }; 26 + in if stdenv.hostPlatform.isDarwin then darwin else linux
+92
pkgs/applications/networking/mailreaders/mailspring/linux.nix
··· 1 + { stdenv 2 + , lib 3 + , pname 4 + , version 5 + , meta 6 + , fetchurl 7 + , autoPatchelfHook 8 + , alsa-lib 9 + , coreutils 10 + , db 11 + , dpkg 12 + , glib 13 + , gtk3 14 + , wrapGAppsHook 15 + , libkrb5 16 + , libsecret 17 + , nss 18 + , openssl 19 + , udev 20 + , xorg 21 + , mesa 22 + , libdrm 23 + , libappindicator 24 + }: 25 + 26 + stdenv.mkDerivation (finalAttrs: { 27 + inherit pname version meta; 28 + 29 + src = fetchurl { 30 + url = "https://github.com/Foundry376/Mailspring/releases/download/${finalAttrs.version}/mailspring-${finalAttrs.version}-amd64.deb"; 31 + hash = "sha256-2F5k8zRRI6x1EQ0k8wvIq1Q3Lnrn2ROp/Mq+H7Vqzlc="; 32 + }; 33 + 34 + nativeBuildInputs = [ 35 + autoPatchelfHook 36 + dpkg 37 + wrapGAppsHook 38 + ]; 39 + 40 + buildInputs = [ 41 + alsa-lib 42 + db 43 + glib 44 + gtk3 45 + libkrb5 46 + libsecret 47 + nss 48 + xorg.libxkbfile 49 + xorg.libXdamage 50 + xorg.libXScrnSaver 51 + xorg.libXtst 52 + xorg.libxshmfence 53 + mesa 54 + libdrm 55 + ]; 56 + 57 + runtimeDependencies = [ 58 + coreutils 59 + openssl 60 + (lib.getLib udev) 61 + libappindicator 62 + libsecret 63 + ]; 64 + 65 + unpackPhase = '' 66 + runHook preUnpack 67 + 68 + dpkg -x $src . 69 + 70 + runHook postUnpack 71 + ''; 72 + 73 + installPhase = '' 74 + runHook preInstall 75 + 76 + mkdir -p $out/{bin,lib} 77 + cp -ar ./usr/share $out 78 + 79 + substituteInPlace $out/share/mailspring/resources/app.asar.unpacked/mailsync \ 80 + --replace-fail dirname ${coreutils}/bin/dirname 81 + 82 + ln -s $out/share/mailspring/mailspring $out/bin/mailspring 83 + ln -s ${lib.getLib openssl}/lib/libcrypto.so $out/lib/libcrypto.so.1.0.0 84 + 85 + runHook postInstall 86 + ''; 87 + 88 + postFixup = /* sh */ '' 89 + substituteInPlace $out/share/applications/Mailspring.desktop \ 90 + --replace-fail Exec=mailspring Exec=$out/bin/mailspring 91 + ''; 92 + })
+3 -11
pkgs/applications/printing/pappl/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "pappl"; 16 - version = "1.1.0"; 16 + version = "1.4.6"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "michaelrsweet"; 20 20 repo = pname; 21 21 rev = "v${version}"; 22 - sha256 = "sha256-FsmR0fFb9bU9G3oUyJU1eDLcoZ6OQ2//TINlPrW6lU0="; 22 + sha256 = "sha256-d7QD6Kz4tBVHGFPBYcvRSzW+EtsNgpfweFvCx3ovfWE="; 23 23 }; 24 - 25 - patches = [ 26 - (fetchpatch { 27 - name = "file-offset-bits-64-linux.patch"; 28 - url = "https://github.com/michaelrsweet/pappl/commit/7ec4ce4331b6637c54a37943269e05d15ff6dd47.patch"; 29 - sha256 = "sha256-x5lriopWw6Mn2qjv19flsleEzPMHU4jYWRy0y6hTL5k="; 30 - }) 31 - ]; 32 24 33 25 outputs = [ "out" "dev" ]; 34 26 ··· 66 58 homepage = "https://github.com/michaelrsweet/pappl"; 67 59 license = licenses.asl20; 68 60 platforms = platforms.linux; # should also work for darwin, but requires additional work 69 - maintainers = with maintainers; [ jonringer ]; 61 + maintainers = with maintainers; [ jonringer ChlorideCull ]; 70 62 }; 71 63 }
+2 -2
pkgs/by-name/fo/folio/package.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "folio"; 18 - version = "24.05"; 18 + version = "24.06"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "toolstack"; 22 22 repo = "Folio"; 23 23 rev = version; 24 - hash = "sha256-8FU7xYidKXtrSLVT9t+i0O8eYlUYIpq7rVU5Cm10CWE="; 24 + hash = "sha256-1vjRoGpZvUG/NJcE7YWOdiePK9lLnwuojRb37YgNunI="; 25 25 }; 26 26 27 27 nativeBuildInputs = [
+2 -2
pkgs/by-name/gm/gmic-qt/package.nix
··· 53 53 54 54 stdenv.mkDerivation (finalAttrs: { 55 55 pname = "gmic-qt${lib.optionalString (variant != "standalone") "-${variant}"}"; 56 - version = "3.3.4"; 56 + version = "3.3.5"; 57 57 58 58 src = fetchzip { 59 59 url = "https://gmic.eu/files/source/gmic_${finalAttrs.version}.tar.gz"; 60 - hash = "sha256-/Hh5yzH//i01kyeoqETokvsKUOcY2iZsiYJBEmgw1rU="; 60 + hash = "sha256-71i8vk9XR6Q8SSEWvGXMcAOIE6DoIVJkylS4SiZLUBY="; 61 61 }; 62 62 63 63 sourceRoot = "${finalAttrs.src.name}/gmic-qt";
+43
pkgs/by-name/lp/lprint/package.nix
··· 1 + { lib, stdenv, fetchFromGitHub 2 + , pappl 3 + , cups 4 + , pkg-config 5 + }: 6 + 7 + stdenv.mkDerivation rec { 8 + pname = "lprint"; 9 + version = "1.3.1"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "michaelrsweet"; 13 + repo = pname; 14 + rev = "v${version}"; 15 + sha256 = "sha256-1OOLGQ8S4oRNSJanX/AzJ+g5F+jYnE/+o+ie5ucY22U="; 16 + }; 17 + 18 + outputs = [ "out" "dev" ]; 19 + 20 + nativeBuildInputs = [ 21 + pkg-config 22 + ]; 23 + 24 + buildInputs = [ 25 + pappl 26 + cups 27 + ]; 28 + 29 + doInstallCheck = true; 30 + installCheckPhase = '' 31 + $out/bin/lprint --help 32 + ''; 33 + 34 + enableParallelBuilding = true; 35 + 36 + meta = with lib; { 37 + description = "LPrint implements printing for a variety of common label and receipt printers connected via network or USB."; 38 + homepage = "https://github.com/michaelrsweet/lprint"; 39 + license = licenses.asl20; 40 + platforms = platforms.linux; 41 + maintainers = with maintainers; [ ChlorideCull ]; 42 + }; 43 + }
+2 -2
pkgs/by-name/pu/pupdate/package.nix
··· 12 12 13 13 buildDotnetModule rec { 14 14 pname = "pupdate"; 15 - version = "3.8.0"; 15 + version = "3.9.0"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "mattpannella"; 19 19 repo = "${pname}"; 20 20 rev = "${version}"; 21 - hash = "sha256-i9Y0liHeHrVwkYWzC/oRRKK3fu3GVcCfM6jGO9asIdQ="; 21 + hash = "sha256-T37zIYtfnoNJ/aHMfqKIx/zj6mqmY/3sN3LmxJglxHM="; 22 22 }; 23 23 24 24 buildInputs = [
+2 -2
pkgs/by-name/ro/route-graph/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "route-graph"; 9 - version = "0.1.0"; 9 + version = "0.2.0"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "audiusGmbH"; 14 14 repo = "route-graph"; 15 15 rev = "refs/tags/${version}"; 16 - hash = "sha256-+sEtzmQk7pglfs8vQbLCwdVVSBQRVazdDKgwdSH9EtI="; 16 + hash = "sha256-sIUuy3J7wsxyTZ1XPSmQcDdoqfE+yKHqFKbYlwk7/j4="; 17 17 }; 18 18 19 19 pythonRelaxDeps = [
+3 -3
pkgs/by-name/ux/uxn/package.nix
··· 7 7 8 8 stdenv.mkDerivation (finalAttrs: { 9 9 pname = "uxn"; 10 - version = "1.0-unstable-2024-03-08"; 10 + version = "unstable-2024-03-10"; 11 11 12 12 src = fetchFromSourcehut { 13 13 owner = "~rabbits"; 14 14 repo = "uxn"; 15 - rev = "b1549867e4a58e8ed0ac107bdf841bc879fa293f"; 16 - hash = "sha256-P2EekvFbRtLDwPXOhu40S9LL4ZOWerJs8z8Of2QM418="; 15 + rev = "cf964e43777bcce2e938964a5c764d1318e52ea6"; 16 + hash = "sha256-NBIfpdZT9MjSUX+JUAoN1kkHKknsbRvaPMSaGmBXmac="; 17 17 }; 18 18 19 19 outputs = [ "out" "projects" ];
+2 -2
pkgs/data/icons/numix-icon-theme-square/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "numix-icon-theme-square"; 5 - version = "24.02.05"; 5 + version = "24.03.12"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "numixproject"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-IYfyoDoBQOFLGRS6v487GLAdUSJUuscLIUwi65ilu90="; 11 + sha256 = "sha256-dMPbu23e8ZCDZCYpbfoRwbtDMcy/+IImjGV17Sb5DBk="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ gtk3 ];
+2 -2
pkgs/development/interpreters/erlang/25.nix
··· 1 1 { mkDerivation }: 2 2 3 3 mkDerivation { 4 - version = "25.3.2.9"; 5 - sha256 = "sha256-urj5wSNP/gOtN1O1IKesZLZg4jA640fbQBiWs/dUz8c="; 4 + version = "25.3.2.10"; 5 + sha256 = "sha256-CibLQnzQxvFDMNiX26n0b725o8BV4FJXBXmwW1sEpkk="; 6 6 }
+3 -3
pkgs/development/interpreters/wasmtime/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "wasmtime"; 5 - version = "18.0.2"; 5 + version = "18.0.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "bytecodealliance"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-R/emS2h9YM9LwgQARphFPaX1S62T8Rwqs0uLq1y929o="; 11 + hash = "sha256-qG6WRac4n/hFa4aMSmHIMf1OXcsK9ZoNtm/dgN4NZ3M="; 12 12 fetchSubmodules = true; 13 13 }; 14 14 15 15 # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved. 16 16 auditable = false; 17 - cargoHash = "sha256-r7fmKriChDvd09eynpxVOywBMkArMR4epsmtY6U6JI4="; 17 + cargoHash = "sha256-cf1oUylROlbgWcKTrCR12CfVVxNuQqaoo1dr5NfiDQQ="; 18 18 cargoBuildFlags = [ "--package" "wasmtime-cli" "--package" "wasmtime-c-api" ]; 19 19 20 20 outputs = [ "out" "dev" ];
+1 -1
pkgs/development/libraries/git2-cpp/default.nix
··· 23 23 homepage = "https://github.com/ken-matsui/git2-cpp"; 24 24 description = "libgit2 bindings for C++"; 25 25 license = licenses.mit; 26 - maintainers = with maintainers; [ ken-matsui ]; 26 + maintainers = with maintainers; [ ]; 27 27 platforms = platforms.unix; 28 28 }; 29 29 })
+1 -1
pkgs/development/libraries/mitama-cpp-result/default.nix
··· 29 29 (like Result and Option in Programming Language Rust). 30 30 ''; 31 31 license = licenses.mit; 32 - maintainers = with maintainers; [ ken-matsui ]; 32 + maintainers = with maintainers; [ ]; 33 33 platforms = platforms.unix; 34 34 }; 35 35 })
+3 -3
pkgs/development/php-packages/phpstan/default.nix
··· 2 2 3 3 php.buildComposerProject (finalAttrs: { 4 4 pname = "phpstan"; 5 - version = "1.10.60"; 5 + version = "1.10.62"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "phpstan"; 9 9 repo = "phpstan-src"; 10 10 rev = finalAttrs.version; 11 - hash = "sha256-DKrlR3ujHWfbhPMzZhhkUCeTtKW6hpGUe4z7xgzJ4qs="; 11 + hash = "sha256-G/8h5xS2DyGuavVaqkO1Q+M/FoSH7qgTfVddoxIsyqU="; 12 12 }; 13 13 14 - vendorHash = "sha256-8CEg1q3K1E9M6gaa5IlSYNPZb+evaY1oxbCnySXuFGE="; 14 + vendorHash = "sha256-QEsslE+5KcUNLmk2vlrd+j/dFgEHXqsoESGoQ34IAnM="; 15 15 composerStrictValidation = false; 16 16 17 17 meta = {
+2 -2
pkgs/development/python-modules/ansible-runner/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "ansible-runner"; 26 - version = "2.3.5"; 26 + version = "2.3.6"; 27 27 format = "setuptools"; 28 28 29 29 disabled = pythonOlder "3.8"; 30 30 31 31 src = fetchPypi { 32 32 inherit pname version; 33 - hash = "sha256-zZ3dV2WHDqPFRbbLR6qtXwTZowpijdP82082eijCIIU="; 33 + hash = "sha256-shdKEtytLcLzQuqCh2iY9WigtmxTVoYAv4BXcVj8uhw="; 34 34 }; 35 35 36 36 patches = [
+2 -2
pkgs/development/python-modules/boto3-stubs/default.nix
··· 365 365 366 366 buildPythonPackage rec { 367 367 pname = "boto3-stubs"; 368 - version = "1.34.60"; 368 + version = "1.34.61"; 369 369 pyproject = true; 370 370 371 371 disabled = pythonOlder "3.7"; 372 372 373 373 src = fetchPypi { 374 374 inherit pname version; 375 - hash = "sha256-3Z9BKRukJZBGLnXxfHhi44Y5ZSOoMSpBQJXyVIm8zl4="; 375 + hash = "sha256-LhxHv+AKNAHJL6d+5FYL2mFSzDRX8qwA5KNJyKhTx3Y="; 376 376 }; 377 377 378 378 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/botocore-stubs/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "botocore-stubs"; 12 - version = "1.34.60"; 12 + version = "1.34.61"; 13 13 format = "pyproject"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 17 17 src = fetchPypi { 18 18 pname = "botocore_stubs"; 19 19 inherit version; 20 - hash = "sha256-YkK1jHy1aEzmPkOHV+ptlQz3SzgoM4BbVlQIj78+bYA="; 20 + hash = "sha256-yOzieubWIEqCOipt9HEo1vnhxOYyUuHhHYb2NemLQVk="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+3 -2
pkgs/development/python-modules/django/5.nix
··· 42 42 }: 43 43 44 44 buildPythonPackage rec { 45 - pname = "Django"; 45 + pname = "django"; 46 46 version = "5.0.3"; 47 47 pyproject = true; 48 48 49 49 disabled = pythonOlder "3.10"; 50 50 51 51 src = fetchPypi { 52 - inherit pname version; 52 + pname = "Django"; 53 + inherit version; 53 54 hash = "sha256-X7N1gNz0omL5JYwfQ3OBmqzKkGQx9QXkaI4386mRld8="; 54 55 }; 55 56
+3 -2
pkgs/development/python-modules/exifread/default.nix
··· 4 4 }: 5 5 6 6 buildPythonPackage rec { 7 - pname = "ExifRead"; 7 + pname = "exifread"; 8 8 version = "3.0.0"; 9 9 10 10 src = fetchPypi { 11 - inherit pname version; 11 + pname = "ExifRead"; 12 + inherit version; 12 13 hash = "sha256-CsWjZBadvfK9YvlPXAc5cKtmlKMWYXf15EixDJQ+LKQ="; 13 14 }; 14 15
+2 -2
pkgs/development/python-modules/fakeredis/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "fakeredis"; 20 - version = "2.21.1"; 20 + version = "2.21.3"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.7"; ··· 26 26 owner = "dsoftwareinc"; 27 27 repo = "fakeredis-py"; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-2+ZZTWhUb6rj7oWPnDP0PJUHj0CJpOD8iZxmtO4xSbo="; 29 + hash = "sha256-GIg+a8G5S0dmbvMKqS/Vn+wzNM6iNIs3bKPqhecsQt4="; 30 30 }; 31 31 32 32 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/google-cloud-securitycenter/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "google-cloud-securitycenter"; 16 - version = "1.28.0"; 16 + version = "1.29.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-80syqWoK2J+CjsBFO6LJEuF+pimJGpufgRLObHSKcAw="; 23 + hash = "sha256-4c7tuLxO3+B8ZojVpSKWcl35doqoqHrofY6n80t9UrY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/linknlink/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "linknlink"; 11 - version = "0.2.0"; 11 + version = "0.2.1"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "xuanxuan000"; 18 18 repo = "python-linknlink"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-gQqBxV5hidMejYE3xdB13n0gb1T4kVl1oELZ3hVy60E="; 20 + hash = "sha256-MOZw+7oFHeH7Vaj6pylR7wqe3ZyHcsiG+n8jnRAQ8PA="; 21 21 }; 22 22 23 23 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/litellm/default.nix
··· 33 33 34 34 buildPythonPackage rec { 35 35 pname = "litellm"; 36 - version = "1.31.4"; 36 + version = "1.31.6"; 37 37 pyproject = true; 38 38 39 39 disabled = pythonOlder "3.8"; ··· 42 42 owner = "BerriAI"; 43 43 repo = "litellm"; 44 44 rev = "refs/tags/v${version}"; 45 - hash = "sha256-xOdg1qsUkNHx2zzT7vvH+VZ/RVUXfbQIoNWGwAyM7n4="; 45 + hash = "sha256-OwIOggEfhvGKVTNiVWAt2osGk3R80U0wmcU6KAshpGw="; 46 46 }; 47 47 48 48 postPatch = ''
+8 -8
pkgs/development/python-modules/mypy-boto3/default.nix
··· 141 141 142 142 mypy-boto3-clouddirectory = buildMypyBoto3Package "clouddirectory" "1.34.0" "sha256-lWJQClNEhyq9CN8ThcHtVcEsowIp+V8RXh4rgHAclfM="; 143 143 144 - mypy-boto3-cloudformation = buildMypyBoto3Package "cloudformation" "1.34.55" "sha256-3p9NRdCk5Xu174uNegNHb47yT/olPWNs2CTN4GEidDk="; 144 + mypy-boto3-cloudformation = buildMypyBoto3Package "cloudformation" "1.34.61" "sha256-fT48eggnNyP/cPXoXvm386zWKfmuyhAyxrtUGwOem0c="; 145 145 146 146 mypy-boto3-cloudfront = buildMypyBoto3Package "cloudfront" "1.34.0" "sha256-3n/WEiQdcE253J+CFsskoYlNMXASdzkhPTWneSHDKoM="; 147 147 ··· 179 179 180 180 mypy-boto3-codestar = buildMypyBoto3Package "codestar" "1.34.0" "sha256-BAueRLlYZGDiF6DtjxL24twLYYZqD3ErdJ73fsFoG1k="; 181 181 182 - mypy-boto3-codestar-connections = buildMypyBoto3Package "codestar-connections" "1.34.10" "sha256-xAYeABwDIbIELhjcRA4ErYaAsChZD1vCPWAw7/PNXL0="; 182 + mypy-boto3-codestar-connections = buildMypyBoto3Package "codestar-connections" "1.34.60" "sha256-WH/cN8BXG7c79gGR/0m3xvEPNdPAFRosInmO9DeAVdM="; 183 183 184 184 mypy-boto3-codestar-notifications = buildMypyBoto3Package "codestar-notifications" "1.34.0" "sha256-JmXEpHbOhcO9F++G+ohXPuXoNILbcL9r5qyH4OooCtc="; 185 185 ··· 197 197 198 198 mypy-boto3-config = buildMypyBoto3Package "config" "1.34.45" "sha256-LN1CcIOj9cgzSNCvnUVwLRNPXlitHAlt+5jj6wu6i8E="; 199 199 200 - mypy-boto3-connect = buildMypyBoto3Package "connect" "1.34.29" "sha256-ITp3AxmopIkeVPezwN27Xcy5TnDn8O0rzWHokPzTGdE="; 200 + mypy-boto3-connect = buildMypyBoto3Package "connect" "1.34.61" "sha256-LbiRcZWmULytWtEy0J2mXqQtHofbbfbRV2PyvEFcRfA="; 201 201 202 202 mypy-boto3-connect-contact-lens = buildMypyBoto3Package "connect-contact-lens" "1.34.0" "sha256-Wx9vcjlgXdWZ2qP3Y/hTY2LAeTd+hyyV5JSIuKQ5I5k="; 203 203 ··· 251 251 252 252 mypy-boto3-ebs = buildMypyBoto3Package "ebs" "1.34.0" "sha256-xIrrXOayZed+Jcn4CFXXNgKz/G+RdiuwA04wq+Ry/fs="; 253 253 254 - mypy-boto3-ec2 = buildMypyBoto3Package "ec2" "1.34.58" "sha256-aKewHoA/tX5j8kFCc5zhstjZaM6pnFVdcaUAerWCb44="; 254 + mypy-boto3-ec2 = buildMypyBoto3Package "ec2" "1.34.61" "sha256-rRK8Q3zUJuelfYvaUhrqxbsFUn1Xl6oxCahaRhI3+W8="; 255 255 256 256 mypy-boto3-ec2-instance-connect = buildMypyBoto3Package "ec2-instance-connect" "1.34.0" "sha256-95TXW9HJHciM+lZCdlUYOwcLhkKE8RJpRx9/dEnu3FU="; 257 257 ··· 267 267 268 268 mypy-boto3-elastic-inference = buildMypyBoto3Package "elastic-inference" "1.34.0" "sha256-gbWKw0zDQf3qBlp1KeO7MX1j/GqRUpFAxLG0BKFrHBk="; 269 269 270 - mypy-boto3-elasticache = buildMypyBoto3Package "elasticache" "1.34.0" "sha256-ArUBQ5XbBz4kTABHwgpE6VoRCu2ILVSEvLb2yQWMbvU="; 270 + mypy-boto3-elasticache = buildMypyBoto3Package "elasticache" "1.34.60" "sha256-D3WLH1FS8dddD6WKUmQApvtehGMmjWYzdaMwTHzvzYk="; 271 271 272 272 mypy-boto3-elasticbeanstalk = buildMypyBoto3Package "elasticbeanstalk" "1.34.0" "sha256-ftVFUwY81mg/9zJ4xxVjhXF1HgKpzj1koIS32cMKRLw="; 273 273 ··· 389 389 390 390 mypy-boto3-ivschat = buildMypyBoto3Package "ivschat" "1.34.0" "sha256-eNwL7uUI7x30KJwNO5U/0XSV1O4YZYu/zYvGQgz7p+8="; 391 391 392 - mypy-boto3-kafka = buildMypyBoto3Package "kafka" "1.34.0" "sha256-fBTouiFX1z8WvIECcu8gocENiWMl50hbCEk7K+4OCV0="; 392 + mypy-boto3-kafka = buildMypyBoto3Package "kafka" "1.34.61" "sha256-nXd3Qi8IZsQN595vnsMLSn6pfZU70yPb6Ebhv4SijfE="; 393 393 394 394 mypy-boto3-kafkaconnect = buildMypyBoto3Package "kafkaconnect" "1.34.50" "sha256-frPPAQeFyO92uMqqzBcSC3MVK4V4hbdO9tx4awAKAUU="; 395 395 ··· 475 475 476 476 mypy-boto3-mediapackage-vod = buildMypyBoto3Package "mediapackage-vod" "1.34.0" "sha256-XwGc3+WD8o/MUfcBocl52TPK/RhiCjEb2qDqcuYwB+g="; 477 477 478 - mypy-boto3-mediapackagev2 = buildMypyBoto3Package "mediapackagev2" "1.34.0" "sha256-8UYtTNJDsu0CkxQguWOtNI0viERJ4bRBKNa/In4iIA0="; 478 + mypy-boto3-mediapackagev2 = buildMypyBoto3Package "mediapackagev2" "1.34.60" "sha256-tm54AEKAAuhp8+KeoW/yesl0M8utg7iIbkOpLyotpa8="; 479 479 480 480 mypy-boto3-mediastore = buildMypyBoto3Package "mediastore" "1.34.0" "sha256-v2G2wDXGJwMalYnHTRGvdRTUv41bm8adIOj9tgQV0ys="; 481 481 ··· 685 685 686 686 mypy-boto3-sqs = buildMypyBoto3Package "sqs" "1.34.0" "sha256-C/iZX1iRmrKVOYEA5y6qfaiYrc/Z0zmkLzxIzkc0GdU="; 687 687 688 - mypy-boto3-ssm = buildMypyBoto3Package "ssm" "1.34.47" "sha256-vnDMMvmgfmcBdG6+ZfuhTVnD8kqFEdJ1/YMiyTZfInA="; 688 + mypy-boto3-ssm = buildMypyBoto3Package "ssm" "1.34.61" "sha256-TLyZ9CtpE8U2xsxBwC0/Flkg0ee6u5uxd4K0EFVs3gA="; 689 689 690 690 mypy-boto3-ssm-contacts = buildMypyBoto3Package "ssm-contacts" "1.34.0" "sha256-wkKPGLm24/zgMKitcF9ZaPt/W4m+yHerR1wbEqJALBM="; 691 691
+2 -2
pkgs/development/python-modules/pytest-mypy-plugins/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "pytest-mypy-plugins"; 20 - version = "3.1.0"; 20 + version = "3.1.1"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.7"; ··· 26 26 owner = "typeddjango"; 27 27 repo = "pytest-mypy-plugins"; 28 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-FXJWOeHXeKH8kDzgujOQyu3ZtIwZ5+gc4Fxod3mRRio="; 29 + hash = "sha256-kZbTCdZM+809yFkKWMpeyBOq6hcqcYk7rEYqee9hZwk="; 30 30 }; 31 31 32 32 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/rokuecp/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "rokuecp"; 20 - version = "0.19.1"; 20 + version = "0.19.2"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.9"; ··· 26 26 owner = "ctalkington"; 27 27 repo = "python-rokuecp"; 28 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-lBsfSiG1xSf+blNjQTLtTaG04ezE9eNVjqSAHVy57oY="; 29 + hash = "sha256-L6uedckc2lEQ6CUlQGEyDhnuVsxRRgDQJUEsZTfm2sU="; 30 30 }; 31 31 32 32 nativeBuildInputs = [
+32
pkgs/development/python-modules/slither-analyzer/default.nix
··· 11 11 , solc 12 12 , web3 13 13 , withSolc ? false 14 + , testers 15 + , slither-analyzer 14 16 }: 15 17 16 18 buildPythonPackage rec { ··· 44 46 --prefix PATH : "${lib.makeBinPath [ solc ]}" 45 47 ''; 46 48 49 + # required for pythonImportsCheck 50 + postInstall = '' 51 + export HOME="$TEMP" 52 + ''; 53 + 54 + pythonImportsCheck = [ 55 + "slither" 56 + "slither.all_exceptions" 57 + "slither.analyses" 58 + "slither.core" 59 + "slither.detectors" 60 + "slither.exceptions" 61 + "slither.formatters" 62 + "slither.printers" 63 + "slither.slither" 64 + "slither.slithir" 65 + "slither.solc_parsing" 66 + "slither.utils" 67 + "slither.visitors" 68 + "slither.vyper_parsing" 69 + ]; 70 + 47 71 # No Python tests 48 72 doCheck = false; 49 73 74 + passthru.tests = { 75 + version = testers.testVersion { 76 + package = slither-analyzer; 77 + command = "HOME=$TMPDIR slither --version"; 78 + }; 79 + }; 80 + 50 81 meta = with lib; { 51 82 description = "Static Analyzer for Solidity"; 52 83 longDescription = '' ··· 57 88 homepage = "https://github.com/trailofbits/slither"; 58 89 changelog = "https://github.com/crytic/slither/releases/tag/${version}"; 59 90 license = licenses.agpl3Plus; 91 + mainProgram = "slither"; 60 92 maintainers = with maintainers; [ arturcygan fab hellwolf ]; 61 93 }; 62 94 }
+25 -2
pkgs/development/python-modules/systembridgeconnector/default.nix
··· 2 2 , buildPythonPackage 3 3 , pythonOlder 4 4 , fetchFromGitHub 5 + , fetchpatch2 5 6 , setuptools 6 7 , aiohttp 7 8 , incremental 8 9 , systembridgemodels 10 + , pytest-aiohttp 11 + , pytest-socket 12 + , pytestCheckHook 9 13 }: 10 14 11 15 buildPythonPackage rec { ··· 22 26 hash = "sha256-AjdWDEotz5AUo+auxBqXu7EMv/Kt97DZ6vOrFunZ2Fw="; 23 27 }; 24 28 29 + patches = [ 30 + (fetchpatch2 { 31 + url = "https://github.com/timmo001/system-bridge-connector/commit/a9030cf175ab4b51d77010de89e83cbb426448c2.patch"; 32 + hash = "sha256-0N8knoaEvymSvC92BxDKR0j52oasvOzWosFtHMI2Qmc="; 33 + }) 34 + (fetchpatch2 { 35 + url = "https://github.com/timmo001/system-bridge-connector/commit/25aa172775ee983dc4a29b8dda880aefbad70040.patch"; 36 + hash = "sha256-PedW1S1gZmWkS4sJBqSAx3aoA1KppYS5Xlhoaxqkcd4="; 37 + }) 38 + ]; 39 + 25 40 nativeBuildInputs = [ 26 41 setuptools 27 42 ]; ··· 34 49 35 50 pythonImportsCheck = [ "systembridgeconnector" ]; 36 51 37 - # upstream has no tests 38 - doCheck = false; 52 + nativeCheckInputs = [ 53 + pytest-aiohttp 54 + pytest-socket 55 + pytestCheckHook 56 + ]; 57 + 58 + disabledTests = [ 59 + # ConnectionClosedException: Connection closed to server 60 + "test_get_files" 61 + ]; 39 62 40 63 meta = { 41 64 changelog = "https://github.com/timmo001/system-bridge-connector/releases/tag/${version}";
+2 -2
pkgs/development/python-modules/types-dateutil/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-dateutil"; 8 - version = "2.8.19.20240106"; 8 + version = "2.8.19.20240311"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 pname = "types-python-dateutil"; 13 13 inherit version; 14 - hash = "sha256-H42yIcO5jmygLqg6WDcbIsN09Crlu98YbbnJp2WBRZ8="; 14 + hash = "sha256-UReCJ7vUy+w13Jrf+/Wdgy8g4JhC19y4xzsWm4eAt8s="; 15 15 }; 16 16 17 17 pythonImportsCheck = [
+3 -3
pkgs/development/python-modules/whenever/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "whenever"; 16 - version = "0.3.4"; 16 + version = "0.4.0"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 21 21 src = fetchFromGitHub { 22 22 owner = "ariebovenberg"; 23 23 repo = "whenever"; 24 - rev = version; 25 - hash = "sha256-pVbR9KYothEPJUhvFA3hDnLcKp7hvU8ntxvkYrKxQfQ="; 24 + rev = "refs/tags/${version}"; 25 + hash = "sha256-vZRdt3Vxndp0iwA5uwMHSbzQZZZc5+tBWh3tMJYfIaU="; 26 26 }; 27 27 28 28 postPatch = ''
+3 -3
pkgs/development/tools/kaf/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "kaf"; 5 - version = "0.2.7"; 5 + version = "0.2.8"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "birdayz"; 9 9 repo = "kaf"; 10 10 rev = "v${version}"; 11 - hash = "sha256-H21l8TXCl5UH7h0WXnJqFv/rozIzxBKJJcNzfqIATsQ="; 11 + hash = "sha256-12xPBBLV0jtQQI/inNlWTFBZtYBF0GF1GoD1kv1/thQ="; 12 12 }; 13 13 14 - vendorHash = "sha256-//16AAQ2NK3yf9BKWECz5Mdy0lYuft9Em5cyM8osans="; 14 + vendorHash = "sha256-otKz8ECSb2N3vwU5c1+u7zGvXU4iRvQWWggw9WwG78c="; 15 15 16 16 # Many tests require a running Kafka instance 17 17 doCheck = false;
+2 -2
pkgs/development/tools/micronaut/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "micronaut"; 5 - version = "4.3.4"; 5 + version = "4.3.5"; 6 6 7 7 src = fetchzip { 8 8 url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip"; 9 - sha256 = "sha256-bvxVxmy2mPf9BDjoy3YvWk6LGUFoHZFAVKf3eFNHe1Y="; 9 + sha256 = "sha256-95VcZ5Bjruj5WMkCW0qh1nE25a5E+RJxOZv/lJvrbjk="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ makeWrapper installShellFiles ];
+1 -1
pkgs/development/tools/package-project-cmake/default.nix
··· 39 39 packaging process into a single, easy-to-use command. 40 40 ''; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ ken-matsui ]; 42 + maintainers = with maintainers; [ ]; 43 43 platforms = platforms.all; 44 44 }; 45 45 })
+3 -3
pkgs/development/tools/rust/cargo-component/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "cargo-component"; 12 - version = "0.9.1"; 12 + version = "0.10.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "bytecodealliance"; 16 16 repo = "cargo-component"; 17 17 rev = "v${version}"; 18 - hash = "sha256-hST3mQqL+RNG/R/ewNjtk9KNTbjD5GwKPmx++Tv/LkE="; 18 + hash = "sha256-tNCR9bQp/6Gw+Ser4TEJ60sp8uHStmFVJjQA0wRFWtU="; 19 19 }; 20 20 21 - cargoHash = "sha256-JoVwaqtSoaHH4h2ViqDYD4XDUtiH9jsHhCUAxPdsIps="; 21 + cargoHash = "sha256-37bjpI8iB3xg1aWCNBaU+XQkP5qsl7DIRqRwrJfeQLY="; 22 22 23 23 nativeBuildInputs = [ 24 24 pkg-config
+4 -4
pkgs/misc/vencord/default.nix
··· 5 5 , buildWebExtension ? false 6 6 }: 7 7 let 8 - version = "1.7.0"; 9 - gitHash = "8ccd731"; 8 + version = "1.7.2"; 9 + gitHash = "6e36381"; 10 10 in 11 11 buildNpmPackage rec { 12 12 pname = "vencord"; ··· 16 16 owner = "Vendicated"; 17 17 repo = "Vencord"; 18 18 rev = "v${version}"; 19 - hash = "sha256-gbWmPRRLOXiLlkmcreuEkYRfY3dzrJS1dkM4/w4QmQ8="; 19 + hash = "sha256-+5IGO8ogD6tvRu67AQJMPg5uHWbLRlLR/bseeoN2HKs="; 20 20 }; 21 21 22 22 ESBUILD_BINARY_PATH = lib.getExe (esbuild.overrideAttrs (final: _: { ··· 34 34 npmRebuildFlags = [ "|| true" ]; 35 35 36 36 makeCacheWritable = true; 37 - npmDepsHash = "sha256-uQj1dOBzMWNZoOHj2VlPJ0AX/5CSFH5Rv1Wgg4jwT2A="; 37 + npmDepsHash = "sha256-WzslroWcHOo5LD/OqBqmBKzUWTvCw1PYywqkHScCNL4="; 38 38 npmFlags = [ "--legacy-peer-deps" ]; 39 39 npmBuildScript = if buildWebExtension then "buildWeb" else "build"; 40 40 npmBuildFlags = [ "--" "--standalone" "--disable-updater" ];
+20 -20
pkgs/misc/vencord/package-lock.json
··· 1 1 { 2 2 "name": "vencord", 3 - "version": "1.7.0", 3 + "version": "1.7.2", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "vencord", 9 - "version": "1.7.0", 9 + "version": "1.7.2", 10 10 "license": "GPL-3.0-or-later", 11 11 "dependencies": { 12 12 "@sapphi-red/web-noise-suppressor": "0.3.3", ··· 894 894 "dev": true 895 895 }, 896 896 "node_modules/@types/node": { 897 - "version": "18.19.19", 898 - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.19.tgz", 899 - "integrity": "sha512-qqV6hSy9zACEhQUy5CEGeuXAZN0fNjqLWRIvOXOwdFYhFoKBiY08VKR5kgchr90+TitLVhpUEb54hk4bYaArUw==", 897 + "version": "18.19.23", 898 + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.23.tgz", 899 + "integrity": "sha512-wtE3d0OUfNKtZYAqZb8HAWGxxXsImJcPUAgZNw+dWFxO6s5tIwIjyKnY76tsTatsNCLJPkVYwUpq15D38ng9Aw==", 900 900 "dev": true, 901 901 "dependencies": { 902 902 "undici-types": "~5.26.4" ··· 915 915 "dev": true 916 916 }, 917 917 "node_modules/@types/react": { 918 - "version": "18.2.60", 919 - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.60.tgz", 920 - "integrity": "sha512-dfiPj9+k20jJrLGOu9Nf6eqxm2EyJRrq2NvwOFsfbb7sFExZ9WELPs67UImHj3Ayxg8ruTtKtNnbjaF8olPq0A==", 918 + "version": "18.2.65", 919 + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.65.tgz", 920 + "integrity": "sha512-98TsY0aW4jqx/3RqsUXwMDZSWR1Z4CUlJNue8ueS2/wcxZOsz4xmW1X8ieaWVRHcmmQM3R8xVA4XWB3dJnWwDQ==", 921 921 "dev": true, 922 922 "dependencies": { 923 923 "@types/prop-types": "*", ··· 926 926 } 927 927 }, 928 928 "node_modules/@types/react-dom": { 929 - "version": "18.2.19", 930 - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz", 931 - "integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==", 929 + "version": "18.2.21", 930 + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.21.tgz", 931 + "integrity": "sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==", 932 932 "dev": true, 933 933 "dependencies": { 934 934 "@types/react": "*" ··· 2833 2833 } 2834 2834 }, 2835 2835 "node_modules/get-tsconfig": { 2836 - "version": "4.7.2", 2837 - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz", 2838 - "integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==", 2836 + "version": "4.7.3", 2837 + "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.3.tgz", 2838 + "integrity": "sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==", 2839 2839 "dev": true, 2840 2840 "dependencies": { 2841 2841 "resolve-pkg-maps": "^1.0.0" ··· 3052 3052 } 3053 3053 }, 3054 3054 "node_modules/hasown": { 3055 - "version": "2.0.1", 3056 - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", 3057 - "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", 3055 + "version": "2.0.2", 3056 + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", 3057 + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", 3058 3058 "dev": true, 3059 3059 "dependencies": { 3060 3060 "function-bind": "^1.1.2" ··· 5325 5325 } 5326 5326 }, 5327 5327 "node_modules/typescript": { 5328 - "version": "5.3.3", 5329 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", 5330 - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", 5328 + "version": "5.4.2", 5329 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", 5330 + "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", 5331 5331 "dev": true, 5332 5332 "bin": { 5333 5333 "tsc": "bin/tsc",
+2 -2
pkgs/tools/admin/ansible/lint.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "ansible-lint"; 9 - version = "24.2.0"; 9 + version = "24.2.1"; 10 10 format = "pyproject"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - hash = "sha256-a8XWJz8zcR7G03Df5f2+l6ZLTDbCp6GaJJQBMm6wNhY="; 14 + hash = "sha256-w2Gd6q34UsNT3s/3JCWJvRM54pJxVS5ON7+o9n20xWs="; 15 15 }; 16 16 17 17 postPatch = ''
+2 -2
pkgs/tools/backup/borgmatic/default.nix
··· 13 13 14 14 python3Packages.buildPythonApplication rec { 15 15 pname = "borgmatic"; 16 - version = "1.8.8"; 16 + version = "1.8.9"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - sha256 = "sha256-dPWp8SH4//HJlCrF6YRaMb32idox1E0/Gd8qc/GmP4c="; 20 + sha256 = "sha256-YfDV2BJzi2DVi/eoWg3KeqmJjUv5+TrLpYdF8R7YuPY="; 21 21 }; 22 22 23 23 nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ] ++ passthru.optional-dependencies.apprise;
+2 -2
pkgs/tools/graphics/gromit-mpx/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "gromit-mpx"; 9 - version = "1.5.1"; 9 + version = "1.6.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "bk138"; 13 13 repo = "gromit-mpx"; 14 14 rev = version; 15 - sha256 = "sha256-6sjps0wbB0sTaQtehRmz2KBWxqk3pqJmQs9htqxmJwo="; 15 + sha256 = "sha256-olDQGw0qDWwXpqRopVoEPDXLRpFiiBo+/jiVeL7R6QA="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ];
+3 -3
pkgs/tools/graphics/netpbm/default.nix
··· 20 20 # Determine version and revision from: 21 21 # https://sourceforge.net/p/netpbm/code/HEAD/log/?path=/advanced 22 22 pname = "netpbm"; 23 - version = "11.5.2"; 23 + version = "11.5.3"; 24 24 25 25 outputs = [ "bin" "out" "dev" ]; 26 26 27 27 src = fetchsvn { 28 28 url = "https://svn.code.sf.net/p/netpbm/code/advanced"; 29 - rev = "4839"; 30 - sha256 = "tK9HGERr8UejswZTW3NdXa7OGpzqDTCegGQVaB4RK+I="; 29 + rev = "4867"; 30 + sha256 = "JCJW6BBdxoYWMpZoJp6ovHNqyuU4a1FIvjLB2poDGGM="; 31 31 }; 32 32 33 33 nativeBuildInputs = [
+3 -3
pkgs/tools/networking/ain/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "ain"; 8 - version = "1.4.0"; 8 + version = "1.4.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "jonaslu"; 12 12 repo = "ain"; 13 13 rev = "v${version}"; 14 - hash = "sha256-LjGiRLTQxJ83fFBYH7RzQjDG8ZzHT/y1I7nXTb4peAo="; 14 + hash = "sha256-JEavBPnF3WW6oCZ1OC8g1dZev4qC7bi74/q2nvXK3mo="; 15 15 }; 16 16 17 - vendorHash = "sha256-eyB+0D0+4hHG4yKDj/m9QB+8YTyv+por8fTyu/WcZyg="; 17 + vendorHash = "sha256-+72Y8SKvx7KBK5AIBWKlDqQYpHnZc9CNxCdo4yakPb0="; 18 18 19 19 ldflags = [ 20 20 "-s"
+3 -3
pkgs/tools/networking/proxify/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "proxify"; 8 - version = "0.0.13"; 8 + version = "0.0.15"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "projectdiscovery"; 12 12 repo = "proxify"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-5sicN/Z26nkxtU/6vDkEMBxyRNHIP7hQ+BvzHuQqBhw="; 14 + hash = "sha256-vAI8LKdBmujH7zidXADc8bMLXaFMjT965hR+PVZVeNw="; 15 15 }; 16 16 17 - vendorHash = "sha256-90wNln2C5/K1WfX8rv6kKQpHMpxW3hv5zpZpCSHy8ys="; 17 + vendorHash = "sha256-eGcCc83napjt0VBhpDiHWn7+ew77XparDJ9uyjF353w="; 18 18 19 19 meta = with lib; { 20 20 description = "Proxy tool for HTTP/HTTPS traffic capture";
+3 -3
pkgs/tools/security/naabu/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "naabu"; 9 - version = "2.2.1"; 9 + version = "2.3.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "projectdiscovery"; 13 13 repo = "naabu"; 14 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-z81LL+tx15Zo6OWj4gRSodo7Dk763M+QQ5kYgjrWO3Q="; 15 + hash = "sha256-4aFr0kSKsNVXmYNYSt6mP4HryyIYvUKdzIYWjgPhG1Y="; 16 16 }; 17 17 18 - vendorHash = "sha256-nwrqxlbvr9FZXJpzmcn0IBEtlJfeYCy8DJsBvxEgj6k="; 18 + vendorHash = "sha256-QHVB8ovAWECb4n6CKTK4tnGgTrJSFxIV0KZk4PEYInE="; 19 19 20 20 buildInputs = [ 21 21 libpcap
+6 -3
pkgs/tools/security/proxmark3/default.nix
··· 7 7 , bzip2 8 8 , openssl 9 9 , jansson 10 + , gd 10 11 , whereami 11 12 , lua 12 13 , lz4 ··· 23 24 , standalone ? "LF_SAMYRUN" 24 25 }: 25 26 assert withBlueshark -> stdenv.hostPlatform.isLinux; 26 - stdenv.mkDerivation rec { 27 + stdenv.mkDerivation (finalAttrs: { 27 28 pname = "proxmark3"; 28 29 version = "4.18218"; 29 30 30 31 src = fetchFromGitHub { 31 32 owner = "RfidResearchGroup"; 32 33 repo = "proxmark3"; 33 - rev = "v${version}"; 34 + rev = "v${finalAttrs.version}"; 34 35 hash = "sha256-LltTTmYEF1JsqkVaj7Z19qGR+dEUj6Hwr6T5Z1eDzZc="; 35 36 }; 36 37 ··· 59 60 bzip2 60 61 openssl 61 62 jansson 63 + gd 62 64 lz4 63 65 whereami 64 66 lua ··· 84 86 license = licenses.gpl3Plus; 85 87 maintainers = with maintainers; [ nyanotech emilytrau ]; 86 88 platforms = platforms.unix; 89 + mainProgram = "pm3"; 87 90 }; 88 - } 91 + })
+3 -3
pkgs/tools/system/natscli/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "natscli"; 8 - version = "0.1.3"; 8 + version = "0.1.4"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "nats-io"; 12 12 repo = "natscli"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-40gKG47C8RvgPm3qJ5oNJP82efmCfrCSKVt+35jawlw="; 14 + hash = "sha256-c2bFFbHKjKwkzX2Br1CC2aMh1Tz0NPVWCfPSFbu/XnU="; 15 15 }; 16 16 17 - vendorHash = "sha256-d2JijN9OU/hQFU3Q2kEAWU0nRrPacfRWNIhEuLHjoIc="; 17 + vendorHash = "sha256-ltTQWAS6OG485oj6GEpgQnnuCUunSqUtgq1/OPcjKmQ="; 18 18 19 19 meta = with lib; { 20 20 description = "NATS Command Line Interface";
+2 -2
pkgs/tools/virtualization/govc/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "govc"; 5 - version = "0.36.0"; 5 + version = "0.36.1"; 6 6 7 7 subPackages = [ "govc" ]; 8 8 ··· 10 10 rev = "v${version}"; 11 11 owner = "vmware"; 12 12 repo = "govmomi"; 13 - sha256 = "sha256-laceJmheluiY120q1gqXk98mtztC9xwMd+5j3wUspas="; 13 + sha256 = "sha256-09zeE2ry5RqwT92HMe0ANclWy+tVTgeJAiQkWX8PbYs="; 14 14 }; 15 15 16 16 vendorHash = "sha256-1EAQMYaTEtfAiu7+UTkC7QZwSWC1Ihwj9leTd90T0ZU=";
+3 -2
pkgs/top-level/all-packages.nix
··· 107 107 Please be informed that this pseudo-package is not the only part 108 108 of Nixpkgs that fails to evaluate. You should not evaluate 109 109 entire Nixpkgs without some special measures to handle failing 110 - packages, like using pkgs/top-level/release-attrpaths.nix. 110 + packages, like using pkgs/top-level/release-attrpaths-superset.nix. 111 111 ''; 112 112 113 113 tests = callPackages ../test { }; ··· 12220 12220 prototypejs = callPackage ../development/libraries/prototypejs { }; 12221 12221 12222 12222 proxmark3 = libsForQt5.callPackage ../tools/security/proxmark3/default.nix { 12223 - inherit (darwin.apple_sdk.frameworks) Foundation AppKit; 12223 + inherit (darwin.apple_sdk_11_0.frameworks) Foundation AppKit; 12224 + stdenv = if stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else stdenv; 12224 12225 }; 12225 12226 12226 12227 proxychains = callPackage ../tools/networking/proxychains { };