Skip to content

Commit

Permalink
xdg-desktop-portal: 1.8.1 → 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Oct 7, 2021
1 parent 9c7d138 commit b959570
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/libraries/xdg-desktop-portal/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib, stdenv
{ stdenv
, lib
, fetchFromGitHub
, nixosTests
, substituteAll
Expand All @@ -20,15 +21,15 @@

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

outputs = [ "out" "installedTests" ];

src = fetchFromGitHub {
owner = "flatpak";
repo = pname;
rev = version;
sha256 = "sha256-tuRKCBj9ELC7yFPs/Sut/EdO+L8nwW3S8NWU+XedAF8=";
sha256 = "Q1ZP/ljdIxJHg+3JaTL/LIZV+3cK2+dognsTC95udVA=";
};

patches = [
Expand Down

0 comments on commit b959570

Please sign in to comment.