xdg-desktop-portal-termfilechooser: 0.4.0 -> 1.0.5

This commit is contained in:
L-Trump
2025-04-09 13:16:08 +08:00
parent 063dece00c
commit 02b9b44e89
@@ -10,15 +10,15 @@
systemd,
scdoc,
}:
stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal-termfilechooser";
version = "0.4.0";
version = "1.0.5";
src = fetchFromGitHub {
owner = "hunkyburrito";
repo = "xdg-desktop-portal-termfilechooser";
rev = "c35af27e323a492cbb3b19bdd135657ae523caef";
hash = "sha256-9bxhKkk5YFBhR2ylcDzlvt4ltYuF174w00EJK5r3aY0=";
tag = "v${finalAttrs.version}";
hash = "sha256-uwUND1K0UCztDS68APZf578zhvVm0BhL3f7dLrdKTHE=";
};
nativeBuildInputs = [
@@ -44,4 +44,4 @@ stdenv.mkDerivation {
maintainers = with lib.maintainers; [ body20002 ];
mainProgram = "xdg-desktop-portal-termfilechooser";
};
}
})