tageditor: 3.9.7 -> 3.9.8

<https://github.com/Martchus/tageditor/compare/v3.9.7...v3.9.8>
This commit is contained in:
Kylie McClain
2025-11-04 18:19:09 -05:00
parent 6d8fe5c24c
commit a7a7d59229

View File

@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "tageditor";
version = "3.9.7";
version = "3.9.8";
src = fetchFromGitHub {
owner = "martchus";
repo = "tageditor";
tag = "v${version}";
hash = "sha256-ETRlyAOCWIz8tioCsGXnmnuTnzWiUOb64vKsPm1hIt0=";
hash = "sha256-D4O02QQNoyY61w/9OB4lY3QkiwJ6q1KdX9GNKgW5ZY0=";
};
nativeBuildInputs = [