summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-27 21:07:31 +0800
committerBobby Rong <rjl931189261@126.com>2022-01-27 21:07:31 +0800
commit5a386efa8c4392efe12ec03735765c8eadd931b9 (patch)
treebab0e4ba2daf2f821261333223d620142e00feee
parentpantheon.elementary-files: 6.1.1 -> 6.1.2 (diff)
downloadnixpkgs-5a386efa8c4392efe12ec03735765c8eadd931b9.tar.gz
xdg-desktop-portal-pantheon: 1.0.1 -> 1.1.0
(cherry picked from commit 9fcaa4b33e75d461c8611efe97a07ce4505b4123) Note that the attrPath for this package on nixos-unstable is different.
-rw-r--r--pkgs/development/libraries/xdg-desktop-portal-pantheon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/xdg-desktop-portal-pantheon/default.nix b/pkgs/development/libraries/xdg-desktop-portal-pantheon/default.nix
index 68a187418343..41cab5a06f35 100644
--- a/pkgs/development/libraries/xdg-desktop-portal-pantheon/default.nix
+++ b/pkgs/development/libraries/xdg-desktop-portal-pantheon/default.nix
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-pantheon";
- version = "1.0.1";
+ version = "1.1.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "portals";
rev = version;
- sha256 = "sha256-8gBMjCMEzrFmKHhkXsgcIESC93EOT0ADkRUIJMmerjw=";
+ sha256 = "sha256-YICNOeNrpO2tJFyULjQEhZQCrrMyQau59EC7c5K9q40=";
};
nativeBuildInputs = [