Merge pull request #110497 from r-ryantm/auto-update/mandelbulber

mandelbulber: 2.23 -> 2.24
This commit is contained in:
Ryan Mulligan 2021-01-27 07:33:21 -08:00 committed by GitHub
commit 3bb3e042ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,13 @@ assert withOpenCL -> ocl-icd != null;
mkDerivation rec {
pname = "mandelbulber";
version = "2.23";
version = "2.24";
src = fetchFromGitHub {
owner = "buddhi1980";
repo = "mandelbulber2";
rev = version;
sha256 = "08izphj7jyk3wsq3qbzaf2fplys80vr39wliqc1i4c5cr90nrq1l";
sha256 = "sha256-JgpYGzD2FsqcCWnOKBiVCxUKqLfT4S++uUBZekhGWmA=";
};
nativeBuildInputs = [