Unverified Commit c076301e authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

flatpak: 1.16.2 -> 1.16.3 (#490271)

parents 5720aa5c 719c0c76
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.2";
  version = "1.16.3";

  # 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-aRctGw2Fxo+B5t3wEV+OGwXXOxsBD+qNnssDvIrYQ+s=";
    hash = "sha256-PWvT9fiUDoDAhyhso+QhgvxjDXgIlFNlEfzSz/wSz1s=";
  };

  patches = [