Commit 8c56576b authored by R. RyanTM's avatar R. RyanTM
Browse files

tagparser: 12.5.1 -> 12.5.2

parent 72609b8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "tagparser";
  version = "12.5.1";
  version = "12.5.2";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "tagparser";
    rev = "v${version}";
    hash = "sha256-i9WJcdMvPg6Hg6auyPa9dwgtd7Ihte2oPLUImRelO50=";
    hash = "sha256-QVeEwQFXr2xYKFtrrWumMoo3sVRtCWCVZvwK71BgoSg=";
  };

  nativeBuildInputs = [ cmake ];