nativefiledialog-extended: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-01-06 20:49:37 +00:00
parent ecf18ba4e8
commit a2b7bc1483
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nativefiledialog-extended";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "btzy";
repo = "nativefiledialog-extended";
tag = "v${finalAttrs.version}";
hash = "sha256-GwT42lMZAAKSJpUJE6MYOpSLKUD5o9nSe9lcsoeXgJY=";
hash = "sha256-JrwJP7zt/4oW4OQHCEM23k+zm6j1AVglGJowwkWc29k=";
};
outputs = [