Merge pull request #131622 from r-ryantm/auto-update/ccextractor

ccextractor: 0.90 -> 0.91
This commit is contained in:
Ben Siraphob 2021-07-27 14:41:09 +07:00 committed by GitHub
commit 53612bbd9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";