Merge pull request #131622 from r-ryantm/auto-update/ccextractor
ccextractor: 0.90 -> 0.91
This commit is contained in:
commit
53612bbd9f
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
with lib;
|
with lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ccextractor";
|
pname = "ccextractor";
|
||||||
version = "0.90";
|
version = "0.91";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "CCExtractor";
|
owner = "CCExtractor";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-NVFCwUZZVt8GrWXWyvoF8UrUZ/ix+GWubKtc3218k7o=";
|
sha256 = "sha256-VqJQaYzH8psQJfnDariV4q7SkDiXRz9byR51C8DzVEs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "source/src";
|
sourceRoot = "source/src";
|
||||||
|
|
Loading…
Reference in a new issue