pantheon.xdg-desktop-portal-pantheon: 7.0.0 -> 7.1.0

https://github.com/elementary/portals/releases/tag/7.1.0
This commit is contained in:
Bobby Rong 2023-06-27 12:19:26 +08:00
parent 5f10b0db41
commit 78aea8e433
No known key found for this signature in database

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-pantheon";
version = "7.0.0";
version = "7.1.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "portals";
rev = version;
sha256 = "sha256-Rfo9Z5rCJgk36Db3ce8dYBJswy8owjvRMrJVB/RfwyI=";
sha256 = "sha256-uy/etQiJuaROw8bWg2PUdptNr4I8uqqUZ8BWK6D2bog=";
};
nativeBuildInputs = [