tageditor: 3.9.5 -> 3.9.6

This commit is contained in:
R. Ryantm
2025-08-23 10:51:18 +00:00
parent ce24ba99aa
commit 657fe3f9c6
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "tageditor";
version = "3.9.5";
version = "3.9.6";
src = fetchFromGitHub {
owner = "martchus";
repo = "tageditor";
tag = "v${version}";
hash = "sha256-Sia6Y/V81WQj4oWjZAAR4o3TngfWq7sWxxiKEuFjQ2M=";
hash = "sha256-weGLC8TPSA9XQ/TuLj4DBswmlEbpxPplsxI4sqygHfU=";
};
nativeBuildInputs = [