Unverified Commit 3327b113 authored by K900's avatar K900 Committed by GitHub
Browse files

flatpak: 1.16.1 -> 1.16.2 (#479657)

parents aa41d8ab ea443042
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "flatpak";
  version = "1.16.1";
  version = "1.16.2";

  # TODO: split out lib once we figure out what to do with triggerdir
  outputs = [
@@ -98,7 +98,7 @@ stdenv.mkDerivation (finalAttrs: {

  src = fetchurl {
    url = "https://github.com/flatpak/flatpak/releases/download/${finalAttrs.version}/flatpak-${finalAttrs.version}.tar.xz";
    hash = "sha256-K0fo8tkNNdKTOe144abquzbu+pz6WlyjsNHydQLENnU=";
    hash = "sha256-aRctGw2Fxo+B5t3wEV+OGwXXOxsBD+qNnssDvIrYQ+s=";
  };

  patches = [