dpp: 10.0.30 -> 10.0.31 (#343626)

This commit is contained in:
Nick Cao 2024-09-24 18:37:31 -04:00 committed by GitHub
commit 51897a2a55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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