xdg-desktop-portal-wlr: 0.7.1 -> 0.8.0

This commit is contained in:
R. Ryantm
2025-10-21 18:23:57 +00:00
parent cce16dbcfb
commit b0a797069d
@@ -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;