Unverified Commit ca3c4ac1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

tagparser: 12.4.0 -> 12.5.0 (#395966)

parents 96e9a43f 7236ac70
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.4.0";
  version = "12.5.0";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "tagparser";
    rev = "v${version}";
    hash = "sha256-wVdE1lgSQsH4g10/lxa8bZlYT141Vd7gRhefxyz8kRM=";
    hash = "sha256-Xu6pvqyBWew3xD0nD5k7QKUOEpDchF1FiuSN7oHfYME=";
  };

  nativeBuildInputs = [ cmake ];