Unverified Commit a331a49c authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files

Merge master into staging-next

parents 418b5d9e 2a56c2ca
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7968,12 +7968,12 @@ final: prev:
  nvim-tree-lua = buildVimPlugin {
    pname = "nvim-tree.lua";
    version = "2024-02-12";
    version = "2024-02-20";
    src = fetchFromGitHub {
      owner = "nvim-tree";
      repo = "nvim-tree.lua";
      rev = "863cf832ceb0b2377c913b7696dd7d64f4978941";
      sha256 = "1pcfv6skwxifyzh94a8rjzz3gffflxlf5c2zvs851adc1lkhbwrp";
      rev = "030defdb6522f5f716d8201d20ca1a2baa57ca66";
      sha256 = "sha256-eWqm1Vk3KQspImy/k2aMXFmsXkVQkMjrVidUVmEJzek=";
    };
    meta.homepage = "https://github.com/nvim-tree/nvim-tree.lua/";
  };
+2 −2
Original line number Diff line number Diff line
@@ -1383,8 +1383,8 @@ let
        mktplcRef = {
          name = "elixir-ls";
          publisher = "JakeBecker";
          version = "0.19.0";
          sha256 = "sha256-31eenBOVUEY3MFaVmAjZsypr7U0d6IfVR3ZJfDqi3OY=";
          version = "0.20.0";
          sha256 = "sha256-p+YNBRzzA/EezBMxI5Rmdb8SdJgFV7QwuLVi1mcJV+E=";
        };
        meta = {
          changelog = "https://marketplace.visualstudio.com/items/JakeBecker.elixir-ls/changelog";
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
    homepage = "https://osmcode.org/osmium-tool/";
    changelog = "https://github.com/osmcode/osmium-tool/blob/v${version}/CHANGELOG.md";
    license = with licenses; [ gpl3Plus mit bsd3 ];
    maintainers = with maintainers; [ das-g ];
    maintainers = with maintainers; teams.geospatial.members ++ [ das-g ];
    mainProgram = "osmium";
  };
}
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "flexget";
  version = "3.11.18";
  version = "3.11.19";
  pyproject = true;

  # Fetch from GitHub in order to use `requirements.in`
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "Flexget";
    repo = "Flexget";
    rev = "refs/tags/v${version}";
    hash = "sha256-ykHBGZS/1cRBdMuZ6tz+3QY5cOBxt+Z2Dp3lKuTKj7w=";
    hash = "sha256-XqZPhjuk3f9EbDTu+iX2U6uOXTn3rFdYjQNx5Prte88=";
  };

  postPatch = ''
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
callPackage ./generic.nix {} rec {
  pname = "signal-desktop";
  dir = "Signal";
  version = "6.47.1";
  version = "6.48.0";
  url = "https://updates.signal.org/desktop/apt/pool/s/signal-desktop/signal-desktop_${version}_amd64.deb";
  hash = "sha256-WRdn3T18xhWvlELtwlOs/ZoPuEt/yQgs7JP/1MGN5Ps=";
  hash = "sha256-hQhMl3ArIZK+0u90uIw0mERv9z4aL1Nny9Qx/Cvsfl4=";
}
Loading