Merge pull request #237473 from r-ryantm/auto-update/tagparser

tagparser: 12.0.0 -> 12.1.0
This commit is contained in:
Matthias Beyer 2023-09-08 11:48:12 +02:00 committed by GitHub
commit 2c9eaf0207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];