xdg-desktop-portal-termfilechooser: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm
2025-08-05 22:45:56 +00:00
parent be57485fff
commit 5dd1a9f85d

View File

@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal-termfilechooser";
version = "1.1.1";
version = "1.2.0";
src = fetchFromGitHub {
owner = "hunkyburrito";
repo = "xdg-desktop-portal-termfilechooser";
tag = "v${finalAttrs.version}";
hash = "sha256-aqFaf87f0Th9MRzLthCnTuw41R2B5z0hx7dAaZ/KEWo=";
hash = "sha256-3w6O9Su9COz5dKM8O8wGhSPJ4Cdb9nCU8oIBvuC6qC4=";
};
nativeBuildInputs = [