Skip to content

Commit

Permalink
deltachat-desktop: 1.22.1 -> 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Sep 23, 2021
1 parent c93472b commit bda2993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -20,13 +20,13 @@ let
"${electron}/bin/electron";
in nodePackages.deltachat-desktop.override rec {
pname = "deltachat-desktop";
version = "1.22.1";
version = "1.22.2";

src = fetchFromGitHub {
owner = "deltachat";
repo = "deltachat-desktop";
rev = "v${version}";
sha256 = "0wrwjblpw3f5ky697b2nhi9lisn4q5bl05086fdkx5v5j2ghz3n9";
sha256 = "0in6w2vl4ypgjb9gfhyh77vg05ni5p3z24lah7wvvhywcpv1jp2n";
};

nativeBuildInputs = [
Expand Down
@@ -1,6 +1,6 @@
{
"name": "deltachat-desktop",
"version": "1.22.1",
"version": "1.22.2",
"dependencies": {
"@blueprintjs/core": "^3.22.3",
"@mapbox/geojson-extent": "^1.0.0",
Expand Down

0 comments on commit bda2993

Please sign in to comment.