flatpak: 1.1.2 -> 1.1.3

This commit is contained in:
Will Dietz 2019-01-15 13:00:49 -06:00
parent def5124ec8
commit 66c65cbb5a

View File

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "flatpak";
version = "1.1.2";
version = "1.1.3";
# TODO: split out lib once we figure out what to do with triggerdir
outputs = [ "out" "man" "doc" "installedTests" ];
src = fetchurl {
url = "https://github.com/flatpak/flatpak/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "01z7ybskxh6r58yh1m98z0z36fba4ljaxpqmh4y6kkaw8pyhhs6i";
sha256 = "12xqhszx50pmw2nx7n1pym7n47z95ddwwkyx35bfgmxsd9hjpmh2";
};
patches = [