Merge pull request #210848 from matthiasbeyer/update-tagparser

tagparser: 11.5.0 -> 11.5.1
This commit is contained in:
Felix Bühler 2023-01-15 19:16:27 +01:00 committed by GitHub
commit a6975fd05e
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 = "11.5.0";
version = "11.5.1";
src = fetchFromGitHub {
owner = "Martchus";
repo = "tagparser";
rev = "v${version}";
hash = "sha256-qgopl32cFQFQTYu9WBOzPeU69J8K49SREX7X0Pw7Als=";
hash = "sha256-6HvPbbDsHIYyTs0M5M8TkgqyAz0QtgRjuNJhYWFjNG4=";
};
nativeBuildInputs = [ cmake ];