Merge pull request #80386 from zowoq/flatpak

flatpak: 1.6.1 -> 1.6.2
This commit is contained in:
Jan Tojnar 2020-02-18 01:33:01 +01:00 committed by GitHub
commit 8fa73be07b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -55,14 +55,14 @@
stdenv.mkDerivation rec {
pname = "flatpak";
version = "1.6.1";
version = "1.6.2";
# 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 = "1x3zh2xashsq1nh4s85qq45hcnwfbnwzln2wlk10g7149nia6f7w";
sha256 = "02k9p5n60gz2k85n805n9niic4miw0mfh0i7yk1vrc8vaa5h69wd";
};
patches = [