dpp: 10.0.31 -> 10.0.32

This commit is contained in:
R. Ryantm 2024-10-20 05:49:41 +00:00
parent 75d8eea61e
commit a2f7f46b67

View File

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