xdg-desktop-portal-termfilechooser: 1.4.0 -> 1.4.3

This commit is contained in:
R. Ryantm
2026-06-15 02:06:23 +00:00
parent 635f366cf9
commit 862f51c2ef
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal-termfilechooser";
version = "1.4.0";
version = "1.4.3";
src = fetchFromGitHub {
owner = "hunkyburrito";
repo = "xdg-desktop-portal-termfilechooser";
tag = "v${finalAttrs.version}";
hash = "sha256-GZi05OsyhLsiY/bTFLGd5KeJaD5CQNJInN0wCkXaOoU=";
hash = "sha256-zk/zUbq+fa977wuT/yuJ+bBawuTXKVJwLj2G8ITjMfU=";
};
nativeBuildInputs = [