inboxer: 1.1.5 -> 1.2.1 (#49299)

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-27 17:07:16 -07:00 committed by Samuel Leathers
parent b580e19510
commit 0325373b56

View File

@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
name = "inboxer-${version}";
version = "1.1.5";
version = "1.2.1";
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 = "11xid07rqn7j6nxn0azxwf0g8g3jhams2fmf9q7xc1is99zfy7z4";
sha256 = "0nyxas07d6ckgjazxapmc6iyakd2cddla6wflr5rhfp78d7kax3a";
};
unpackPhase = ''