xdg-desktop-portal-termfilechooser: 1.1.0 -> 1.1.1 (#421575)

This commit is contained in:
Jenny
2025-07-02 16:33:05 +02:00
committed by GitHub
@@ -13,13 +13,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xdg-desktop-portal-termfilechooser";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "hunkyburrito";
repo = "xdg-desktop-portal-termfilechooser";
tag = "v${finalAttrs.version}";
hash = "sha256-o2FBPSJrcyAz6bJKQukj6Y5ikGpFuH1Un1qwX4w73os=";
hash = "sha256-aqFaf87f0Th9MRzLthCnTuw41R2B5z0hx7dAaZ/KEWo=";
};
nativeBuildInputs = [