Skip to content

Commit

Permalink
franz: 5.4.0 -> 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed Oct 31, 2019
1 parent 04d4ea0 commit ff545ef
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -3,13 +3,13 @@
, gnome2, dbus, nss, nspr, alsaLib, cups, expat, udev, libnotify, xdg_utils }:

let
version = "5.4.0";
version = "5.4.1";
in stdenv.mkDerivation {
pname = "franz";
inherit version;
src = fetchurl {
url = "https://github.com/meetfranz/franz/releases/download/v${version}/franz_${version}_amd64.deb";
sha256 = "0jqxanihklb88igxs7ilnjlavag64mdj84zrhpr22km3m3c0agq5";
sha256 = "1g1z5zjm9l081hpqslfc4h7pqh4k76ccmlz71r21204wy630mw6h";
};

# don't remove runtime deps
Expand Down

0 comments on commit ff545ef

Please sign in to comment.