3
0
Fork 0
forked from mirrors/nixpkgs

tagparser: 11.5.0 -> 11.5.1

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2023-01-15 09:28:34 +01:00
parent fd82d2bf83
commit 13147116e7
No known key found for this signature in database

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