Skip to content

Commit

Permalink
Merge pull request NixOS#268951 from dotlambda/deltachat-desktop-1.41.3
Browse files Browse the repository at this point in the history
deltachat-desktop: 1.41.1 -> 1.41.4
  • Loading branch information
dotlambda authored Nov 22, 2023
2 parents bef5584 + 8b63682 commit ba1a718
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 89 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ let
in
buildNpmPackage rec {
pname = "deltachat-desktop";
version = "1.41.1";
version = "1.41.4";

src = fetchFromGitHub {
owner = "deltachat";
repo = "deltachat-desktop";
rev = "v${version}";
hash = "sha256-ITcBIm47OiGy/i6jnG6r1OoStjRPystOts6ViLioLNY=";
hash = "sha256-T2EPCYQ2N414sUEqpXtx459sZZXOnHgXM0/dz3Wi9hw=";
};

npmDepsHash = "sha256-+t6m2kDUOh6kIkbZgol/CQciDTxUZSkTr1amPywrMb4=";
npmDepsHash = "sha256-q60qrTN6H1AfJGhula8dzRwnKw2l+X0BOIvnKZh5t2s=";

nativeBuildInputs = [
makeWrapper
Expand Down
Loading

0 comments on commit ba1a718

Please sign in to comment.