inboxer: 1.1.4 -> 1.1.5 (#47047)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/inboxer/versions
This commit is contained in:
R. RyanTM 2018-10-01 15:02:05 -07:00 committed by xeji
parent 736d8af3fd
commit 873173aa38

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
name = "inboxer-${version}";
version = "1.1.4";
version = "1.1.5";
meta = with stdenv.lib; {
description = "Unofficial, free and open-source Google Inbox Desktop App";
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/denysdovhan/inboxer/releases/download/v${version}/inboxer_${version}_amd64.deb";
sha256 = "1jhx7mghslk8s2h50g8avnspf2v2r8yj0i8hkhw3qy2sa91m3ck1";
sha256 = "11xid07rqn7j6nxn0azxwf0g8g3jhams2fmf9q7xc1is99zfy7z4";
};
unpackPhase = ''