about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-07-27 14:41:09 +0700
committerGitHub <noreply@github.com>2021-07-27 14:41:09 +0700
commit53612bbd9f44a6023742ea05750414e3c5bb89e9 (patch)
tree8302ad38c1c6c2bcc697763f0c4ec1ca85bc6da2 /pkgs/applications
parente44e97f237545d76ddfaf5f12b9fd70e242739ac (diff)
parent124dd7c2f7fc807a2fbdcf665be158b715910cfc (diff)
downloadnixlib-53612bbd9f44a6023742ea05750414e3c5bb89e9.tar
nixlib-53612bbd9f44a6023742ea05750414e3c5bb89e9.tar.gz
nixlib-53612bbd9f44a6023742ea05750414e3c5bb89e9.tar.bz2
nixlib-53612bbd9f44a6023742ea05750414e3c5bb89e9.tar.lz
nixlib-53612bbd9f44a6023742ea05750414e3c5bb89e9.tar.xz
nixlib-53612bbd9f44a6023742ea05750414e3c5bb89e9.tar.zst
nixlib-53612bbd9f44a6023742ea05750414e3c5bb89e9.zip
Merge pull request #131622 from r-ryantm/auto-update/ccextractor
ccextractor: 0.90 -> 0.91
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/ccextractor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/ccextractor/default.nix b/pkgs/applications/video/ccextractor/default.nix
index b559a85d44c6..d18ca43cbf70 100644
--- a/pkgs/applications/video/ccextractor/default.nix
+++ b/pkgs/applications/video/ccextractor/default.nix
@@ -4,13 +4,13 @@
 with lib;
 stdenv.mkDerivation rec {
   pname = "ccextractor";
-  version = "0.90";
+  version = "0.91";
 
   src = fetchFromGitHub {
     owner = "CCExtractor";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-NVFCwUZZVt8GrWXWyvoF8UrUZ/ix+GWubKtc3218k7o=";
+    sha256 = "sha256-VqJQaYzH8psQJfnDariV4q7SkDiXRz9byR51C8DzVEs=";
   };
 
   sourceRoot = "source/src";