about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-02-20 10:33:23 +0900
committerGitHub <noreply@github.com>2024-02-20 10:33:23 +0900
commitfcaab45b4498358aeef4cb1375856cd80ce49938 (patch)
treedc47b56659da1eb12271c58a03262ad0b25eef8c
parent5f5ab40b434d736748d69480fa7b32f5c6cb2cb6 (diff)
parentdcd2582f085be3bcd504dc1798dde7c0ab455324 (diff)
downloadnixlib-fcaab45b4498358aeef4cb1375856cd80ce49938.tar
nixlib-fcaab45b4498358aeef4cb1375856cd80ce49938.tar.gz
nixlib-fcaab45b4498358aeef4cb1375856cd80ce49938.tar.bz2
nixlib-fcaab45b4498358aeef4cb1375856cd80ce49938.tar.lz
nixlib-fcaab45b4498358aeef4cb1375856cd80ce49938.tar.xz
nixlib-fcaab45b4498358aeef4cb1375856cd80ce49938.tar.zst
nixlib-fcaab45b4498358aeef4cb1375856cd80ce49938.zip
Merge pull request #288726 from r-ryantm/auto-update/mandelbulber
mandelbulber: 2.31 -> 2.31-1
-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 ca1ca5bf4cf2..68e88bdea28a 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.31";
+  version = "2.31-1";
 
   src = fetchFromGitHub {
     owner = "buddhi1980";
     repo = "mandelbulber2";
     rev = version;
-    sha256 = "sha256-r3IuOdtBSrTK/pDChgq/M3yQkSz2R+FG6kvwjYPjR4A=";
+    sha256 = "sha256-nyIFvFe86C2ciBDSNWn1yrBYTCm1dR7sZ5RFGoTPqvQ=";
   };
 
   nativeBuildInputs = [