summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-02-24 14:33:57 -0800
committerGitHub <noreply@github.com>2022-02-24 23:33:57 +0100
commit301dd50a43fb49e450053fb173f6dc35219d04e5 (patch)
treef8b667fc7c728a2eaa9e614ddd8291cfb0fa8d44
parentcb7aad71e54deaaea8cb02c7303f3e081c10a7f8 (diff)
downloadnixpkgs-301dd50a43fb49e450053fb173f6dc35219d04e5.tar
nixpkgs-301dd50a43fb49e450053fb173f6dc35219d04e5.tar.gz
nixpkgs-301dd50a43fb49e450053fb173f6dc35219d04e5.tar.bz2
nixpkgs-301dd50a43fb49e450053fb173f6dc35219d04e5.tar.lz
nixpkgs-301dd50a43fb49e450053fb173f6dc35219d04e5.tar.xz
nixpkgs-301dd50a43fb49e450053fb173f6dc35219d04e5.tar.zst
nixpkgs-301dd50a43fb49e450053fb173f6dc35219d04e5.zip
mandelbulber: 2.26 -> 2.27
* mandelbulber: 2.26 -> 2.27 (#160938)

* mandelbulber: use SPDX3 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
-rw-r--r--pkgs/applications/graphics/mandelbulber/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/mandelbulber/default.nix b/pkgs/applications/graphics/mandelbulber/default.nix
index a113136c248..8dc057a17c5 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.26";
+  version = "2.27";
 
   src = fetchFromGitHub {
     owner = "buddhi1980";
     repo = "mandelbulber2";
     rev = version;
-    sha256 = "sha256-RKpg7LBsrBFOlFozoDcALwGeZ9whPiCpFMZF5ljsp7Q=";
+    sha256 = "sha256-CNIt+DC3ZYyT8EY1t641y7jW7vn7Rr1PLOsy9bjKaDk=";
   };
 
   nativeBuildInputs = [
@@ -57,7 +57,7 @@ mkDerivation rec {
     description = "A 3D fractal rendering engine";
     longDescription = "Mandelbulber creatively generates three-dimensional fractals. Explore trigonometric, hyper-complex, Mandelbox, IFS, and many other 3D fractals.";
     homepage = "https://mandelbulber.com";
-    license = licenses.gpl3;
+    license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ kovirobi ];
   };