xdg-desktop-portal-wlr: 0.7.1 -> 0.8.0 (#454287)

This commit is contained in:
rewine
2025-10-29 08:24:00 +00:00
committed by GitHub
@@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-wlr";
version = "0.7.1";
version = "0.8.0";
src = fetchFromGitHub {
owner = "emersion";
repo = "xdg-desktop-portal-wlr";
rev = "v${version}";
sha256 = "sha256-GIIDeZMIGUiZV0IUhcclRVThE5LKaqVc5VwnNT8beNU=";
sha256 = "sha256-TAWrDH6kud4eXFJvfihImuEFm2uTOaqAOatG+7JmaEM=";
};
strictDeps = true;