lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge remote-tracking branch 'origin/staging-next' into staging

Conflicts:
pkgs/development/compilers/go/2-dev.nix

zowoq 3a70d5dc cc774b57

+315 -280
+23
pkgs/applications/editors/emacs/elisp-packages/control-lock/default.nix
··· 1 + { lib, stdenv, fetchurl }: 2 + 3 + stdenv.mkDerivation { 4 + name = "control-lock"; 5 + 6 + src = fetchurl { 7 + url = "https://github.com/emacsmirror/emacswiki.org/blob/185fdc34fb1e02b43759ad933d3ee5646b0e78f8/control-lock.el"; 8 + sha256 = "1b5xcgq2r565pr1c14dwrmn1fl05p56infapa5pqvajv2kpfla7h"; 9 + }; 10 + 11 + dontUnpack = true; 12 + 13 + installPhase = '' 14 + install -d $out/share/emacs/site-lisp 15 + install $src $out/share/emacs/site-lisp/control-lock.el 16 + ''; 17 + 18 + meta = { 19 + description = "Like caps-lock, but for your control key. Give your pinky a rest!"; 20 + homepage = "https://www.emacswiki.org/emacs/control-lock.el"; 21 + platforms = lib.platforms.all; 22 + }; 23 + }
+2
pkgs/applications/editors/emacs/elisp-packages/manual-packages.nix
··· 190 190 191 191 perl-completion = callPackage ./perl-completion { }; 192 192 193 + control-lock = callPackage ./control-lock { }; 194 + 193 195 plz = callPackage ./plz { }; 194 196 195 197 pod-mode = callPackage ./pod-mode { };
+3 -3
pkgs/applications/misc/gsctl/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gsctl"; 5 - version = "1.1.4"; 5 + version = "1.1.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "giantswarm"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-uCNWgaLZMm1vPxFduj8mpjKYuYlp1ChF6bK+bmAWy50="; 11 + sha256 = "sha256-P1hJoZ1YSZTCo5ha/Um/nYVVhbYC3dcrQGJYTSnqNu4="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-lZgHrQYqoyoM1Iv6vCqTMcv62zSKyxaAsq56kUXHrIA="; 14 + vendorSha256 = "sha256-NeRABlKUpD2ZHRid/vu34Dh9uHZ+7IXWFPX8jkexUog="; 15 15 16 16 ldflags = 17 17 [ "-s" "-w" "-X github.com/giantswarm/gsctl/buildinfo.Version=${version}" ];
+2 -2
pkgs/applications/misc/zathura/core/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "zathura"; 13 - version = "0.4.8"; 13 + version = "0.4.9"; 14 14 15 15 src = fetchurl { 16 16 url = "https://pwmt.org/projects/${pname}/download/${pname}-${version}.tar.xz"; 17 - sha256 = "1nr0ym1mi2afk4ycdf1ppmkcv7i7hyzwn4p3r4m0j2qm3nvaiami"; 17 + sha256 = "0msy7s57mlx0wya99qpia4fpcy40pbj253kmx2y97nb0sqnc8c7w"; 18 18 }; 19 19 20 20 outputs = [ "bin" "man" "dev" "out" ];
+6 -6
pkgs/applications/networking/instant-messengers/slack/default.nix
··· 44 44 45 45 pname = "slack"; 46 46 47 - x86_64-darwin-version = "4.23.0"; 48 - x86_64-darwin-sha256 = "0l4zfyys0yf95dn0sldyjkhzp7bpn84z9q9li1lvv5jj55f0g9jd"; 47 + x86_64-darwin-version = "4.25.0"; 48 + x86_64-darwin-sha256 = "1ffg003ic0jhkis9ai2873axwzqj9yvjab8212zwhvr3a23zzr5c"; 49 49 50 - x86_64-linux-version = "4.23.0"; 51 - x86_64-linux-sha256 = "1wsrxacnj9f3cb6as7ncbdvi02jqcbyc7ijsavps5bls9phkp0is"; 50 + x86_64-linux-version = "4.25.0"; 51 + x86_64-linux-sha256 = "0b22hnf9bzdzffnxrsjqcimqhz5imshvp9gw9baz12d45jh610g8"; 52 52 53 - aarch64-darwin-version = "4.23.0"; 54 - aarch64-darwin-sha256 = "053psiqysyi7l8pviq0vwvk2azlxcpdrwfa0b99f1h6lbfcf48f3"; 53 + aarch64-darwin-version = "4.25.0"; 54 + aarch64-darwin-sha256 = "0s4c66bzi42y2r1c94r4ds5fyzzgvzkvrria0z45ysa47lnldp0f"; 55 55 56 56 version = { 57 57 x86_64-darwin = x86_64-darwin-version;
+169 -119
pkgs/applications/networking/n8n/node-packages.nix
··· 445 445 sha512 = "zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A=="; 446 446 }; 447 447 }; 448 - "@types/lodash-4.14.180" = { 448 + "@types/lodash-4.14.181" = { 449 449 name = "_at_types_slash_lodash"; 450 450 packageName = "@types/lodash"; 451 - version = "4.14.180"; 451 + version = "4.14.181"; 452 452 src = fetchurl { 453 - url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.180.tgz"; 454 - sha512 = "XOKXa1KIxtNXgASAnwj7cnttJxS4fksBRywK/9LzRV5YxrF80BXZIGeQSuoESQ/VkUj30Ae0+YcuHc15wJCB2g=="; 453 + url = "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.181.tgz"; 454 + sha512 = "n3tyKthHJbkiWhDZs3DkhkCzt2MexYHXlX0td5iMplyfwketaOeKboEVBqzceH7juqvEg3q5oUoBFxSLu7zFag=="; 455 455 }; 456 456 }; 457 457 "@types/lossless-json-1.0.1" = { ··· 661 661 sha1 = "6a3e6bf0a63900ba15652808cb15c6813d1a5f25"; 662 662 }; 663 663 }; 664 - "adler-32-1.3.0" = { 664 + "adler-32-1.3.1" = { 665 665 name = "adler-32"; 666 666 packageName = "adler-32"; 667 - version = "1.3.0"; 667 + version = "1.3.1"; 668 668 src = fetchurl { 669 - url = "https://registry.npmjs.org/adler-32/-/adler-32-1.3.0.tgz"; 670 - sha512 = "f5nltvjl+PRUh6YNfUstRaXwJxtfnKEWhAWWlmKvh+Y3J2+98a0KKVYDEhz6NdKGqswLhjNGznxfSsZGOvOd9g=="; 669 + url = "https://registry.npmjs.org/adler-32/-/adler-32-1.3.1.tgz"; 670 + sha512 = "ynZ4w/nUUv5rrsR8UUGoe1VC9hZj6V5hU9Qw1HlMDJGEJw5S7TfTErWTjMys6M7vr0YWcPqs3qAr4ss0nDfP+A=="; 671 671 }; 672 672 }; 673 673 "agent-base-6.0.2" = { ··· 958 958 sha512 = "h7diyELoq692AA4oqO50ULoYKIomUdzuQ+NW+eFPwIX0xzVbXEu9cIcgzZ3TYNVbpkGtcNKh51aRfAQNef7HVA=="; 959 959 }; 960 960 }; 961 - "avsc-5.7.3" = { 961 + "avsc-5.7.4" = { 962 962 name = "avsc"; 963 963 packageName = "avsc"; 964 - version = "5.7.3"; 964 + version = "5.7.4"; 965 965 src = fetchurl { 966 - url = "https://registry.npmjs.org/avsc/-/avsc-5.7.3.tgz"; 967 - sha512 = "uUbetCWczQHbsKyX1C99XpQHBM8SWfovvaZhPIj23/1uV7SQf0WeRZbiLpw0JZm+LHTChfNgrLfDJOVoU2kU+A=="; 966 + url = "https://registry.npmjs.org/avsc/-/avsc-5.7.4.tgz"; 967 + sha512 = "z4oo33lmnvvNRqfUe3YjDGGpqu/L2+wXBIhMtwq6oqZ+exOUAkQYM6zd2VWKF7AIlajOF8ZZuPFfryTG9iLC/w=="; 968 968 }; 969 969 }; 970 - "aws-sdk-2.1101.0" = { 970 + "aws-sdk-2.1106.0" = { 971 971 name = "aws-sdk"; 972 972 packageName = "aws-sdk"; 973 - version = "2.1101.0"; 973 + version = "2.1106.0"; 974 974 src = fetchurl { 975 - url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1101.0.tgz"; 976 - sha512 = "7lyVb7GXGl8yyu954Qxf6vU6MrcgFlmKyTLBVXJyo3Phn1OB+qOExA55WtSC6gQiQ7e5TeWOn1RUHLg30ywTBA=="; 975 + url = "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1106.0.tgz"; 976 + sha512 = "3dr0TTR2LI70ST8fa4IgXHpWdH4yv7FLnt9YEndwFQ8ar2EMCMpMU67wwCGBA72GUi0aOg4+lsLjGmCvIq3jug=="; 977 977 }; 978 978 }; 979 979 "aws-sign2-0.7.0" = { ··· 1174 1174 sha512 = "SAAwOxgoCKMGs9uUAUFHygfLAyaniaoun6I8mFY9pRAJL9+Kec34aU+oIjDhTycub1jozEfEwx1W1IuOYxVSFw=="; 1175 1175 }; 1176 1176 }; 1177 + "body-parser-1.20.0" = { 1178 + name = "body-parser"; 1179 + packageName = "body-parser"; 1180 + version = "1.20.0"; 1181 + src = fetchurl { 1182 + url = "https://registry.npmjs.org/body-parser/-/body-parser-1.20.0.tgz"; 1183 + sha512 = "DfJ+q6EPcGKZD1QWUjSpqp+Q7bDQTsQIF4zfUAtZ6qk+H/3/QRhg9CEp39ss+/T2vw0+HaidC0ecJj/DRLIaKg=="; 1184 + }; 1185 + }; 1177 1186 "body-parser-xml-2.0.3" = { 1178 1187 name = "body-parser-xml"; 1179 1188 packageName = "body-parser-xml"; ··· 1435 1444 sha512 = "hjx1XE1M/D5pAtMgvWwE21QClmAEeGHOIDfycgmndisdNgI6PE1cGRQkMGBcsbUbmEQyWu5PJLUcAOjtQS8DWw=="; 1436 1445 }; 1437 1446 }; 1438 - "cheerio-select-1.5.0" = { 1447 + "cheerio-select-1.6.0" = { 1439 1448 name = "cheerio-select"; 1440 1449 packageName = "cheerio-select"; 1441 - version = "1.5.0"; 1450 + version = "1.6.0"; 1442 1451 src = fetchurl { 1443 - url = "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.5.0.tgz"; 1444 - sha512 = "qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg=="; 1452 + url = "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.6.0.tgz"; 1453 + sha512 = "eq0GdBvxVFbqWgmCm7M3XGs1I8oLy/nExUnh6oLqmBditPO9AqQJrkslDpMun/hZ0yyTs8L0m85OHp4ho6Qm9g=="; 1445 1454 }; 1446 1455 }; 1447 1456 "chokidar-3.5.2" = { ··· 1894 1903 sha512 = "uTqEnCvWRk042asU6JtapDTcJeeailFy4ydOQS28bj1hcLnYRiqi8SsD2jS412AY1I/4qdOwWZun774iqywf9w=="; 1895 1904 }; 1896 1905 }; 1897 - "css-select-4.2.1" = { 1906 + "css-select-4.3.0" = { 1898 1907 name = "css-select"; 1899 1908 packageName = "css-select"; 1900 - version = "4.2.1"; 1909 + version = "4.3.0"; 1901 1910 src = fetchurl { 1902 - url = "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz"; 1903 - sha512 = "/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ=="; 1911 + url = "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz"; 1912 + sha512 = "wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ=="; 1904 1913 }; 1905 1914 }; 1906 - "css-what-5.1.0" = { 1915 + "css-what-6.1.0" = { 1907 1916 name = "css-what"; 1908 1917 packageName = "css-what"; 1909 - version = "5.1.0"; 1918 + version = "6.1.0"; 1910 1919 src = fetchurl { 1911 - url = "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz"; 1912 - sha512 = "arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw=="; 1920 + url = "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz"; 1921 + sha512 = "HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw=="; 1913 1922 }; 1914 1923 }; 1915 1924 "cssfilter-0.0.10" = { ··· 2074 2083 sha1 = "978857442c44749e4206613e37946205826abd80"; 2075 2084 }; 2076 2085 }; 2086 + "destroy-1.2.0" = { 2087 + name = "destroy"; 2088 + packageName = "destroy"; 2089 + version = "1.2.0"; 2090 + src = fetchurl { 2091 + url = "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz"; 2092 + sha512 = "2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg=="; 2093 + }; 2094 + }; 2077 2095 "detect-libc-1.0.3" = { 2078 2096 name = "detect-libc"; 2079 2097 packageName = "detect-libc"; ··· 2299 2317 sha512 = "2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA=="; 2300 2318 }; 2301 2319 }; 2302 - "es-abstract-1.19.1" = { 2320 + "es-abstract-1.19.2" = { 2303 2321 name = "es-abstract"; 2304 2322 packageName = "es-abstract"; 2305 - version = "1.19.1"; 2323 + version = "1.19.2"; 2306 2324 src = fetchurl { 2307 - url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz"; 2308 - sha512 = "2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w=="; 2325 + url = "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz"; 2326 + sha512 = "gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w=="; 2309 2327 }; 2310 2328 }; 2311 2329 "es-to-primitive-1.2.1" = { ··· 3064 3082 sha512 = "Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g=="; 3065 3083 }; 3066 3084 }; 3085 + "http-errors-2.0.0" = { 3086 + name = "http-errors"; 3087 + packageName = "http-errors"; 3088 + version = "2.0.0"; 3089 + src = fetchurl { 3090 + url = "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz"; 3091 + sha512 = "FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ=="; 3092 + }; 3093 + }; 3067 3094 "http-proxy-agent-4.0.1" = { 3068 3095 name = "http-proxy-agent"; 3069 3096 packageName = "http-proxy-agent"; ··· 3442 3469 sha512 = "41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="; 3443 3470 }; 3444 3471 }; 3445 - "is-number-object-1.0.6" = { 3472 + "is-number-object-1.0.7" = { 3446 3473 name = "is-number-object"; 3447 3474 packageName = "is-number-object"; 3448 - version = "1.0.6"; 3475 + version = "1.0.7"; 3449 3476 src = fetchurl { 3450 - url = "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz"; 3451 - sha512 = "bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g=="; 3477 + url = "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz"; 3478 + sha512 = "k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ=="; 3452 3479 }; 3453 3480 }; 3454 3481 "is-promise-1.0.1" = { ··· 3496 3523 sha512 = "XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg=="; 3497 3524 }; 3498 3525 }; 3499 - "is-shared-array-buffer-1.0.1" = { 3526 + "is-shared-array-buffer-1.0.2" = { 3500 3527 name = "is-shared-array-buffer"; 3501 3528 packageName = "is-shared-array-buffer"; 3502 - version = "1.0.1"; 3529 + version = "1.0.2"; 3503 3530 src = fetchurl { 3504 - url = "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz"; 3505 - sha512 = "IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA=="; 3531 + url = "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz"; 3532 + sha512 = "sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA=="; 3506 3533 }; 3507 3534 }; 3508 3535 "is-stream-2.0.1" = { ··· 4504 4531 sha512 = "z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q=="; 4505 4532 }; 4506 4533 }; 4507 - "n8n-core-0.111.0" = { 4534 + "n8n-core-0.112.0" = { 4508 4535 name = "n8n-core"; 4509 4536 packageName = "n8n-core"; 4510 - version = "0.111.0"; 4537 + version = "0.112.0"; 4511 4538 src = fetchurl { 4512 - url = "https://registry.npmjs.org/n8n-core/-/n8n-core-0.111.0.tgz"; 4513 - sha512 = "fZLLJ60yIuuX+geKGQrO6jk+kxn1UaCJMoWEi2FVE+InTmi+/r51Bv6LGoapoW0Oz+Em+CDq0wE7Yzg3xNx7fw=="; 4539 + url = "https://registry.npmjs.org/n8n-core/-/n8n-core-0.112.0.tgz"; 4540 + sha512 = "1b/J9XWBrjqMCcDAM1vZlsEpeBXI7gZ9Jpxgpgu4eHh3l/BJfyeqq5KXgULfyDtolDn/bil0s7qXA2njmZLerw=="; 4514 4541 }; 4515 4542 }; 4516 4543 "n8n-design-system-0.16.0" = { ··· 4522 4549 sha512 = "X7Qa+DoXRyJL4gqh7x59udnPIBYAUgDvhchL33dpI/Rgq9gaFajT9eAuOFQnXKMUaL0FZ5hu3rRGcAmwwEA/bA=="; 4523 4550 }; 4524 4551 }; 4525 - "n8n-editor-ui-0.137.0" = { 4552 + "n8n-editor-ui-0.138.0" = { 4526 4553 name = "n8n-editor-ui"; 4527 4554 packageName = "n8n-editor-ui"; 4528 - version = "0.137.0"; 4555 + version = "0.138.0"; 4529 4556 src = fetchurl { 4530 - url = "https://registry.npmjs.org/n8n-editor-ui/-/n8n-editor-ui-0.137.0.tgz"; 4531 - sha512 = "/wYAIh/3RtVaFxY+vtVEACfo6xsVOi3cEPWd+GSFCK/AMxXs517CNGbwNz54geqaGNUH+rhhUz87C0pG+TgiUg=="; 4557 + url = "https://registry.npmjs.org/n8n-editor-ui/-/n8n-editor-ui-0.138.0.tgz"; 4558 + sha512 = "1/mUJYSWG4vmUfMlT65lvtQzfDBMCHxhdIU3TUG2umvdIEsSHJM1gZwAPfoJZppoZ6DX/ApuxXY/67OXfgatQw=="; 4532 4559 }; 4533 4560 }; 4534 - "n8n-nodes-base-0.168.0" = { 4561 + "n8n-nodes-base-0.169.0" = { 4535 4562 name = "n8n-nodes-base"; 4536 4563 packageName = "n8n-nodes-base"; 4537 - version = "0.168.0"; 4564 + version = "0.169.0"; 4538 4565 src = fetchurl { 4539 - url = "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-0.168.0.tgz"; 4540 - sha512 = "TyIL5Gwn+qvfi+1nNkQTPfrJYMqjx2P2OCiDWAMfzahauJyJpfJMYpIEKF3UxoKXCfWpBYPmHVoov6GadEOR1w=="; 4566 + url = "https://registry.npmjs.org/n8n-nodes-base/-/n8n-nodes-base-0.169.0.tgz"; 4567 + sha512 = "O8vwS7ROybSRLqXwG58xdLNrbA8hAvX4jSodXsztpGChbDWcrYJUXBewN9+Lfh1UAegz12G1devygc1W92qveQ=="; 4541 4568 }; 4542 4569 }; 4543 - "n8n-workflow-0.93.0" = { 4570 + "n8n-workflow-0.94.0" = { 4544 4571 name = "n8n-workflow"; 4545 4572 packageName = "n8n-workflow"; 4546 - version = "0.93.0"; 4573 + version = "0.94.0"; 4547 4574 src = fetchurl { 4548 - url = "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.93.0.tgz"; 4549 - sha512 = "IqZrnTKdIZD7aeL9/FiwoI7w1WBgeBmqZVXRF+OGtIHooK/lDkHpy17hoXXqAyeATiVf2licgl8F/zMvSsnuJA=="; 4575 + url = "https://registry.npmjs.org/n8n-workflow/-/n8n-workflow-0.94.0.tgz"; 4576 + sha512 = "cVs5XPlbNDcCrGU5IoYzjO7IOsYNsNtEt5vVxkL9q5EgEmHhPYakValJN4GyLQ7Otdpsf47lJg/0EG3TvOssGQ=="; 4550 4577 }; 4551 4578 }; 4552 4579 "named-placeholders-1.1.2" = { ··· 4567 4594 sha512 = "wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA=="; 4568 4595 }; 4569 4596 }; 4570 - "nanoid-3.3.1" = { 4597 + "nanoid-3.3.2" = { 4571 4598 name = "nanoid"; 4572 4599 packageName = "nanoid"; 4573 - version = "3.3.1"; 4600 + version = "3.3.2"; 4574 4601 src = fetchurl { 4575 - url = "https://registry.npmjs.org/nanoid/-/nanoid-3.3.1.tgz"; 4576 - sha512 = "n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw=="; 4602 + url = "https://registry.npmjs.org/nanoid/-/nanoid-3.3.2.tgz"; 4603 + sha512 = "CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA=="; 4577 4604 }; 4578 4605 }; 4579 4606 "native-duplexpair-1.0.0" = { ··· 4862 4889 src = fetchurl { 4863 4890 url = "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz"; 4864 4891 sha1 = "20f1336481b083cd75337992a16971aa2d906947"; 4892 + }; 4893 + }; 4894 + "on-finished-2.4.1" = { 4895 + name = "on-finished"; 4896 + packageName = "on-finished"; 4897 + version = "2.4.1"; 4898 + src = fetchurl { 4899 + url = "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz"; 4900 + sha512 = "oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg=="; 4865 4901 }; 4866 4902 }; 4867 4903 "on-headers-1.0.2" = { ··· 5431 5467 sha512 = "zA2SmoLaxZyArQTOPj5LXecR+RagfPSU5Kw1qP+jkWeNlrq+eJZyY2oS68SU1Z/7/myXM4lo9716laOFAVStCQ=="; 5432 5468 }; 5433 5469 }; 5434 - "printj-1.2.3" = { 5435 - name = "printj"; 5436 - packageName = "printj"; 5437 - version = "1.2.3"; 5438 - src = fetchurl { 5439 - url = "https://registry.npmjs.org/printj/-/printj-1.2.3.tgz"; 5440 - sha512 = "sanczS6xOJOg7IKDvi4sGOUOe7c1tsEzjwlLFH/zgwx/uyImVM9/rgBkc8AfiQa/Vg54nRd8mkm9yI7WV/O+WA=="; 5441 - }; 5442 - }; 5443 5470 "printj-1.3.1" = { 5444 5471 name = "printj"; 5445 5472 packageName = "printj"; ··· 5735 5762 src = fetchurl { 5736 5763 url = "https://registry.npmjs.org/raw-body/-/raw-body-2.4.3.tgz"; 5737 5764 sha512 = "UlTNLIcu0uzb4D2f4WltY6cVjLi+/jEN4lgEUj3E04tpMDpUlkBo/eSn6zou9hum2VMNpCCUone0O0WeJim07g=="; 5765 + }; 5766 + }; 5767 + "raw-body-2.5.1" = { 5768 + name = "raw-body"; 5769 + packageName = "raw-body"; 5770 + version = "2.5.1"; 5771 + src = fetchurl { 5772 + url = "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz"; 5773 + sha512 = "qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig=="; 5738 5774 }; 5739 5775 }; 5740 5776 "rc-1.2.8" = { ··· 6286 6322 sha512 = "wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="; 6287 6323 }; 6288 6324 }; 6289 - "simple-git-2.48.0" = { 6325 + "simple-git-3.5.0" = { 6290 6326 name = "simple-git"; 6291 6327 packageName = "simple-git"; 6292 - version = "2.48.0"; 6328 + version = "3.5.0"; 6293 6329 src = fetchurl { 6294 - url = "https://registry.npmjs.org/simple-git/-/simple-git-2.48.0.tgz"; 6295 - sha512 = "z4qtrRuaAFJS4PUd0g+xy7aN4y+RvEt/QTJpR184lhJguBA1S/LsVlvE/CM95RsYMOFJG3NGGDjqFCzKU19S/A=="; 6330 + url = "https://registry.npmjs.org/simple-git/-/simple-git-3.5.0.tgz"; 6331 + sha512 = "fZsaq5nzdxQRhMNs6ESGLpMUHoL5GRP+boWPhq9pMYMKwOGZV2jHOxi8AbFFA2Y/6u4kR99HoULizSbpzaODkA=="; 6296 6332 }; 6297 6333 }; 6298 6334 "simple-lru-cache-0.0.2" = { ··· 6430 6466 sha512 = "+idbmIXoYET47hH+d7dfm2epdOMUDjqcB4648sTZ+t2JwoyBFL/insLfB/racrDmsKB3diwsDA696pZMieAC5g=="; 6431 6467 }; 6432 6468 }; 6433 - "ssh2-1.8.0" = { 6469 + "ssh2-1.9.0" = { 6434 6470 name = "ssh2"; 6435 6471 packageName = "ssh2"; 6436 - version = "1.8.0"; 6472 + version = "1.9.0"; 6437 6473 src = fetchurl { 6438 - url = "https://registry.npmjs.org/ssh2/-/ssh2-1.8.0.tgz"; 6439 - sha512 = "NVIRkIwJvWl+mcRozp+EBzHMVCcbDKBea64ToPdZEk43yAVGwmfqYZRPFRnnvGjsKC34wYCmiupTcKgCVNVNNg=="; 6474 + url = "https://registry.npmjs.org/ssh2/-/ssh2-1.9.0.tgz"; 6475 + sha512 = "rhhIZT0eMPvCBSOG8CpqZZ7gre2vgXaIqmb3Jb83t88rjsxIsFzDanqBJM9Ns8BmP1835A5IbQ199io4EUZwOA=="; 6440 6476 }; 6441 6477 }; 6442 6478 "ssh2-sftp-client-7.2.3" = { ··· 6482 6518 src = fetchurl { 6483 6519 url = "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz"; 6484 6520 sha1 = "161c7dac177659fd9811f43771fa99381478628c"; 6521 + }; 6522 + }; 6523 + "statuses-2.0.1" = { 6524 + name = "statuses"; 6525 + packageName = "statuses"; 6526 + version = "2.0.1"; 6527 + src = fetchurl { 6528 + url = "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz"; 6529 + sha512 = "RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ=="; 6485 6530 }; 6486 6531 }; 6487 6532 "stealthy-require-1.1.1" = { ··· 7258 7303 sha512 = "KEW0gkeNOLJjtXN4jqJhTazez5jtrwimHkE5Few/VxblH4F9EcvJiEsahrV5kg5uKd5U8du4ORKS6QjGE0piYA=="; 7259 7304 }; 7260 7305 }; 7261 - "vue-i18n-8.27.0" = { 7306 + "vue-i18n-8.27.1" = { 7262 7307 name = "vue-i18n"; 7263 7308 packageName = "vue-i18n"; 7264 - version = "8.27.0"; 7309 + version = "8.27.1"; 7265 7310 src = fetchurl { 7266 - url = "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.27.0.tgz"; 7267 - sha512 = "SX35iJHL5PJ4Gfh0Mo/q0shyHiI2V6Zkh51c+k8E9O1RKv5BQyYrCxRzpvPrsIOJEnLaeiovet3dsUB0e/kDzw=="; 7311 + url = "https://registry.npmjs.org/vue-i18n/-/vue-i18n-8.27.1.tgz"; 7312 + sha512 = "lWrGm4F25qReJ7XxSnFVb2h3PfW54ldnM4C+YLBGGJ75+Myt/kj4hHSTKqsyDLamvNYpvINMicSOdW+7yuqgIQ=="; 7268 7313 }; 7269 7314 }; 7270 7315 "vue2-boring-avatars-0.3.4" = { ··· 7579 7624 n8n = nodeEnv.buildNodePackage { 7580 7625 name = "n8n"; 7581 7626 packageName = "n8n"; 7582 - version = "0.170.0"; 7627 + version = "0.171.0"; 7583 7628 src = fetchurl { 7584 - url = "https://registry.npmjs.org/n8n/-/n8n-0.170.0.tgz"; 7585 - sha512 = "aY4A9+P7K6iinxFyDZl9Jdin283csAbiMStjfxLX5IfO75/aNbjXhSmpjclV9PCUuuTonvoMiVMTvpbCaeImqg=="; 7629 + url = "https://registry.npmjs.org/n8n/-/n8n-0.171.0.tgz"; 7630 + sha512 = "GenMxluqj0PfttyWndoMUsmyJ8r5pilWoY7xT+TVjCl5znhtIUT+3GTeDZ8K3vYqJILHXVxspyF5yLz2Ytnjow=="; 7586 7631 }; 7587 7632 dependencies = [ 7588 7633 (sources."@azure/abort-controller-1.0.5" // { ··· 7691 7736 sources."@types/ftp-0.3.33" 7692 7737 sources."@types/json-diff-0.5.2" 7693 7738 sources."@types/jsonwebtoken-8.5.8" 7694 - sources."@types/lodash-4.14.180" 7739 + sources."@types/lodash-4.14.181" 7695 7740 sources."@types/lossless-json-1.0.1" 7696 7741 sources."@types/mime-1.3.2" 7697 7742 sources."@types/node-17.0.23" ··· 7762 7807 sources."semver-6.3.0" 7763 7808 ]; 7764 7809 }) 7765 - sources."avsc-5.7.3" 7766 - (sources."aws-sdk-2.1101.0" // { 7810 + sources."avsc-5.7.4" 7811 + (sources."aws-sdk-2.1106.0" // { 7767 7812 dependencies = [ 7768 7813 sources."buffer-4.9.2" 7769 7814 sources."events-1.1.1" ··· 7817 7862 }) 7818 7863 sources."bluebird-3.7.2" 7819 7864 sources."bn.js-4.12.0" 7820 - (sources."body-parser-1.19.2" // { 7865 + (sources."body-parser-1.20.0" // { 7821 7866 dependencies = [ 7822 7867 sources."debug-2.6.9" 7823 7868 sources."ms-2.0.0" ··· 7853 7898 sources."caseless-0.12.0" 7854 7899 (sources."cfb-1.2.1" // { 7855 7900 dependencies = [ 7856 - (sources."adler-32-1.3.0" // { 7857 - dependencies = [ 7858 - sources."printj-1.2.3" 7859 - ]; 7860 - }) 7901 + sources."adler-32-1.3.1" 7861 7902 sources."printj-1.3.1" 7862 7903 ]; 7863 7904 }) ··· 7870 7911 sources."chardet-0.7.0" 7871 7912 sources."charenc-0.0.2" 7872 7913 sources."cheerio-1.0.0-rc.6" 7873 - sources."cheerio-select-1.5.0" 7914 + sources."cheerio-select-1.6.0" 7874 7915 sources."chokidar-3.5.2" 7875 7916 sources."chownr-1.1.4" 7876 7917 sources."clamp-1.0.1" ··· 7956 7997 sources."crypt-0.0.2" 7957 7998 sources."crypto-js-4.1.1" 7958 7999 sources."csrf-3.1.0" 7959 - sources."css-select-4.2.1" 7960 - sources."css-what-5.1.0" 8000 + sources."css-select-4.3.0" 8001 + sources."css-what-6.1.0" 7961 8002 sources."cssfilter-0.0.10" 7962 8003 sources."dashdash-1.14.1" 7963 8004 sources."date-utils-1.2.21" ··· 7969 8010 sources."delayed-stream-1.0.0" 7970 8011 sources."delegates-1.0.0" 7971 8012 sources."denque-1.5.1" 7972 - sources."depd-1.1.2" 7973 - sources."destroy-1.0.4" 8013 + sources."depd-2.0.0" 8014 + sources."destroy-1.2.0" 7974 8015 sources."detect-libc-1.0.3" 7975 8016 sources."diagnostics-1.1.1" 7976 8017 sources."difflib-0.2.4" ··· 8006 8047 sources."entities-2.2.0" 8007 8048 sources."env-variable-0.0.6" 8008 8049 sources."err-code-2.0.3" 8009 - sources."es-abstract-1.19.1" 8050 + sources."es-abstract-1.19.2" 8010 8051 sources."es-to-primitive-1.2.1" 8011 8052 sources."es5-ext-0.8.2" 8012 8053 sources."escalade-3.1.1" ··· 8022 8063 sources."expand-tilde-2.0.2" 8023 8064 (sources."express-4.17.3" // { 8024 8065 dependencies = [ 8066 + sources."body-parser-1.19.2" 8025 8067 sources."cookie-0.4.2" 8026 8068 sources."debug-2.6.9" 8069 + sources."depd-1.1.2" 8070 + sources."http-errors-1.8.1" 8027 8071 sources."ms-2.0.0" 8072 + sources."on-finished-2.3.0" 8073 + sources."qs-6.9.7" 8074 + sources."raw-body-2.4.3" 8075 + sources."statuses-1.5.0" 8028 8076 ]; 8029 8077 }) 8030 8078 sources."extend-3.0.2" ··· 8048 8096 dependencies = [ 8049 8097 sources."debug-2.6.9" 8050 8098 sources."ms-2.0.0" 8099 + sources."on-finished-2.3.0" 8100 + sources."statuses-1.5.0" 8051 8101 ]; 8052 8102 }) 8053 8103 sources."flatted-3.2.5" ··· 8126 8176 sources."homedir-polyfill-1.0.3" 8127 8177 sources."html-to-text-8.0.0" 8128 8178 sources."htmlparser2-6.1.0" 8129 - sources."http-errors-1.8.1" 8179 + sources."http-errors-2.0.0" 8130 8180 sources."http-proxy-agent-4.0.1" 8131 8181 sources."http-signature-1.2.0" 8132 8182 sources."https-proxy-agent-5.0.0" ··· 8162 8212 sources."is-negated-glob-1.0.0" 8163 8213 sources."is-negative-zero-2.0.2" 8164 8214 sources."is-number-7.0.0" 8165 - sources."is-number-object-1.0.6" 8215 + sources."is-number-object-1.0.7" 8166 8216 sources."is-promise-1.0.1" 8167 8217 sources."is-property-1.0.2" 8168 8218 sources."is-regex-1.1.4" 8169 8219 sources."is-relative-1.0.0" 8170 8220 sources."is-retry-allowed-2.2.0" 8171 - sources."is-shared-array-buffer-1.0.1" 8221 + sources."is-shared-array-buffer-1.0.2" 8172 8222 sources."is-stream-2.0.1" 8173 8223 sources."is-string-1.0.7" 8174 8224 sources."is-symbol-1.0.4" ··· 8327 8377 ]; 8328 8378 }) 8329 8379 sources."mz-2.7.0" 8330 - (sources."n8n-core-0.111.0" // { 8331 - dependencies = [ 8332 - sources."qs-6.10.3" 8333 - ]; 8334 - }) 8380 + sources."n8n-core-0.112.0" 8335 8381 sources."n8n-design-system-0.16.0" 8336 - sources."n8n-editor-ui-0.137.0" 8337 - (sources."n8n-nodes-base-0.168.0" // { 8382 + sources."n8n-editor-ui-0.138.0" 8383 + (sources."n8n-nodes-base-0.169.0" // { 8338 8384 dependencies = [ 8339 8385 sources."iconv-lite-0.6.3" 8340 8386 ]; 8341 8387 }) 8342 - sources."n8n-workflow-0.93.0" 8388 + sources."n8n-workflow-0.94.0" 8343 8389 (sources."named-placeholders-1.1.2" // { 8344 8390 dependencies = [ 8345 8391 sources."lru-cache-4.1.5" ··· 8347 8393 ]; 8348 8394 }) 8349 8395 sources."nanoclone-0.2.1" 8350 - sources."nanoid-3.3.1" 8396 + sources."nanoid-3.3.2" 8351 8397 sources."native-duplexpair-1.0.0" 8352 8398 (sources."nearley-2.20.1" // { 8353 8399 dependencies = [ ··· 8402 8448 sources."async-1.5.2" 8403 8449 ]; 8404 8450 }) 8405 - sources."on-finished-2.3.0" 8451 + sources."on-finished-2.4.1" 8406 8452 sources."on-headers-1.0.2" 8407 8453 sources."once-1.4.0" 8408 8454 sources."one-time-1.0.0" ··· 8520 8566 }) 8521 8567 sources."punycode-2.1.1" 8522 8568 sources."python-struct-1.1.3" 8523 - sources."qs-6.9.7" 8569 + sources."qs-6.10.3" 8524 8570 sources."querystring-0.2.0" 8525 8571 sources."querystringify-2.2.0" 8526 8572 sources."queue-microtask-1.2.3" ··· 8530 8576 sources."random-bytes-1.0.0" 8531 8577 sources."randombytes-2.1.0" 8532 8578 sources."range-parser-1.2.1" 8533 - sources."raw-body-2.4.3" 8579 + sources."raw-body-2.5.1" 8534 8580 sources."rc-1.2.8" 8535 8581 sources."readable-stream-1.1.14" 8536 8582 sources."readable-web-to-node-stream-2.0.0" ··· 8593 8639 sources."ms-2.0.0" 8594 8640 ]; 8595 8641 }) 8642 + sources."depd-1.1.2" 8643 + sources."destroy-1.0.4" 8644 + sources."http-errors-1.8.1" 8596 8645 sources."ms-2.1.3" 8646 + sources."on-finished-2.3.0" 8647 + sources."statuses-1.5.0" 8597 8648 ]; 8598 8649 }) 8599 8650 (sources."sentence-case-3.0.4" // { ··· 8612 8663 sources."shell-escape-0.2.0" 8613 8664 sources."side-channel-1.0.4" 8614 8665 sources."signal-exit-3.0.7" 8615 - sources."simple-git-2.48.0" 8666 + sources."simple-git-3.5.0" 8616 8667 sources."simple-lru-cache-0.0.2" 8617 8668 sources."simple-swizzle-0.2.2" 8618 8669 sources."slash-3.0.0" ··· 8643 8694 sources."sqlstring-2.3.3" 8644 8695 sources."sse-channel-3.1.1" 8645 8696 sources."ssf-0.11.2" 8646 - sources."ssh2-1.8.0" 8697 + sources."ssh2-1.9.0" 8647 8698 sources."ssh2-sftp-client-7.2.3" 8648 8699 sources."sshpk-1.17.0" 8649 8700 sources."stack-trace-0.0.10" 8650 8701 sources."standard-as-callback-2.1.0" 8651 - sources."statuses-1.5.0" 8702 + sources."statuses-2.0.1" 8652 8703 sources."stealthy-require-1.1.1" 8653 8704 sources."stream-shift-1.0.1" 8654 8705 sources."string-similarity-4.0.4" ··· 8672 8723 dependencies = [ 8673 8724 sources."@types/node-12.20.47" 8674 8725 sources."bl-3.0.1" 8675 - sources."depd-2.0.0" 8676 8726 sources."iconv-lite-0.5.2" 8677 8727 sources."readable-stream-3.6.0" 8678 8728 sources."string_decoder-1.3.0" ··· 8773 8823 sources."vue-2.6.14" 8774 8824 sources."vue-color-2.8.1" 8775 8825 sources."vue-fragment-1.5.2" 8776 - sources."vue-i18n-8.27.0" 8826 + sources."vue-i18n-8.27.1" 8777 8827 sources."vue2-boring-avatars-0.3.4" 8778 8828 sources."webidl-conversions-3.0.1" 8779 8829 sources."whatwg-url-5.0.0"
+1
pkgs/applications/science/math/caffe/default.nix
··· 138 138 ''; 139 139 homepage = "http://caffe.berkeleyvision.org/"; 140 140 maintainers = with maintainers; [ ]; 141 + broken = pythonSupport && (python.isPy310); 141 142 license = licenses.bsd2; 142 143 platforms = platforms.linux ++ platforms.darwin; 143 144 };
+8
pkgs/applications/science/math/mxnet/default.nix
··· 2 2 , opencv3, gtest, blas, gomp, llvmPackages, perl 3 3 , cudaSupport ? config.cudaSupport or false, cudatoolkit, nvidia_x11 4 4 , cudnnSupport ? cudaSupport, cudnn 5 + , cudaCapabilities ? [ "3.7" "5.0" "6.0" "7.0" "7.5" "8.0" "8.6" ] 5 6 }: 6 7 7 8 assert cudnnSupport -> cudaSupport; ··· 44 45 "-DUSE_OLDCMAKECUDA=ON" # see https://github.com/apache/incubator-mxnet/issues/10743 45 46 "-DCUDA_ARCH_NAME=All" 46 47 "-DCUDA_HOST_COMPILER=${cudatoolkit.cc}/bin/cc" 48 + "-DMXNET_CUDA_ARCH=${lib.concatStringsSep ";" cudaCapabilities}" 47 49 ] else [ "-DUSE_CUDA=OFF" ]) 48 50 ++ lib.optional (!cudnnSupport) "-DUSE_CUDNN=OFF"; 49 51 ··· 59 61 postInstall = '' 60 62 rm "$out"/lib/*.a 61 63 ''; 64 + 65 + # used to mark cudaSupport in python310Packages.mxnet as broken; 66 + # other attributes exposed for consistency 67 + passthru = { 68 + inherit cudaSupport cudnnSupport cudatoolkit cudnn; 69 + }; 62 70 63 71 meta = with lib; { 64 72 description = "Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler";
+2 -2
pkgs/applications/science/math/wxmaxima/default.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "wxmaxima"; 14 - version = "21.11.0"; 14 + version = "22.03.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "wxMaxima-developers"; 18 18 repo = "wxmaxima"; 19 19 rev = "Version-${version}"; 20 - sha256 = "sha256-LwuqldMGsmFR8xrNg5vsrogmdi5ysqEQGWITM460IZk="; 20 + sha256 = "sha256-ynLx1HPfDjLbyFziWFbjpCeUBaA3hAFRFm5/1GeFKRE="; 21 21 }; 22 22 23 23 buildInputs = [
+2
pkgs/applications/window-managers/sway/idle.nix
··· 21 21 22 22 mesonFlags = [ "-Dman-pages=enabled" "-Dlogind=${if systemdSupport then "enabled" else "disabled"}" ]; 23 23 24 + postPatch = "substituteInPlace main.c --replace '%lu' '%zu'"; 25 + 24 26 meta = with lib; { 25 27 description = "Idle management daemon for Wayland"; 26 28 longDescription = ''
+5 -4
pkgs/build-support/setup-hooks/copy-desktop-items.sh
··· 28 28 return 29 29 fi 30 30 31 + applications="${!outputBin}/share/applications" 31 32 for desktopItem in $desktopItems; do 32 33 if [[ -f "$desktopItem" ]]; then 33 - echo "Copying '$desktopItem' into '$out/share/applications'" 34 - install -D -m 444 -t "$out"/share/applications "$desktopItem" 34 + echo "Copying '$desktopItem' into '${applications}'" 35 + install -D -m 444 -t "${applications}" "$desktopItem" 35 36 else 36 37 for f in "$desktopItem"/share/applications/*.desktop; do 37 - echo "Copying '$f' into '$out/share/applications'" 38 - install -D -m 444 -t "$out"/share/applications "$f" 38 + echo "Copying '$f' into '${applications}'" 39 + install -D -m 444 -t "${applications}" "$f" 39 40 done 40 41 fi 41 42 done
+2 -2
pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "switchboard-plug-about"; 21 - version = "6.0.1"; 21 + version = "6.1.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "elementary"; 25 25 repo = pname; 26 26 rev = version; 27 - sha256 = "0c075ac7iqz4hqbp2ph0cwyhiq0jn6c1g1jjfhygjbssv3vvd268"; 27 + sha256 = "sha256-/8K3xSbzlagOT0zHdXNwEERJP88C+H2I6qJHXwdlTS4="; 28 28 }; 29 29 30 30 patches = [
+2 -2
pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "switchboard-plug-onlineaccounts"; 21 - version = "6.3.0"; 21 + version = "6.4.0"; 22 22 23 23 src = fetchFromGitHub { 24 24 owner = "elementary"; 25 25 repo = pname; 26 26 rev = version; 27 - sha256 = "sha256-aRh2zbKqcGOH4Qw5gdJw07hod8a/QGWUcJo/2R9erQs="; 27 + sha256 = "sha256-Fppl/IvdlW8lZ6YKEHaHNticv3FFFKEKTPPVnz4u9b4="; 28 28 }; 29 29 30 30 nativeBuildInputs = [
+2 -2
pkgs/desktops/pantheon/apps/switchboard-plugs/sound/default.nix
··· 16 16 17 17 stdenv.mkDerivation rec { 18 18 pname = "switchboard-plug-sound"; 19 - version = "2.3.0"; 19 + version = "2.3.1"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "elementary"; 23 23 repo = pname; 24 24 rev = version; 25 - sha256 = "sha256-yHuboDpIcioZPNgpmnrM6J2eUCJpoNDdvgu27YuN65I="; 25 + sha256 = "sha256-hyBmo9P68XSXRUuLw+baEAetba2QdqOwUti64geH6xc="; 26 26 }; 27 27 28 28 nativeBuildInputs = [
+1 -1
pkgs/development/compilers/cudatoolkit/default.nix
··· 90 90 # latest cudnn, nccl, cutensor, etc! It sometimes happens that CUDA versions 91 91 # are released prior to compatibility with the rest of the ecosystem. And 92 92 # don't forget to request a review from @NixOS/cuda-maintainers! 93 - cudatoolkit_11 = cudatoolkit_11_5; 93 + cudatoolkit_11 = cudatoolkit_11_5; # update me to 11_6 when cudnn>=8.3.3 94 94 }
-54
pkgs/development/compilers/go/ssl-cert-file-2-dev.patch
··· 1 - diff --git a/src/crypto/x509/root_darwin.go b/src/crypto/x509/root_darwin.go 2 - index 05593bb105..a6a11eeec1 100644 3 - --- a/src/crypto/x509/root_darwin.go 4 - +++ b/src/crypto/x509/root_darwin.go 5 - @@ -11,6 +11,7 @@ import ( 6 - "bytes" 7 - macOS "crypto/x509/internal/macos" 8 - "fmt" 9 - + "io/ioutil" 10 - "os" 11 - "strings" 12 - ) 13 - @@ -22,6 +23,14 @@ func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate 14 - } 15 - 16 - func loadSystemRoots() (*CertPool, error) { 17 - + if file := os.Getenv("NIX_SSL_CERT_FILE"); file != "" { 18 - + data, err := ioutil.ReadFile(file) 19 - + if err == nil { 20 - + roots := NewCertPool() 21 - + roots.AppendCertsFromPEM(data) 22 - + return roots, nil 23 - + } 24 - + } 25 - var trustedRoots []*Certificate 26 - untrustedRoots := make(map[string]bool) 27 - 28 - diff --git a/src/crypto/x509/root_unix.go b/src/crypto/x509/root_unix.go 29 - index dede825edd..ffb3caf4a4 100644 30 - --- a/src/crypto/x509/root_unix.go 31 - +++ b/src/crypto/x509/root_unix.go 32 - @@ -9,6 +9,7 @@ package x509 33 - 34 - import ( 35 - "io/fs" 36 - + "io/ioutil" 37 - "os" 38 - "path/filepath" 39 - "strings" 40 - @@ -32,6 +33,13 @@ func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate 41 - 42 - func loadSystemRoots() (*CertPool, error) { 43 - roots := NewCertPool() 44 - + if file := os.Getenv("NIX_SSL_CERT_FILE"); file != "" { 45 - + data, err := ioutil.ReadFile(file) 46 - + if err == nil { 47 - + roots.AppendCertsFromPEM(data) 48 - + return roots, nil 49 - + } 50 - + } 51 - 52 - files := certFiles 53 - if f := os.Getenv(certFileEnv); f != "" { 54 -
+1 -1
pkgs/development/libraries/libjxl/default.nix
··· 111 111 112 112 LDFLAGS = lib.optionalString stdenv.hostPlatform.isRiscV "-latomic"; 113 113 114 - doCheck = true; 114 + doCheck = !stdenv.hostPlatform.isi686; 115 115 116 116 # The test driver runs a test `LibraryCLinkageTest` which without 117 117 # LD_LIBRARY_PATH setting errors with:
+9 -2
pkgs/development/libraries/opensubdiv/default.nix
··· 1 1 { config, lib, stdenv, fetchFromGitHub, cmake, pkg-config, xorg, libGLU 2 2 , libGL, glew, ocl-icd, python3 3 3 , cudaSupport ? config.cudaSupport or false, cudatoolkit 4 + # For visibility mostly. The whole approach to cuda architectures and capabilities 5 + # will be reworked soon. 6 + , cudaArch ? "compute_37" 7 + , openclSupport ? !cudaSupport 4 8 , darwin 5 9 }: 6 10 ··· 24 28 glew xorg.libX11 xorg.libXrandr xorg.libXxf86vm xorg.libXcursor 25 29 xorg.libXinerama xorg.libXi 26 30 ] 27 - ++ lib.optional (!stdenv.isDarwin) ocl-icd 31 + ++ lib.optional (openclSupport && !stdenv.isDarwin) ocl-icd 28 32 ++ lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [OpenCL Cocoa CoreVideo IOKit AppKit AGL ]) 29 33 ++ lib.optional cudaSupport cudatoolkit; 30 34 ··· 37 41 "-DGLEW_INCLUDE_DIR=${glew.dev}/include" 38 42 "-DGLEW_LIBRARY=${glew.dev}/lib" 39 43 ] ++ lib.optionals cudaSupport [ 40 - "-DOSD_CUDA_NVCC_FLAGS=--gpu-architecture=compute_30" 44 + "-DOSD_CUDA_NVCC_FLAGS=--gpu-architecture=${cudaArch}" 41 45 "-DCUDA_HOST_COMPILER=${cudatoolkit.cc}/bin/cc" 46 + ] ++ lib.optionals (!openclSupport) [ 47 + "-DNO_OPENCL=1" 42 48 ]; 43 49 44 50 postInstall = "rm $out/lib/*.a"; ··· 46 52 meta = { 47 53 description = "An Open-Source subdivision surface library"; 48 54 homepage = "http://graphics.pixar.com/opensubdiv"; 55 + broken = openclSupport && cudaSupport; 49 56 platforms = lib.platforms.unix; 50 57 maintainers = [ lib.maintainers.eelco ]; 51 58 license = lib.licenses.asl20;
+2
pkgs/development/python-modules/afdko/default.nix
··· 85 85 # aarch64-only (?) failure, unknown reason so far 86 86 # https://github.com/adobe-type-tools/afdko/issues/1425 87 87 "test_spec" 88 + ] ++ lib.optionals (stdenv.hostPlatform.isi686) [ 89 + "test_type1mm_inputs" 88 90 ]; 89 91 90 92 passthru.tests = {
+4 -2
pkgs/development/python-modules/chainer/default.nix
··· 1 - { lib, buildPythonPackage, fetchFromGitHub, isPy3k 1 + { config, lib, buildPythonPackage, fetchFromGitHub, isPy3k 2 2 , filelock, protobuf, numpy, pytestCheckHook, mock, typing-extensions 3 - , cupy, cudaSupport ? false 3 + , cupy, cudaSupport ? config.cudaSupport or false 4 4 }: 5 5 6 6 buildPythonPackage rec { ··· 39 39 meta = with lib; { 40 40 description = "A flexible framework of neural networks for deep learning"; 41 41 homepage = "https://chainer.org/"; 42 + # Un-break me when updating chainer next time! 43 + broken = cudaSupport && (lib.versionAtLeast cupy.version "8.0.0"); 42 44 license = licenses.mit; 43 45 maintainers = with maintainers; [ hyphon81 ]; 44 46 };
+2 -2
pkgs/development/python-modules/dotmap/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "dotmap"; 10 - version = "1.3.29"; 10 + version = "1.3.30"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-5mhR+Ey8RrruucUIt5LxBNM6OBUWbLy5jNOWg6tzxRE="; 17 + hash = "sha256-WCGnkz8HX7R1Y0F8DpLgt8AxFYtMmmp+VhY0ebZYs2g="; 18 18 }; 19 19 20 20 checkInputs = [
+5 -1
pkgs/development/python-modules/mxnet/default.nix
··· 6 6 , graphviz 7 7 , python 8 8 , isPy3k 9 + , isPy310 9 10 }: 10 11 11 12 buildPythonPackage { 12 - inherit (pkgs.mxnet) pname version src meta; 13 + inherit (pkgs.mxnet) pname version src; 13 14 14 15 buildInputs = [ pkgs.mxnet ]; 15 16 propagatedBuildInputs = [ requests numpy graphviz ]; ··· 32 33 ln -s ${pkgs.mxnet}/lib/libmxnet.so $out/${python.sitePackages}/mxnet 33 34 ''; 34 35 36 + meta = pkgs.mxnet.meta // { 37 + broken = (pkgs.mxnet.broken or false) || (isPy310 && pkgs.mxnet.cudaSupport); 38 + }; 35 39 }
+3 -3
pkgs/development/python-modules/pycfmodel/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pycfmodel"; 12 - version = "0.18.0"; 12 + version = "0.18.1"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 17 17 src = fetchFromGitHub { 18 18 owner = "Skyscanner"; 19 19 repo = pname; 20 - rev = version; 21 - hash = "sha256-g249Nq4u4pPQLbW9Kw5vLwVKCaZoots5LD6yk1NPv6s="; 20 + rev = "refs/tags/${version}"; 21 + hash = "sha256-oP9u62PpnBCDAwE9LJHkm93f9eYyXbHai/gp62bL84M="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [
+5 -4
pkgs/development/python-modules/toggl-cli/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "toggl-cli"; 23 - version = "3"; 23 + version = "2.4.3"; 24 24 format = "setuptools"; 25 25 26 26 disabled = pythonOlder "3.6"; ··· 28 28 src = fetchPypi { 29 29 pname = "togglCli"; 30 30 inherit version; 31 - sha256 = "sha256-SkA/u1q//AyYn0v6uAXXsjANhFppxxjKhlhWhsK649w="; 31 + sha256 = "sha256-ncMwiMwYivaFu5jrAsm1oCuXP/PZ2ALT+M+CmV6dtFo="; 32 32 }; 33 33 34 34 nativeBuildInputs = [ ··· 58 58 postPatch = '' 59 59 substituteInPlace requirements.txt \ 60 60 --replace "notify-py==0.3.1" "notify-py>=0.3.1" \ 61 - --replace "click==7.1.2" "click>=7.1.2" \ 62 - --replace "pbr==5.5.1" "pbr>=5.5.1" 61 + --replace "click==8.0.3" "click>=8.0.3" \ 62 + --replace "pbr==5.8.0" "pbr>=5.8.0" \ 63 + --replace "inquirer==2.9.1" "inquirer>=2.9.1" 63 64 substituteInPlace pytest.ini \ 64 65 --replace ' --cov toggl -m "not premium"' "" 65 66 '';
+2 -2
pkgs/development/python-modules/youtube-search-python/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "youtube-search-python"; 10 - version = "1.6.3"; 10 + version = "1.6.4"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.6"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - hash = "sha256-zAza1XMKLIMZFFS0v/4ATqh6j7aEB2Y+eliE/hNPORw="; 17 + hash = "sha256-9ZAZaLkJb2mEg0rstBxOvs9/L4wtbLuCTdFDOuxMqN0="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [
+3 -3
pkgs/development/tools/analysis/actionlint/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "actionlint"; 13 - version = "1.6.10"; 13 + version = "1.6.11"; 14 14 15 15 subPackages = [ "cmd/actionlint" ]; 16 16 ··· 18 18 owner = "rhysd"; 19 19 repo = "actionlint"; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-RFsNJiCeSAeEWOUnfBpeIZKoS2mlXazYMQd1M6yFLGU="; 21 + sha256 = "sha256-BlJxgRDnAlfM/81qAEGEW09luScivYSDf5w2lR8hQUA="; 22 22 }; 23 23 24 - vendorSha256 = "sha256-CxNER8aQftMG14M+x6bPwcXgUZRkUDYZtFg1cPxxg+I="; 24 + vendorSha256 = "sha256-nG0u5hZ/YRn+yUoEGTBo6ZdOp0e+sH6Jl9F+QhpfYAU="; 25 25 26 26 nativeBuildInputs = [ makeWrapper ronn installShellFiles ]; 27 27
+2
pkgs/development/tools/analysis/flow/default.nix
··· 11 11 sha256 = "sha256-lfj6KyB9QYvUy4Ybo8f30omAg4K/jT5MEERJPm0aJ7U="; 12 12 }; 13 13 14 + makeFlags = [ "FLOW_RELEASE=1" ]; 15 + 14 16 installPhase = '' 15 17 install -Dm755 bin/flow $out/bin/flow 16 18 install -Dm644 resources/shell/bash-completion $out/share/bash-completion/completions/flow
+3 -3
pkgs/development/tools/faas-cli/default.nix
··· 9 9 in 10 10 buildGoModule rec { 11 11 pname = "faas-cli"; 12 - version = "0.14.3"; 12 + version = "0.14.4"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "openfaas"; 16 16 repo = "faas-cli"; 17 17 rev = version; 18 - sha256 = "sha256-1aflQXfW/y31Dk0OZW77qNQKEwkhi6p8ZBfTUyRDbdo="; 18 + sha256 = "sha256-hpQn1lEJP0FmU1jhmXDgV/11RbMdEqblLPIrTQLKLOc="; 19 19 }; 20 20 21 21 CGO_ENABLED = 0; ··· 35 35 homepage = "https://github.com/openfaas/faas-cli"; 36 36 description = "Official CLI for OpenFaaS "; 37 37 license = licenses.mit; 38 - maintainers = with maintainers; [ welteki ]; 38 + maintainers = with maintainers; [ welteki techknowlogick ]; 39 39 }; 40 40 }
+2 -2
pkgs/development/tools/kotlin-language-server/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "kotlin-language-server"; 5 - version = "1.2.0"; 5 + version = "1.3.0"; 6 6 src = fetchurl { 7 7 url = "https://github.com/fwcd/kotlin-language-server/releases/download/${version}/server.zip"; 8 - sha256 = "sha256-GXr+sOGa09qeQrfaJYRPsoHULwfMst8tTr4y2cv752k="; 8 + sha256 = "sha256-yyqI+87vtggSeAfb3OEftalknqbTDEQ5gTJwB/EMIlY="; 9 9 }; 10 10 11 11 dontBuild = true;
-2
pkgs/tools/admin/certigo/default.nix
··· 13 13 14 14 vendorSha256 = "sha256-qS/tIi6umSuQcl43SI4LyL0k5eWfRWs7kVybRPGKcbs="; 15 15 16 - doCheck = false; 17 - 18 16 meta = with lib; { 19 17 description = "A utility to examine and validate certificates in a variety of formats"; 20 18 homepage = "https://github.com/square/certigo";
-2
pkgs/tools/admin/clair/default.nix
··· 13 13 14 14 vendorSha256 = "sha256-C3xnBANsymSgI7l446CjJzEMY1gURGTxDNBBjNjHmaE="; 15 15 16 - doCheck = false; 17 - 18 16 nativeBuildInputs = [ makeWrapper ]; 19 17 20 18 postInstall = ''
+16 -9
pkgs/tools/misc/ethminer/default.nix
··· 1 1 { 2 2 lib, 3 3 stdenv, 4 + fetchpatch, 4 5 fetchFromGitHub, 5 6 opencl-headers, 6 7 cmake, ··· 31 32 fetchSubmodules = true; 32 33 }; 33 34 35 + patches = [ 36 + # global context library is separated from libethash 37 + ./add-global-context.patch 38 + 39 + # CUDA 11 no longer support SM30 40 + (fetchpatch { 41 + url = "https://github.com/ethereum-mining/ethminer/commit/dae359dff28f376d4ce7ddfbd651dcd34d6dad8f.patch"; 42 + hash = "sha256-CJGKc0rXOcKDX1u5VBzc8gyBi1Me9CNATfQzKViqtAA="; 43 + }) 44 + ]; 45 + 46 + postPatch = '' 47 + sed -i 's/_lib_static//' libpoolprotocols/CMakeLists.txt 48 + ''; 49 + 34 50 # NOTE: dbus is broken 35 51 cmakeFlags = [ 36 52 "-DHUNTER_ENABLED=OFF" ··· 63 79 ] ++ lib.optionals cudaSupport [ 64 80 cudatoolkit 65 81 ]; 66 - 67 - patches = [ 68 - # global context library is separated from libethash 69 - ./add-global-context.patch 70 - ]; 71 - 72 - preConfigure = '' 73 - sed -i 's/_lib_static//' libpoolprotocols/CMakeLists.txt 74 - ''; 75 82 76 83 postInstall = '' 77 84 wrapProgram $out/bin/ethminer --prefix LD_LIBRARY_PATH : /run/opengl-driver/lib
+3 -3
pkgs/tools/misc/interactsh/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "interactsh"; 8 - version = "1.0.1"; 8 + version = "1.0.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "projectdiscovery"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-czXcncEm2Wm0ezGjNOpcCin5KOZKuimnnMPUWfGE0FY="; 14 + sha256 = "sha256-AtWcVzY/1DnKRva/PGISTHmBsWpJ6nxJvlWR/B/fRcE="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-YfHsl0AFNQNCg4HEP9FyrHUMMz0SFn5aDRrOruseE5k="; 17 + vendorSha256 = "sha256-LV5K4fToE26i4Av/YcNPjIyYmf/kxmBMuiyXYYfL3Y4="; 18 18 19 19 modRoot = "."; 20 20 subPackages = [
+3 -3
pkgs/tools/networking/shadowsocks-rust/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "shadowsocks-rust"; 5 - version = "1.13.5"; 5 + version = "1.14.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 rev = "v${version}"; 9 9 owner = "shadowsocks"; 10 10 repo = pname; 11 - sha256 = "sha256-0TKAchPDjB7YKJO2JqBwJPZITWXDQbjPbRN8amilJ6E="; 11 + sha256 = "sha256-zWiC1GhrI3gcXhr8JpAbFF6t7N6aBSho33FMu8bhF2o="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-LBLUNBXsaGfviUUleoYIFf/vrbejKYwB9Lqetx3Agxc="; 14 + cargoSha256 = "sha256-nSKeFLWTHhtmlvA9MV6NpupKJo3d1jKpTBI5H8cHJ9s="; 15 15 16 16 RUSTC_BOOTSTRAP = 1; 17 17
+3 -3
pkgs/tools/networking/termscp/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "termscp"; 15 - version = "0.8.0"; 15 + version = "0.8.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "veeso"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-fVZDpzgcpMWOoUtoq7go/NFWfoR1aONuRtTba0sqPZk="; 21 + sha256 = "sha256-WqOkud8gOa81P6FT44y5RZX4CWjmou9HufZ3QPoYuAk="; 22 22 }; 23 23 24 - cargoSha256 = "sha256-iLm73dWF9z/obtAXe5dZlvJcxU6hB5N0vaSc/HLuTuQ="; 24 + cargoSha256 = "sha256-jckJiFhiUvbn0fkgKzqDorWQvuLenx/S8+RyPoqaWUg="; 25 25 26 26 nativeBuildInputs = [ 27 27 pkg-config
+2 -2
pkgs/tools/networking/xxh/default.nix
··· 10 10 11 11 buildPythonApplication rec{ 12 12 pname = "xxh"; 13 - version = "0.8.9"; 13 + version = "0.8.10"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.6"; ··· 19 19 owner = pname; 20 20 repo = pname; 21 21 rev = version; 22 - hash = "sha256-Uo7xFwE9e5MFWDlNWq15kg+4xf/hF4WGUNTpTK+rgVg="; 22 + hash = "sha256-2RMzgIAhM//XReCFBGlTlXn9j4WQiM/k2pLxP2iPUy8="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+1
pkgs/tools/security/truecrack/default.nix
··· 33 33 meta = with lib; { 34 34 description = "TrueCrack is a brute-force password cracker for TrueCrypt volumes. It works on Linux and it is optimized for Nvidia Cuda technology."; 35 35 homepage = "https://gitlab.com/kalilinux/packages/truecrack"; 36 + broken = cudaSupport; 36 37 license = licenses.gpl3Plus; 37 38 platforms = platforms.unix; 38 39 maintainers = with maintainers; [ ethancedwards8 ];
+7 -5
pkgs/tools/text/asciigraph/default.nix
··· 1 - { lib, buildGoPackage, fetchFromGitHub }: 1 + { lib, buildGoModule, fetchFromGitHub }: 2 2 3 - buildGoPackage rec { 3 + buildGoModule rec { 4 4 pname = "asciigraph"; 5 5 version = "0.5.3"; 6 - 7 - goPackagePath = "github.com/guptarohit/asciigraph"; 8 6 9 7 src = fetchFromGitHub { 10 8 owner = "guptarohit"; ··· 13 11 sha256 = "sha256-GzFJT4LI1QZzghs9g2A+pqkTg68XC+m9F14rYpMxEXM="; 14 12 }; 15 13 14 + vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo="; 15 + 16 + ldflags = [ "-s" "-w" ]; 17 + 16 18 meta = with lib; { 17 19 homepage = "https://github.com/guptarohit/asciigraph"; 18 20 description = "Lightweight ASCII line graph ╭┈╯ command line app"; 19 21 license = licenses.bsd3; 20 - maintainers = [ maintainers.mmahut ]; 22 + maintainers = with maintainers; [ mmahut ]; 21 23 }; 22 24 }
+7 -11
pkgs/top-level/all-packages.nix
··· 4628 4628 cudatoolkit_11_5 4629 4629 cudatoolkit_11_6; 4630 4630 4631 - cudatoolkit = cudatoolkit_10; 4631 + cudatoolkit = cudatoolkit_11; 4632 4632 4633 4633 cudnnPackages = callPackages ../development/libraries/science/math/cudnn { }; 4634 4634 inherit (cudnnPackages) ··· 4651 4651 cudnn_8_3_cudatoolkit_11; 4652 4652 4653 4653 # Make sure to keep this in sync with the `cudatoolkit` version! 4654 - cudnn = cudnn_8_3_cudatoolkit_10; 4654 + cudnn = cudnn_8_3_cudatoolkit_11; 4655 4655 4656 4656 cutensorPackages = callPackages ../development/libraries/science/math/cutensor { }; 4657 4657 inherit (cutensorPackages) ··· 4665 4665 cutensor_cudatoolkit_11_3 4666 4666 cutensor_cudatoolkit_11_4; 4667 4667 4668 - cutensor = cutensor_cudatoolkit_10; 4668 + cutensor = cutensor_cudatoolkit_11; 4669 4669 4670 4670 curie = callPackage ../data/fonts/curie { }; 4671 4671 ··· 12720 12720 go_1_18 = callPackage ../development/compilers/go/1.18.nix { 12721 12721 inherit (darwin.apple_sdk.frameworks) Security Foundation; 12722 12722 }; 12723 - 12724 - go_2-dev = callPackage ../development/compilers/go/2-dev.nix ({ 12725 - inherit (darwin.apple_sdk.frameworks) Security Foundation; 12726 - } // lib.optionalAttrs (stdenv.cc.isGNU && stdenv.isAarch64) { 12727 - stdenv = gcc8Stdenv; 12728 - buildPackages = buildPackages // { stdenv = buildPackages.gcc8Stdenv; }; 12729 - }); 12730 12723 12731 12724 go = go_1_17; 12732 12725 ··· 26400 26393 26401 26394 gpsprune = callPackage ../applications/misc/gpsprune { }; 26402 26395 26403 - gpu-screen-recorder = callPackage ../applications/video/gpu-screen-recorder { }; 26396 + gpu-screen-recorder = callPackage ../applications/video/gpu-screen-recorder { 26397 + # rm me as soon as this package gains the support for cuda 11 26398 + cudatoolkit = cudatoolkit_10; 26399 + }; 26404 26400 26405 26401 gpu-screen-recorder-gtk = callPackage ../applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix { }; 26406 26402
-18
pkgs/top-level/python-packages.nix
··· 8382 8382 8383 8383 pytorch = callPackage ../development/python-modules/pytorch { 8384 8384 cudaSupport = pkgs.config.cudaSupport or false; 8385 - 8386 - # TODO: next time pytorch is updated (to 1.11.0, currently in staging as of 8387 - # 2022-03-31), make the following changes: 8388 - 8389 - # -> cudatoolk_11 8390 - cudatoolkit = pkgs.cudatoolkit_10; 8391 - 8392 - # -> cudnn_8_3_cudatoolkit_11 8393 - cudnn = pkgs.cudnn_8_1_cudatoolkit_10; 8394 - 8395 - # -> cutensor_cudatoolkit_11 (cutensor is a new dependency in v1.11.0) 8396 - # cutensor = pkgs.cutensor_cudatoolkit_11; 8397 - 8398 - # -> setting a custom magma should be unnecessary with v1.11.0 8399 - magma = pkgs.magma.override { cudatoolkit = pkgs.cudatoolkit_10; }; 8400 - 8401 - # -> nccl_cudatoolkit_11 8402 - nccl = pkgs.nccl.override { cudatoolkit = pkgs.cudatoolkit_10; }; 8403 8385 }; 8404 8386 8405 8387 pytorch-bin = callPackage ../development/python-modules/pytorch/bin.nix { };