Merge pull request #105507 from r-ryantm/auto-update/inboxer

inboxer: 1.2.1 -> 1.2.3
This commit is contained in:
Sandro
2020-12-01 01:46:26 +01:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
stdenv.mkDerivation rec {
pname = "inboxer";
version = "1.2.1";
version = "1.2.3";
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 = "0nyxas07d6ckgjazxapmc6iyakd2cddla6wflr5rhfp78d7kax3a";
sha256 = "1ak8sr9sc0fkbrmfynxivbn9csrbyly4fhjlk7kx10aq8hk893a7";
};
unpackPhase = ''