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

dpp: 10.0.30 -> 10.0.31 (#343626)

parents afcc88b0 3f954af9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "dpp";
  version = "10.0.30";
  version = "10.0.31";

  src = fetchFromGitHub {
    owner = "brainboxdotcc";
    repo = "DPP";
    rev = "v${finalAttrs.version}";
    hash = "sha256-FW1DKbVwPPlvLtv8XzpqaAZjS1y5hasq3Rhh2u08Sz0=";
    hash = "sha256-IsgYGfPcqiJBQ1MM97jI7ksvc49ZcCn3i6/yMe8zLjY=";
  };

  nativeBuildInputs = [