lol
0
fork

Configure Feed

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

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
fafe628a 1379da10

+193 -92
+5 -5
pkgs/applications/networking/browsers/librewolf/src.json
··· 1 1 { 2 - "packageVersion": "104.0-1", 2 + "packageVersion": "105.0-1", 3 3 "source": { 4 - "rev": "104.0-1", 5 - "sha256": "0fvbpiaabcr1j39zc3xz1czah537s8abidwch5a75phxn676np2k" 4 + "rev": "105.0-1", 5 + "sha256": "0p3bcyyap8yjxha064klpjkhca6hdis3qgx15c4dh8wc3gr581f6" 6 6 }, 7 7 "firefox": { 8 - "version": "104.0", 9 - "sha512": "8778650ffa3c2d18802c348e27789f00cff143c7ca0ae01b1bcd050b6942c149db25696b48f3c702fbde901c15fcae976ac731a456f641637cae3eb56d0077d3" 8 + "version": "105.0", 9 + "sha512": "a48f323f874b538402630a9094daa83189b3ca319feddc80fd66d087eca13f21c8b2d85be9c29e948c18cb7c524adac44e135adcde4d4592738e104ae9c1a734" 10 10 } 11 11 }
-1
pkgs/applications/networking/browsers/tor-browser-bundle-bin/default.nix
··· 429 429 platforms = attrNames srcs; 430 430 maintainers = with maintainers; [ offline matejc thoughtpolice joachifm hax404 KarlJoad ]; 431 431 mainProgram = "tor-browser"; 432 - hydraPlatforms = []; 433 432 # MPL2.0+, GPL+, &c. While it's not entirely clear whether 434 433 # the compound is "libre" in a strict sense (some components place certain 435 434 # restrictions on redistribution), it's free enough for our purposes.
+2 -2
pkgs/applications/networking/cluster/cilium/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "cilium-cli"; 5 - version = "0.12.3"; 5 + version = "0.12.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "cilium"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-mgyzdu7xzN6rDSHBcC8Uz8m5+5VEfA0RPe8cPZYfEgM="; 11 + sha256 = "sha256-AmJHc9+d053tzz1nj5yyJYDxV3/Bko3plkfR2RjbjH8="; 12 12 }; 13 13 14 14 vendorSha256 = null;
+2 -2
pkgs/applications/networking/cluster/kubernetes/default.nix
··· 21 21 22 22 buildGoModule rec { 23 23 pname = "kubernetes"; 24 - version = "1.23.11"; 24 + version = "1.23.12"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "kubernetes"; 28 28 repo = "kubernetes"; 29 29 rev = "v${version}"; 30 - sha256 = "sha256-fjB5O3kuU09megWGgU7f3otmWD/a31xVV1Dap2+xFkw="; 30 + sha256 = "sha256-PuSjMyve7YxxuVr3ztM6nM86gl3GpcIa+LHajzfXODU="; 31 31 }; 32 32 33 33 vendorSha256 = null;
+2 -2
pkgs/applications/radio/sdrangel/default.nix
··· 42 42 43 43 mkDerivation rec { 44 44 pname = "sdrangel"; 45 - version = "7.6.3"; 45 + version = "7.7.0"; 46 46 47 47 src = fetchFromGitHub { 48 48 owner = "f4exb"; 49 49 repo = "sdrangel"; 50 50 rev = "v${version}"; 51 - sha256 = "sha256-4o91vZnW5+wAKw4o3RrsS4gGVG0TyQCBcKg4GuE3n5s="; 51 + sha256 = "sha256-du5mNGMrXt6iFjb/QXQsW1DpGfIlVjqrbmsQZb4mMZQ="; 52 52 fetchSubmodules = false; 53 53 }; 54 54
+3 -3
pkgs/development/interpreters/evcxr/default.nix
··· 3 3 4 4 rustPlatform.buildRustPackage rec { 5 5 pname = "evcxr"; 6 - version = "0.13.0"; 6 + version = "0.14.0"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "google"; 10 10 repo = "evcxr"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-n9wDO4HIWLINbqGVxaZyAEFVDLLnSpQLKlFf20jLq6o="; 12 + sha256 = "sha256-gB56fGjL/YtzQI+vr83URPhQ6qXrCn5IRPnIYBt8iHk="; 13 13 }; 14 14 15 - cargoSha256 = "sha256-zdIJb9fXRByyAJ32RL9lQh6oS1K78IlZfWdJyj+MMZM="; 15 + cargoSha256 = "sha256-DAbg5G1oGnfBR1kIUt7ebYEx06b6sbexqLyFJ7zKhlk="; 16 16 17 17 RUST_SRC_PATH = "${rustPlatform.rustLibSrc}"; 18 18
+2 -2
pkgs/development/python-modules/adafruit-platformdetect/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "adafruit-platformdetect"; 10 - version = "3.29.0"; 10 + version = "3.30.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 15 15 src = fetchPypi { 16 16 pname = "Adafruit-PlatformDetect"; 17 17 inherit version; 18 - hash = "sha256-D3uME31aWBTwjDIcdt3ueOBqlkCeTvpl4ReHLNSHaCw="; 18 + hash = "sha256-jf7tVwv+XvaZcOKNKODRyu4JzLidBRXFd68HD5yi7b0="; 19 19 }; 20 20 21 21 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/motionblinds/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "motionblinds"; 10 - version = "0.6.12"; 10 + version = "0.6.13"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 16 16 owner = "starkillerOG"; 17 17 repo = "motion-blinds"; 18 18 rev = "refs/tags/${version}"; 19 - sha256 = "sha256-QVGOVb/YbpCcPIfJbhjBXOi1c72yMwghFpFeWCy3S48="; 19 + sha256 = "sha256-vms9GcB2GQ7fZDk9f9xvFJ5Df7ArEcKn6frIuL1GwPo="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [
+3
pkgs/development/python-modules/phonenumbers/default.nix
··· 2 2 , buildPythonPackage 3 3 , fetchPypi 4 4 , pytestCheckHook 5 + , pythonOlder 5 6 }: 6 7 7 8 buildPythonPackage rec { 8 9 pname = "phonenumbers"; 9 10 version = "8.12.55"; 10 11 format = "setuptools"; 12 + 13 + disabled = pythonOlder "3.7"; 11 14 12 15 src = fetchPypi { 13 16 inherit pname version;
+12 -4
pkgs/development/python-modules/pyatome/default.nix
··· 4 4 , requests 5 5 , simplejson 6 6 , fake-useragent 7 + , pythonOlder 7 8 }: 8 9 9 10 buildPythonPackage rec { 10 11 pname = "pyatome"; 11 - version = "0.1.1"; 12 + version = "0.1.2"; 13 + format = "setuptools"; 14 + 15 + disabled = pythonOlder "3.7"; 12 16 13 17 src = fetchPypi { 14 18 pname = "pyAtome"; 15 19 inherit version; 16 - sha256 = "7282e7ec258c69d4ddf2a5754ff07680a1ac92f9bfb478d601fd9e944fccd834"; 20 + hash = "sha256-DGkgW6emh/esZa/alUjBbpLXlU4EVIPkysn9a0LgcJ4="; 17 21 }; 18 22 19 - propagatedBuildInputs = [ requests simplejson fake-useragent ]; 23 + propagatedBuildInputs = [ 24 + requests 25 + simplejson 26 + fake-useragent 27 + ]; 20 28 21 - # no tests in PyPI tarballs 29 + # No tests in PyPI tarballs 22 30 doCheck = false; 23 31 24 32 pythonImportsCheck = [
+2 -2
pkgs/development/python-modules/pylitterbot/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pylitterbot"; 17 - version = "2022.9.5"; 17 + version = "2022.9.6"; 18 18 format = "pyproject"; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "natekspencer"; 24 24 repo = pname; 25 25 rev = "refs/tags/${version}"; 26 - hash = "sha256-sTHMu2HNO0VA86bym0lt810aJ9yYN9PYHcw18Qu7e7c="; 26 + hash = "sha256-+8vsnSEEZ7uypASsJZ2MIK+riIF01Lxa1E3t0pC+e/I="; 27 27 }; 28 28 29 29 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/pylutron-caseta/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pylutron-caseta"; 15 - version = "0.14.0"; 15 + version = "0.15.2"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.8"; ··· 21 21 owner = "gurumitts"; 22 22 repo = pname; 23 23 rev = "v${version}"; 24 - hash = "sha256-D1P4roUZ+byU031RtdwIOR/ncxY9wl9UqCKVb/XPGVk="; 24 + hash = "sha256-dw/uCEY4+kpgNjbjgvw+kSfluziIK6NvIKo5QIjt+GQ="; 25 25 }; 26 26 27 27 nativeBuildInputs = [
+6 -4
pkgs/development/python-modules/pytomorrowio/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pytomorrowio"; 13 - version = "0.3.4"; 13 + version = "0.3.5"; 14 14 15 - disabled = pythonOlder "3.7"; 15 + disabled = pythonOlder "3.9"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "sha256-d4twa9bHaQ9XTHSb8pwJnnJ7tDH6vGpck3/8Y39tRaY="; 19 + hash = "sha256-LFIQJJPqKlqLzEoX9ShfoASigPC5R+OWiW81VmjONe8="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ ··· 29 29 pytestCheckHook 30 30 ]; 31 31 32 - pythonImportsCheck = [ "pytomorrowio" ]; 32 + pythonImportsCheck = [ 33 + "pytomorrowio" 34 + ]; 33 35 34 36 meta = { 35 37 description = "Async Python package to access the Tomorrow.io API";
+2 -2
pkgs/development/python-modules/sabyenc3/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "sabyenc3"; 9 - version = "5.4.3"; 9 + version = "5.4.4"; 10 10 format = "setuptools"; 11 11 12 12 disabled = pythonOlder "3.7"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-ei/SnVg4Oy6cBBPxg14lMMQBgbNR4Fg0aa+8sVBTY0Y="; 16 + hash = "sha256-89ZfKnC8sT7xvq4P9rs7aa2uGElwNfjNT/5OWvGqL0E="; 17 17 }; 18 18 19 19 # Tests are not included in pypi distribution
+2 -2
pkgs/development/python-modules/safety/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "safety"; 16 - version = "2.1.1"; 16 + version = "2.2.0"; 17 17 18 18 disabled = pythonOlder "3.6"; 19 19 ··· 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-28Xf+i5H2nbMQ9/oy7v8qZ0pEY0MbFTfz6EcK9NJ3/Y="; 24 + hash = "sha256-Z0XeEqy9YKWAAf5my1QDVRh9e5kbMBBNnvFP9OSCYHM="; 25 25 }; 26 26 27 27 postPatch = ''
+2 -2
pkgs/development/python-modules/scmrepo/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "scmrepo"; 18 - version = "0.0.25"; 18 + version = "0.1.1"; 19 19 format = "pyproject"; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "iterative"; 25 25 repo = pname; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-269vJNclTBWEqM9AJbF96R1I6Ru3q8YBd5A8Rmw7Jjo="; 27 + hash = "sha256-lFeYo7OVT0az+mYgERcVuuT9rX29+E2+WwfdDlMRm+I="; 28 28 }; 29 29 30 30 postPatch = ''
+2 -2
pkgs/development/python-modules/twilio/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "twilio"; 16 - version = "7.14.0"; 16 + version = "7.14.1"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.6"; ··· 22 22 owner = "twilio"; 23 23 repo = "twilio-python"; 24 24 rev = "refs/tags/${version}"; 25 - hash = "sha256-+D2zhWm2//eWJyEpMQIZM/lL4u7o3JQjGwUebbJKjQk="; 25 + hash = "sha256-VKAeM1a1TMXrewJ+j+Outyp7vxh9xovqjJ+GneYa6eg="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/types-requests/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "types-requests"; 9 - version = "2.28.10"; 9 + version = "2.28.11"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "sha256-l9j0CqH/4eWMNybHfWPBgtrqmnLZ8fosr96nVrKhnyw="; 14 + sha256 = "sha256-fugn64zmEbArURfP7F2mRVNltqV19eP/GfZVumA+a04="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/unifi-discovery/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "unifi-discovery"; 15 - version = "1.1.6"; 15 + version = "1.1.7"; 16 16 format = "pyproject"; 17 17 18 18 disabled = pythonOlder "3.9"; ··· 21 21 owner = "bdraco"; 22 22 repo = pname; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-C7kCliNLqzkrOoT1oy3scLl3VNdDXwWEqaO0DlGZWmk="; 24 + hash = "sha256-EQFk3kRY/JL1ZTDdHKzl0KbMUuhZSFc4tYqAYvsNSj0="; 25 25 }; 26 26 27 27 nativeBuildInputs = [
+3 -3
pkgs/development/tools/continuous-integration/gitlab-runner/default.nix
··· 1 1 { lib, buildGoModule, fetchFromGitLab, fetchurl }: 2 2 3 3 let 4 - version = "15.2.1"; 4 + version = "15.4.0"; 5 5 in 6 6 buildGoModule rec { 7 7 inherit version; ··· 14 14 "-X ${commonPackagePath}.REVISION=v${version}" 15 15 ]; 16 16 17 - vendorSha256 = "sha256-weT4Ed/VNTLovxUu2xCdHDqxY7v/5Wi3WsWlNDWYLLc="; 17 + vendorSha256 = "sha256-S0x1b2ITtqMoqdssoTgnolDC6Tyq3IdkJqxwZ29qCyU="; 18 18 19 19 src = fetchFromGitLab { 20 20 owner = "gitlab-org"; 21 21 repo = "gitlab-runner"; 22 22 rev = "v${version}"; 23 - sha256 = "sha256-HaFxMNREHTtnbIuQUXCinhd4lhcnkLkacLczeySsfWQ="; 23 + sha256 = "sha256-zItzg5r0V+m68c5aIJLMKsTKgmkgWrQD9t0cx5Lcaho="; 24 24 }; 25 25 26 26 patches = [
+3 -3
pkgs/development/tools/datree/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "datree"; 5 - version = "1.6.29"; 5 + version = "1.6.33"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "datreeio"; 9 9 repo = "datree"; 10 10 rev = version; 11 - hash = "sha256-RFm7I9HTI3M0fdGOz4ZXHtQY4Pm86SOz9pcIQLqb7/U="; 11 + hash = "sha256-VuTa1bnwxk8SUvOK3jLEvgJTPf3eABUyBssUYtoAxTs="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-mEtnZO4AZEcnEHuiAWguT8VelD0yLj1rytl6gPkPKBg="; 14 + vendorSha256 = "sha256-gjD24nyQ8U1WwhUbq8N4dvzFK74t3as7wWZK7rh9yiw="; 15 15 16 16 ldflags = [ 17 17 "-extldflags '-static'"
+16 -4
pkgs/development/tools/faas-cli/default.nix
··· 4 4 , fetchFromGitHub 5 5 , makeWrapper 6 6 , git 7 + , installShellFiles 8 + , testers 9 + , faas-cli 7 10 }: 8 11 let 9 12 faasPlatform = platform: ··· 24 27 sha256 = "sha256-iUS8bhTZc7oy7qy0ydmbVW3BNa/lZ2Q+kYefBKrNRyc="; 25 28 }; 26 29 27 - nativeBuildInputs = [ makeWrapper ]; 30 + vendorSha256 = null; 28 31 29 32 CGO_ENABLED = 0; 30 33 31 - vendorSha256 = null; 32 - 33 34 subPackages = [ "." ]; 34 35 35 36 ldflags = [ ··· 39 40 "-X github.com/openfaas/faas-cli/commands.Platform=${faasPlatform stdenv.targetPlatform}" 40 41 ]; 41 42 43 + nativeBuildInputs = [ makeWrapper installShellFiles ]; 44 + 42 45 postInstall = '' 43 46 wrapProgram "$out/bin/faas-cli" \ 44 47 --prefix PATH : ${lib.makeBinPath [ git ]} 48 + 49 + installShellCompletion --cmd metal \ 50 + --bash <($out/bin/faas-cli completion --shell bash) \ 51 + --zsh <($out/bin/faas-cli completion --shell zsh) 45 52 ''; 46 53 54 + passthru.tests.version = testers.testVersion { 55 + command = "${faas-cli}/bin/faas-cli version --short-version --warn-update=false"; 56 + package = faas-cli; 57 + }; 58 + 47 59 meta = with lib; { 48 - homepage = "https://github.com/openfaas/faas-cli"; 49 60 description = "Official CLI for OpenFaaS "; 61 + homepage = "https://github.com/openfaas/faas-cli"; 50 62 license = licenses.mit; 51 63 maintainers = with maintainers; [ welteki techknowlogick ]; 52 64 };
+1
pkgs/development/tools/parsing/tree-sitter/grammars/default.nix
··· 78 78 tree-sitter-scala = lib.importJSON ./tree-sitter-scala.json; 79 79 tree-sitter-scheme = lib.importJSON ./tree-sitter-scheme.json; 80 80 tree-sitter-scss = lib.importJSON ./tree-sitter-scss.json; 81 + tree-sitter-smithy = lib.importJSON ./tree-sitter-smithy.json; 81 82 tree-sitter-sparql = lib.importJSON ./tree-sitter-sparql.json; 82 83 tree-sitter-sql = lib.importJSON ./tree-sitter-sql.json; 83 84 tree-sitter-supercollider = lib.importJSON ./tree-sitter-supercollider.json;
+11
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-smithy.json
··· 1 + { 2 + "url": "https://github.com/indoorvivants/tree-sitter-smithy", 3 + "rev": "1cdb3578dfec76f19e566ea4c1e305632e88026a", 4 + "date": "2022-05-21T16:39:36+01:00", 5 + "path": "/nix/store/smvp9nkdg6amfzspfj0inmfvcsjgrsjz-tree-sitter-smithy", 6 + "sha256": "14xaflvz43m1c892jh0bg2yzsj1mrambkvsj6xkx84j141nnf4vm", 7 + "fetchLFS": false, 8 + "fetchSubmodules": false, 9 + "deepClone": false, 10 + "leaveDotGit": false 11 + }
+4
pkgs/development/tools/parsing/tree-sitter/update.nix
··· 343 343 orga = "nickel-lang"; 344 344 repo = "tree-sitter-nickel"; 345 345 }; 346 + "tree-sitter-smithy" = { 347 + orga = "indoorvivants"; 348 + repo = "tree-sitter-smithy"; 349 + }; 346 350 }; 347 351 348 352 allGrammars =
+3 -3
pkgs/development/tools/rust/cargo-edit/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "cargo-edit"; 13 - version = "0.11.1"; 13 + version = "0.11.2"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "killercup"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - hash = "sha256-TqRz1Og5wsKsiIESmplnTsGLRboEQ20cViWgXfwEHGQ="; 19 + hash = "sha256-pFQJ2ktn3sMO6DOWlBBe1pJOPytqgqX/EvjGZLnypdY="; 20 20 }; 21 21 22 - cargoSha256 = "sha256-4DVek/R7VABzSJ8vEb6f3Tgf1vVLIKAWj80Il5gWu2g="; 22 + cargoSha256 = "sha256-uTbMiMlCq7qImM5yz1ij0dokJgIMECzdBWst8fwdaoM="; 23 23 24 24 nativeBuildInputs = [ pkg-config ]; 25 25
+3 -3
pkgs/development/tools/rust/cargo-hack/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-hack"; 5 - version = "0.5.18"; 5 + version = "0.5.19"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-EtM5nGbsvwWiQGKrakMiToz7Hy6xoE3C6JsD2+JBpaA="; 9 + sha256 = "sha256-uBiqmJueSNDB1wWmWvSGR9qPV5NA8yVnl+GyAea30J4="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-3O9j9I6iMsgQl1nhXfdI5sNnnt71FBidQh+bqjpuPhc="; 12 + cargoSha256 = "sha256-X7p+tBcFvDL9PEeLkl0Ab/BqpJan0wJX9WCRjHek6u0="; 13 13 14 14 # some necessary files are absent in the crate version 15 15 doCheck = false;
+3 -3
pkgs/development/tools/rust/rust-analyzer/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "rust-analyzer-unwrapped"; 15 - version = "2022-09-12"; 16 - cargoSha256 = "sha256-mi6Ab3CyOfz1ZYViYbJwJCIew/N+IPt37bkq7x/N7IY="; 15 + version = "2022-09-19"; 16 + cargoSha256 = "sha256-GoGnhO1WaDpNrxyOj2xJPirwmsZ2IESDmA7orryupfo="; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "rust-lang"; 20 20 repo = "rust-analyzer"; 21 21 rev = version; 22 - sha256 = "sha256-1LkSsXzI1JTAmP/GMTz4fTJd8y/tw8R79l96q+h7mu8="; 22 + sha256 = "sha256-aG6JOn3BG/2U1zuusB4bwLnPMXNoAeDSL8MWUCDLvl8="; 23 23 }; 24 24 25 25 cargoBuildFlags = [ "--bin" "rust-analyzer" "--bin" "rust-analyzer-proc-macro-srv" ];
+3 -3
pkgs/development/tools/stylua/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "stylua"; 10 - version = "0.15.0"; 10 + version = "0.15.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "johnnymorganz"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-x4/DmFi/6bIQVn8sfSFEOJIv4Zd/3oHKXbrd6yIsSYU="; 16 + sha256 = "sha256-uxJsgTEvrwFfGrGv1VFoYGX9RnlqHBgUU75OlqSOEnc="; 17 17 }; 18 18 19 - cargoSha256 = "sha256-lY18so+uG3yri18zd29B479nl0l1C0F1mw+sPrccRQs="; 19 + cargoSha256 = "sha256-FQgb9EcKEp29hl4n+A4hTdzmoEy8MfwUyt32jy1BxiY="; 20 20 21 21 # remove cargo config so it can find the linker on aarch64-unknown-linux-gnu 22 22 postPatch = ''
+3 -3
pkgs/development/tools/toxiproxy/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "toxiproxy"; 5 - version = "2.4.0"; 5 + version = "2.5.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Shopify"; 9 9 repo = "toxiproxy"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-vFf1yLpAa+yO1PCE+pLTnvvtROtpVxlEgACDNNUWBEM="; 11 + sha256 = "sha256-SL3YHsNeFw8K8lPrzJXAoTkHxS+1sTREfzjawBxdnf0="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-mrRMyIU6zeyAT/fXbBmtMlZzpyeB45FQmYJ4FDwTRTo="; 14 + vendorSha256 = "sha256-CmENxPAdjz0BAyvhLKIaJjSbK/mvRzHGCQOfGIiA3yI="; 15 15 16 16 excludedPackages = [ "test/e2e" ]; 17 17
+34 -6
pkgs/servers/caddy/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, nixosTests }: 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + , nixosTests 5 + , caddy 6 + , testers 7 + , installShellFiles 8 + }: 2 9 let 3 - version = "2.6.0"; 10 + version = "2.6.1"; 4 11 dist = fetchFromGitHub { 5 12 owner = "caddyserver"; 6 13 repo = "dist"; ··· 12 19 pname = "caddy"; 13 20 inherit version; 14 21 15 - subPackages = [ "cmd/caddy" ]; 16 - 17 22 src = fetchFromGitHub { 18 23 owner = "caddyserver"; 19 24 repo = "caddy"; 20 25 rev = "v${version}"; 21 - sha256 = "sha256-BZGfYpQM5e+/LrGqs1oms/vOp9q4UY/ZyDODEsi/wl8="; 26 + sha256 = "sha256-Z8MiMhXH1er+uYvmDQiamF/jSxHbTMwjo61qbH0ioEo="; 22 27 }; 23 28 24 29 vendorSha256 = "sha256-6UTErIPB/z4RfndPSLKFJDFweLB3ax8WxEDA+3G5asI="; 25 30 31 + patches = [ 32 + ./inject_version.diff 33 + ]; 34 + 35 + subPackages = [ "cmd/caddy" ]; 36 + 37 + ldflags = [ 38 + "-s" "-w" 39 + "-X github.com/caddyserver/caddy/v2.ShortVersion=${version}" 40 + ]; 41 + 42 + nativeBuildInputs = [ installShellFiles ]; 43 + 26 44 postInstall = '' 27 45 install -Dm644 ${dist}/init/caddy.service ${dist}/init/caddy-api.service -t $out/lib/systemd/system 28 46 29 47 substituteInPlace $out/lib/systemd/system/caddy.service --replace "/usr/bin/caddy" "$out/bin/caddy" 30 48 substituteInPlace $out/lib/systemd/system/caddy-api.service --replace "/usr/bin/caddy" "$out/bin/caddy" 49 + 50 + installShellCompletion --cmd metal \ 51 + --bash <($out/bin/caddy completion bash) \ 52 + --zsh <($out/bin/caddy completion zsh) 31 53 ''; 32 54 33 - passthru.tests = { inherit (nixosTests) caddy; }; 55 + passthru.tests = { 56 + inherit (nixosTests) caddy; 57 + version = testers.testVersion { 58 + command = "${caddy}/bin/caddy version"; 59 + package = caddy; 60 + }; 61 + }; 34 62 35 63 meta = with lib; { 36 64 homepage = "https://caddyserver.com";
+15
pkgs/servers/caddy/inject_version.diff
··· 1 + diff --git a/caddy.go b/caddy.go 2 + index 584865bd..082b9b6c 100644 3 + --- a/caddy.go 4 + +++ b/caddy.go 5 + @@ -840,7 +840,10 @@ func InstanceID() (uuid.UUID, error) { 6 + // and https://github.com/golang/go/issues/50603. 7 + // 8 + // This function is experimental and subject to change or removal. 9 + +var ShortVersion = "(devel)" 10 + + 11 + func Version() (simple, full string) { 12 + + return ShortVersion, ShortVersion 13 + // the currently-recommended way to build Caddy involves 14 + // building it as a dependency so we can extract version 15 + // information from go.mod tooling; once the upstream
+3 -3
pkgs/servers/monitoring/grafana/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "grafana"; 5 - version = "9.1.5"; 5 + version = "9.1.6"; 6 6 7 7 excludedPackages = [ "alert_webhook_listener" "clean-swagger" "release_publisher" "slow_proxy" "slow_proxy_mac" "macaron" "devenv" ]; 8 8 ··· 10 10 rev = "v${version}"; 11 11 owner = "grafana"; 12 12 repo = "grafana"; 13 - sha256 = "sha256-R5gHd9lLXPV6Ck9mhPfdL41/O9ZN76wjBRDUBLtL2eA="; 13 + sha256 = "sha256-DIcKz5M1KdyCBQByt/Z8Z+LBAtjdg5VkoFYRo0x6vP8="; 14 14 }; 15 15 16 16 srcStatic = fetchurl { 17 17 url = "https://dl.grafana.com/oss/release/grafana-${version}.linux-amd64.tar.gz"; 18 - sha256 = "sha256-P+QkpyGRSuZX/OJo/CgMP9z1Rq7tJbWAZCMOwAuEFhc="; 18 + sha256 = "sha256-ftLEnrHE36uQ/Lj6hNPlAN4KyNm4P5m3c7H8erJnkVs="; 19 19 }; 20 20 21 21 vendorSha256 = "sha256-frY84+Tp9qVj9Xs9l0c0u1YyYywMbXO4KS0AF5mpnhQ=";
+1
pkgs/servers/pleroma/default.nix
··· 16 16 rev = "v${version}"; 17 17 sha256 = "sha256-x8j/2Eot/EEHsedgZntB5MPxlYMNDlFyZtmiMdhcS7U="; 18 18 }; 19 + stripDebug = false; 19 20 20 21 mixNixDeps = import ./mix.nix { 21 22 inherit beamPackages lib;
+3 -3
pkgs/tools/admin/scaleway-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "scaleway-cli"; 5 - version = "2.5.6"; 5 + version = "2.6.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "scaleway"; 9 9 repo = "scaleway-cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-C7hCTDs6XLLQPUojqCJEkdSeANrW3XwfFJscSefe0OQ="; 11 + sha256 = "sha256-wWyykSNSv6Fp+/f54LhYeArXXzRreHdqso28cM1/fl0="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-NUifjoMP3AmT7RjhkilGmQTMtl5wcuPJL5I32/M27a8="; 14 + vendorSha256 = "sha256-awq4rObflJbKjZ2tJrZZMJklXBDwTjuRE8sS3iZBefk="; 15 15 16 16 ldflags = [ 17 17 "-w"
+2 -2
pkgs/tools/misc/audible-cli/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "audible-cli"; 5 - version = "0.2.3"; 5 + version = "0.2.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "mkb79"; 9 9 repo = pname; 10 10 rev = "refs/tags/v${version}"; 11 - sha256 = "sha256-z7oLY+xu+rTHgIWLFQU/TTSQtxChwhfu8nXoI05QqLw="; 11 + sha256 = "sha256-umIPHKPfWKlzEVyRKbBqmul/8n13EnpfYXmSQbQtLq8="; 12 12 }; 13 13 14 14 propagatedBuildInputs = with python3Packages; [ aiofiles audible click httpx pillow tabulate toml tqdm packaging setuptools questionary ];
+3 -3
pkgs/tools/networking/mubeng/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "mubeng"; 8 - version = "0.10.0"; 8 + version = "0.11.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "kitabisa"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-z81/WbqhMJPliT5rrW4UY8gseV7R2UDQIUOjZuUgLTI="; 14 + sha256 = "sha256-BY3X9N7XnBZ6mVX/o+EXruJmi3HYWMeY9enSuJY4jWI="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-CjAFntwpHvUOaaLHDOT9Dctptv5EFW62X8XWT4SvT2A="; 17 + vendorSha256 = "sha256-1JxyP6CrJ4/g7o3eGeN1kRXJU/jNLEB8fW1bjJytQqQ="; 18 18 19 19 ldflags = [ "-s" "-w" "-X ktbs.dev/mubeng/common.Version=${version}" ]; 20 20
+16 -1
pkgs/tools/networking/tinyproxy/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, autoreconfHook, perl, withDebug ? false }: 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , fetchpatch 5 + , autoreconfHook 6 + , perl 7 + , withDebug ? false 8 + }: 2 9 3 10 stdenv.mkDerivation rec { 4 11 pname = "tinyproxy"; ··· 10 17 repo = "tinyproxy"; 11 18 owner = "tinyproxy"; 12 19 }; 20 + 21 + patches = [ 22 + (fetchpatch { 23 + name = "CVE-2022-40468.patch"; 24 + url = "https://github.com/tinyproxy/tinyproxy/commit/3764b8551463b900b5b4e3ec0cd9bb9182191cb7.patch"; 25 + sha256 = "sha256-P0c4mUK227ld3703ss5MQhi8Vo2QVTCVXhKmc9fcufk="; 26 + }) 27 + ]; 13 28 14 29 # perl is needed for man page generation. 15 30 nativeBuildInputs = [ autoreconfHook perl ];
+2 -2
pkgs/tools/security/gitleaks/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "gitleaks"; 11 - version = "8.12.0"; 11 + version = "8.13.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "zricethezav"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-g15ySGRX9f3zlmoatfzUomokdXyr33geNZnEQLle9rw="; 17 + sha256 = "sha256-Pdl26PoTcI0LiC3O8EN/vW9LjVfI54TsspRnmhpFaVo="; 18 18 }; 19 19 20 20 vendorSha256 = "sha256-Ev0/CSpwJDmc+Dvu/bFDzsgsq80rWImJWXNAUqYHgoE=";
+3 -3
pkgs/tools/security/keyscope/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "keyscope"; 15 - version = "1.2.2"; 15 + version = "1.2.3"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "spectralops"; 19 19 repo = pname; 20 20 rev = "v${version}"; 21 - sha256 = "sha256-SLVNzxwZhdK2Fk2Vu5P/j0d8IoUPzlb9e5hnJrZ8Qsk="; 21 + sha256 = "sha256-RKeEumj9HuifEXE8g5G7EsIalGD1vLRawh59s/ykUmg="; 22 22 }; 23 23 24 - cargoSha256 = "sha256-PBSQeLQ7UkWhGlRID+bv2HwzgvoiJ120t/TNKJFUY+M="; 24 + cargoSha256 = "sha256-8lTwczuOgPhzwGcQ2KoqK5Zf3HS3uwsok036l+12Xb0="; 25 25 26 26 nativeBuildInputs = [ pkg-config ]; 27 27
+3 -1
pkgs/top-level/all-packages.nix
··· 3309 3309 3310 3310 cinny = callPackage ../applications/networking/instant-messengers/cinny { stdenv = stdenvNoCC; }; 3311 3311 3312 - cinny-desktop = callPackage ../applications/networking/instant-messengers/cinny-desktop { }; 3312 + cinny-desktop = callPackage ../applications/networking/instant-messengers/cinny-desktop { 3313 + openssl = openssl_1_1; 3314 + }; 3313 3315 3314 3316 ckbcomp = callPackage ../tools/X11/ckbcomp { }; 3315 3317