xdg-desktop-portal-termfilechooser: 1.3.0 -> 1.4.0 (#504907)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-31 07:26:20 +00:00
committed by GitHub
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal-termfilechooser";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "hunkyburrito";
repo = "xdg-desktop-portal-termfilechooser";
tag = "v${finalAttrs.version}";
hash = "sha256-7fbQ0iraT3UQFgpb9Jlfo0myS72IiH5+vyU7dAzldfM=";
hash = "sha256-GZi05OsyhLsiY/bTFLGd5KeJaD5CQNJInN0wCkXaOoU=";
};
nativeBuildInputs = [