Commit 0b986d5a authored by Jan Tojnar's avatar Jan Tojnar
Browse files
parent f2cf51c6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
{ lib, stdenv
{ stdenv
, lib
, fetchFromGitHub
, nixosTests
, substituteAll
@@ -20,7 +21,7 @@

stdenv.mkDerivation rec {
  pname = "xdg-desktop-portal";
  version = "1.8.1";
  version = "1.10.1";

  outputs = [ "out" "installedTests" ];

@@ -28,7 +29,7 @@ stdenv.mkDerivation rec {
    owner = "flatpak";
    repo = pname;
    rev = version;
    sha256 = "sha256-tuRKCBj9ELC7yFPs/Sut/EdO+L8nwW3S8NWU+XedAF8=";
    sha256 = "Q1ZP/ljdIxJHg+3JaTL/LIZV+3cK2+dognsTC95udVA=";
  };

  patches = [