tagparser: 11.5.1 -> 11.6.0

This commit is contained in:
R. Ryantm 2023-03-09 22:26:11 +00:00
parent 6169ccb87d
commit f7b1593179

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tagparser"; pname = "tagparser";
version = "11.5.1"; version = "11.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Martchus"; owner = "Martchus";
repo = "tagparser"; repo = "tagparser";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-6HvPbbDsHIYyTs0M5M8TkgqyAz0QtgRjuNJhYWFjNG4="; hash = "sha256-zi1n5Mdto8DmUq5DWxcr4f+DX6Sq/JsK8uzRzj5f0/E=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];