mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
deltachat-desktop: 1.40.0 -> 1.40.1
Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.40.0...v1.40.1 Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.40.1/CHANGELOG.md
This commit is contained in:
parent
fb3c1fe746
commit
f18abdfa0a
@ -33,16 +33,16 @@ let
|
||||
in
|
||||
buildNpmPackage rec {
|
||||
pname = "deltachat-desktop";
|
||||
version = "1.40.0";
|
||||
version = "1.40.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deltachat";
|
||||
repo = "deltachat-desktop";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QvSBM2zR/LcQ2wtkh6mtlU8iqYmZfv6U5bRyMYjLZhE=";
|
||||
hash = "sha256-UmRI1aYPAz8I6Th+L5N1YXbvaIOS6m2jEKFl6MdCUVA=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-lxyXfPNu5U+0cge+cwcXHIJv+gVXCSzc5t/2c4IQxNM=";
|
||||
npmDepsHash = "sha256-zk7Zc/I8uK8CXo0nHMg1CPG28OHRoL1fh1MLOsIr3ao=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
|
Loading…
Reference in New Issue
Block a user