Merge pull request #181495 from kilianar/mandelbulber-2.28

mandelbulber: 2.27 -> 2.28
This commit is contained in:
Mario Rodas 2022-07-24 15:51:36 -05:00 committed by GitHub
commit 857d5ebe57
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.27";
version = "2.28";
src = fetchFromGitHub {
owner = "buddhi1980";
repo = "mandelbulber2";
rev = version;
sha256 = "sha256-CNIt+DC3ZYyT8EY1t641y7jW7vn7Rr1PLOsy9bjKaDk=";
sha256 = "sha256-NrXfEUoTJSz8C6rNU+tSO4PUUo5YWP0bknzXQieOqDc=";
};
nativeBuildInputs = [