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

dpp: 10.0.31 -> 10.0.32 (#349936)

parents 017dcbcc a2f7f46b
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.31";
  version = "10.0.32";

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

  nativeBuildInputs = [