dpp: 10.1.4 -> 10.1.5

This commit is contained in:
R. Ryantm
2026-05-20 12:32:24 +00:00
parent 76e2d64904
commit d327bf3ea8

View File

@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "dpp";
version = "10.1.4";
version = "10.1.5";
src = fetchFromGitHub {
owner = "brainboxdotcc";
repo = "DPP";
rev = "v${finalAttrs.version}";
hash = "sha256-+H9mU+3j54iRR0Nhz1WxxIwGs+BRgAFX6tIiy33v/Vo=";
hash = "sha256-WMd2c0hfSpmaWwojyztR6UmvGzFayvXBktX6UvdHYZs=";
};
nativeBuildInputs = [