forked from mirrors/nixpkgs
xdg-desktop-portal: 1.8.1 → 1.10.1
https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.10.0 https://github.com/flatpak/xdg-desktop-portal/releases/tag/1.10.1
This commit is contained in:
parent
f2cf51c6ff
commit
0b986d5a0d
|
@ -1,4 +1,5 @@
|
|||
{ 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 = [
|
||||
|
|
Loading…
Reference in a new issue