tageditor: 3.9.10 -> 3.9.11

This commit is contained in:
R. Ryantm
2026-07-10 00:38:25 +00:00
parent d8e7f89b36
commit 1d415647fe
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tageditor";
version = "3.9.10";
version = "3.9.11";
src = fetchFromGitHub {
owner = "martchus";
repo = "tageditor";
tag = "v${finalAttrs.version}";
hash = "sha256-tjJFYVcl6g1vhH40bJOcRCPhge12L6rLQ1lUOBF8DPM=";
hash = "sha256-5hOflEaBABu2vjrl0bPFhWHK65+yvoXzQAlb8Ealq+o=";
};
nativeBuildInputs = [