xdg-desktop-portal-xapp: 1.0.1 -> 1.0.2

https://github.com/linuxmint/xdg-desktop-portal-xapp/compare/1.0.1...1.0.2
This commit is contained in:
Bobby Rong 2023-06-26 21:58:46 +08:00
parent 5e979fc0dd
commit 52ae9f099c
No known key found for this signature in database

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-xapp";
version = "1.0.1";
version = "1.0.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xdg-desktop-portal-xapp";
rev = version;
hash = "sha256-N0LVgk3VT0Fax1GTB7jzFhwzNEeAuyFHAuxXNCo2o3Y=";
hash = "sha256-0qZUSo3m63kSFYbfn8GUU8JLdgBimlqfEWWrsK/k+Aw=";
};
nativeBuildInputs = [