Merge pull request #310707 from r-ryantm/auto-update/dpp

dpp: 10.0.29 -> 10.0.30
This commit is contained in:
Weijia Wang 2024-05-12 20:33:40 +02:00 committed by GitHub
commit e3b73d5439
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "dpp";
version = "10.0.29";
version = "10.0.30";
src = fetchFromGitHub {
owner = "brainboxdotcc";
repo = "DPP";
rev = "v${finalAttrs.version}";
hash = "sha256-BJMg3MLSfb9x/2lPHITeI3SWwW1OZVUUMVltTWUcw9I=";
hash = "sha256-FW1DKbVwPPlvLtv8XzpqaAZjS1y5hasq3Rhh2u08Sz0=";
};
nativeBuildInputs = [