mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
deltachat-desktop: 1.46.7 -> 1.46.8
Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.46.7...1.46.8 Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.46.8/CHANGELOG.md
This commit is contained in:
parent
e67bfd04e9
commit
43a583e01d
@ -37,16 +37,16 @@ let
|
||||
in
|
||||
buildNpmPackage rec {
|
||||
pname = "deltachat-desktop";
|
||||
version = "1.46.7";
|
||||
version = "1.46.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deltachat";
|
||||
repo = "deltachat-desktop";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-gsgw075YitYgx5WkNdPnh96w58FJaa2r8wOJyUsSAu0=";
|
||||
hash = "sha256-17JhaanYEySoDuLYFMc4vB3wVlCucMh3Jk2Uu9PqUdQ=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-Va/Aber3uwTFTy/XnYILkU3s66/xQAvGDFh2p/ZYYUo=";
|
||||
npmDepsHash = "sha256-+74koym1lL2rk5n06i7JgcXmX+yW4zgqRfdH6ryXe0s=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
jq
|
||||
|
Loading…
Reference in New Issue
Block a user