about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-25 11:42:59 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-25 11:42:59 -0700
commit1c7e358e3f55874b624f83c90f42c74ee12ef298 (patch)
treeb74e500894b80d17fda5fb90703a229004a2f0af
parent20f51922c0b8907a98dd2d1359799fab2ffae78b (diff)
downloadnixlib-1c7e358e3f55874b624f83c90f42c74ee12ef298.tar
nixlib-1c7e358e3f55874b624f83c90f42c74ee12ef298.tar.gz
nixlib-1c7e358e3f55874b624f83c90f42c74ee12ef298.tar.bz2
nixlib-1c7e358e3f55874b624f83c90f42c74ee12ef298.tar.lz
nixlib-1c7e358e3f55874b624f83c90f42c74ee12ef298.tar.xz
nixlib-1c7e358e3f55874b624f83c90f42c74ee12ef298.tar.zst
nixlib-1c7e358e3f55874b624f83c90f42c74ee12ef298.zip
blender: 2.79a -> 2.79b
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/blender/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/v357w3cwwln6lprqr3xss3jvgpp9gsm8-blender-2.79b/bin/blender -h` got 0 exit code
- ran `/nix/store/v357w3cwwln6lprqr3xss3jvgpp9gsm8-blender-2.79b/bin/blender --help` got 0 exit code
- ran `/nix/store/v357w3cwwln6lprqr3xss3jvgpp9gsm8-blender-2.79b/bin/blender-thumbnailer.py -h` got 0 exit code
- ran `/nix/store/v357w3cwwln6lprqr3xss3jvgpp9gsm8-blender-2.79b/bin/blender-thumbnailer.py --help` got 0 exit code
- ran `/nix/store/v357w3cwwln6lprqr3xss3jvgpp9gsm8-blender-2.79b/bin/blender-thumbnailer.py help` got 0 exit code
- found 2.79b with grep in /nix/store/v357w3cwwln6lprqr3xss3jvgpp9gsm8-blender-2.79b
- directory tree listing: https://gist.github.com/31e73f72bba2c0103ef5f038b4346d34
-rw-r--r--pkgs/applications/misc/blender/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/blender/default.nix b/pkgs/applications/misc/blender/default.nix
index 8133bf1c7634..0ccca916a1eb 100644
--- a/pkgs/applications/misc/blender/default.nix
+++ b/pkgs/applications/misc/blender/default.nix
@@ -11,11 +11,11 @@
 with lib;
 
 stdenv.mkDerivation rec {
-  name = "blender-2.79a";
+  name = "blender-2.79b";
 
   src = fetchurl {
     url = "http://download.blender.org/source/${name}.tar.gz";
-    sha256 = "1mw45mvfk9f0fhn12vp3g2vwqzinrp3by0m3w01wj87h9ri5zkwc";
+    sha256 = "1g4kcdqmf67srzhi3hkdnr4z1ph4h9sza1pahz38mrj998q4r52c";
   };
 
   buildInputs =