flatpak: 1.6.2 -> 1.6.3

https://github.com/flatpak/flatpak/releases/tag/1.6.3
This commit is contained in:
zowoq 2020-03-31 00:36:30 +10:00
parent d6fa642608
commit 72aceab6ef

View File

@ -54,14 +54,14 @@
stdenv.mkDerivation rec {
pname = "flatpak";
version = "1.6.2";
version = "1.6.3";
# TODO: split out lib once we figure out what to do with triggerdir
outputs = [ "out" "dev" "man" "doc" "installedTests" ];
src = fetchurl {
url = "https://github.com/flatpak/flatpak/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "02k9p5n60gz2k85n805n9niic4miw0mfh0i7yk1vrc8vaa5h69wd";
sha256 = "17s8nqdxd4xdy7ag9bw06adxccha78jmlsa3zpqnl3qh92pg0hji";
};
patches = [