0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

tagparser: 12.2.0 -> 12.3.0

This commit is contained in:
R. Ryantm 2024-09-04 03:54:54 +00:00
parent eadea83adb
commit f30b62678b

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "tagparser";
version = "12.2.0";
version = "12.3.0";
src = fetchFromGitHub {
owner = "Martchus";
repo = "tagparser";
rev = "v${version}";
hash = "sha256-Plq6iimXStrveSw+SfzuXUuLlQ06ugO21e97fXivqYk=";
hash = "sha256-dhdUbEnwj4hP/Mn9bT6nja9OjPdXftzZou7mtH+P9bI=";
};
nativeBuildInputs = [ cmake ];