tagparser: 12.5.1 -> 12.5.2 (#458697)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-05 07:51:09 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "tagparser";
version = "12.5.1";
version = "12.5.2";
src = fetchFromGitHub {
owner = "Martchus";
repo = "tagparser";
rev = "v${version}";
hash = "sha256-i9WJcdMvPg6Hg6auyPa9dwgtd7Ihte2oPLUImRelO50=";
hash = "sha256-QVeEwQFXr2xYKFtrrWumMoo3sVRtCWCVZvwK71BgoSg=";
};
nativeBuildInputs = [ cmake ];