tagparser: 12.5.2 -> 12.5.3

This commit is contained in:
R. Ryantm
2026-05-14 12:36:23 +00:00
parent 6a39eca306
commit 0648ef8891

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tagparser";
version = "12.5.2";
version = "12.5.3";
src = fetchFromGitHub {
owner = "Martchus";
repo = "tagparser";
rev = "v${finalAttrs.version}";
hash = "sha256-QVeEwQFXr2xYKFtrrWumMoo3sVRtCWCVZvwK71BgoSg=";
hash = "sha256-lXtr+jWP0SUBIdLIpfFKxqh5jWV0N1N28elLFjB/JZU=";
};
nativeBuildInputs = [ cmake ];