deltachat-desktop: 1.40.2 -> 1.40.3
Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.40.2-fixed-tag...v1.40.3 Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.40.3/CHANGELOG.md
This commit is contained in:
parent
364ab12942
commit
48785cd7ac
1 changed files with 4 additions and 4 deletions
|
@ -33,16 +33,16 @@ let
|
|||
in
|
||||
buildNpmPackage rec {
|
||||
pname = "deltachat-desktop";
|
||||
version = "1.40.2";
|
||||
version = "1.40.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deltachat";
|
||||
repo = "deltachat-desktop";
|
||||
rev = "v${version}-fixed-tag";
|
||||
hash = "sha256-3apr4dCnw+eIJ7PkpQtpgGYWl1jPLV/z/aRuBVbFdHk=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-UVsjka/ptUiSN9aqRESdFZA3uh+FJnJot/YXWUPCJtc=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-qOABH0rAQyioYOSEjyJtVoqMmaxFXfXXT1MRDjuo1rI=";
|
||||
npmDepsHash = "sha256-r0IUQNZJEpY8VE0G/WLdygup32iQ6DxfGkvOgFi7R4k=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
|
|
Loading…
Reference in a new issue