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

dumpvdl2: 2.5.1 -> 2.6.0 (#488761)

parents 67865807 8fde2ad3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "dumpvdl2";
  version = "2.5.1";
  version = "2.6.0";

  src = fetchFromGitHub {
    owner = "szpajder";
    repo = "dumpvdl2";
    tag = "v${finalAttrs.version}";
    hash = "sha256-7UAw48BQttF+6J/nhg9zpoplRCtpTwjM1XB7DxM7Ymg=";
    hash = "sha256-SSCPJ2D5JuMEEDG+8KYoequWCwRJcd6XwZAZSprShy8=";
  };

  buildInputs = [