3
0
Fork 0
forked from mirrors/nixpkgs

flatpak: 1.6.1 -> 1.6.2

https://github.com/flatpak/flatpak/releases/tag/1.6.2
This commit is contained in:
zowoq 2020-02-18 09:41:31 +10:00
parent 0564815e46
commit d744b4f928

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 = [