Unverified Commit 03316b4b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

vectorscan: 5.4.11 -> 5.4.12 (#427488)

parents eb0f5f33 919f5400
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "vectorscan";
  version = "5.4.11";
  version = "5.4.12";

  src = fetchFromGitHub {
    owner = "VectorCamp";
    repo = "vectorscan";
    rev = "vectorscan/${version}";
    hash = "sha256-wz2oIhau/vjnri3LOyPZSCFAWg694FTLVt7+SZYEsL4=";
    hash = "sha256-P/3qmgVZ9OLfJGfxsKJ6CIuaKuuhs1nJt4Vjf1joQDc=";
  };

  postPatch = ''