summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-01-27 07:33:21 -0800
committerGitHub <noreply@github.com>2021-01-27 07:33:21 -0800
commit3bb3e042eec2a7f945ae3a5ca6ba975b58158177 (patch)
treed0aed00172c9c7a2232fccf663d40897d3bf269d /pkgs/applications/graphics
parent44172287089f8c861073cd28c752115bc8fe9fa5 (diff)
parentc3eeb88e535263914a41473e9edc12f691a848ff (diff)
Merge pull request #110497 from r-ryantm/auto-update/mandelbulber
mandelbulber: 2.23 -> 2.24
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/mandelbulber/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/mandelbulber/default.nix b/pkgs/applications/graphics/mandelbulber/default.nix
index 0800ee0c437d..9ac853c896e8 100644
--- a/pkgs/applications/graphics/mandelbulber/default.nix
+++ b/pkgs/applications/graphics/mandelbulber/default.nix
@@ -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 = [