tagparser: 12.5.0 -> 12.5.1

This commit is contained in:
R. Ryantm
2025-09-03 00:31:09 +00:00
parent 47a166bd1a
commit e6b7e9875b
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "tagparser";
version = "12.5.0";
version = "12.5.1";
src = fetchFromGitHub {
owner = "Martchus";
repo = "tagparser";
rev = "v${version}";
hash = "sha256-Xu6pvqyBWew3xD0nD5k7QKUOEpDchF1FiuSN7oHfYME=";
hash = "sha256-i9WJcdMvPg6Hg6auyPa9dwgtd7Ihte2oPLUImRelO50=";
};
nativeBuildInputs = [ cmake ];