tagparser: 12.0.0 -> 12.1.0

This commit is contained in:
R. Ryantm 2023-09-08 01:09:52 +00:00
parent e6aa338820
commit 1a25f67704

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "tagparser";
version = "12.0.0";
version = "12.1.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = "tagparser";
rev = "v${version}";
hash = "sha256-b6nAVhakQA8oKHP48+1S+4SX6EcI0kxK8uXTZ05cLnQ=";
hash = "sha256-83Xxj1CQsghbAsQ/3GKIYCz9lBNEBvLlx1iOKbszn8A=";
};
nativeBuildInputs = [ cmake ];