xdg-desktop-portal-xapp: 1.0.7 -> 1.0.8

This commit is contained in:
R. Ryantm 2024-07-20 01:43:32 +00:00 committed by Bobby Rong
parent f22436e2b4
commit 28555fca2a

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-xapp"; pname = "xdg-desktop-portal-xapp";
version = "1.0.7"; version = "1.0.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = "xdg-desktop-portal-xapp"; repo = "xdg-desktop-portal-xapp";
rev = version; rev = version;
hash = "sha256-1Q00aEWl/mk37NcBJPgg443V1IXmNaJcSlilzvAJ1QQ="; hash = "sha256-e8yfFL09nztFF6FZpnT0JZyPSQCPQEI76Q29V1b0gs8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [