Skip to content

Commit

Permalink
Merge pull request #80386 from zowoq/flatpak
Browse files Browse the repository at this point in the history
flatpak: 1.6.1 -> 1.6.2
  • Loading branch information
jtojnar authored Feb 18, 2020
2 parents a93c107 + d744b4f commit 8fa73be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/flatpak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8fa73be

Please sign in to comment.