about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-08-24 20:53:39 -0700
committerGitHub <noreply@github.com>2022-08-24 20:53:39 -0700
commit10262e7f52c93dee35814b3658ae49b62c6ebc1c (patch)
treef72e5069e19ac3638cd505abf9d796fce015fd90 /pkgs/applications/video
parentb12093cb4f2c1bea304ba1c55a9da00f3e621b29 (diff)
parent02c2eda2636e487d20e2a2c34b3744697d2f8263 (diff)
Merge pull request #182781 from r-ryantm/auto-update/manim
manim: 0.16.0 -> 0.16.0.post0
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/manim/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/manim/default.nix b/pkgs/applications/video/manim/default.nix
index 67a406d134e99..62a17d9c1dc84 100644
--- a/pkgs/applications/video/manim/default.nix
+++ b/pkgs/applications/video/manim/default.nix
@@ -45,14 +45,14 @@ let
 in python3.pkgs.buildPythonApplication rec {
   pname = "manim";
   format = "pyproject";
-  version = "0.16.0";
+  version = "0.16.0.post0";
   disabled = python3.pythonOlder "3.8";
 
   src = fetchFromGitHub {
     owner  = "ManimCommunity";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-NQI+kJV0Mu2O/DlwwLYQw2jjJk/TmR7avBX9Fe7zmdk=";
+    sha256 = "sha256-iXiPnI6lTP51P1X3iLp75ArRP66o8WAANBLoStPrz4M=";
   };
 
   nativeBuildInputs = [