flatpak: 1.8.1 → 1.8.2

https://github.com/flatpak/flatpak/releases/tag/1.8.2
This commit is contained in:
Jan Tojnar 2020-09-12 13:32:22 +02:00
parent a1a99eac89
commit 595e61d837
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -57,14 +57,14 @@
stdenv.mkDerivation rec {
pname = "flatpak";
version = "1.8.1";
version = "1.8.2";
# TODO: split out lib once we figure out what to do with triggerdir
outputs = [ "out" "dev" "man" "doc" "devdoc" "installedTests" ];
src = fetchurl {
url = "https://github.com/flatpak/flatpak/releases/download/${version}/${pname}-${version}.tar.xz";
sha256 = "ZpFLZvmmQHk4bMCXpAoZ+oQZVo33+0VvLkB/D3asnq0=";
sha256 = "eSZiXffCKCpe4aizwxevU9QKZjsbxrGKLch0fiZQhbA=";
};
patches = [