Unverified Commit df71177e authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #220395 from r-ryantm/auto-update/tagparser

tagparser: 11.5.1 -> 11.6.0
parents 72a268f6 f7b15931
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "tagparser";
  version = "11.5.1";
  version = "11.6.0";

  src = fetchFromGitHub {
    owner = "Martchus";
    repo = "tagparser";
    rev = "v${version}";
    hash = "sha256-6HvPbbDsHIYyTs0M5M8TkgqyAz0QtgRjuNJhYWFjNG4=";
    hash = "sha256-zi1n5Mdto8DmUq5DWxcr4f+DX6Sq/JsK8uzRzj5f0/E=";
  };

  nativeBuildInputs = [ cmake ];