dpp: 10.0.30 -> 10.0.31

This commit is contained in:
R. Ryantm 2024-09-22 00:44:07 +00:00
parent 3c8525a3b7
commit 3f954af976

View File

@ -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 = [