ccextractor: 0.89 -> 0.90

This commit is contained in:
R. RyanTM 2021-07-19 22:59:29 +00:00
parent 6cc55fd638
commit 1fb1cbc18b

View File

@ -4,13 +4,13 @@
with lib; with lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ccextractor"; pname = "ccextractor";
version = "0.89"; version = "0.90";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CCExtractor"; owner = "CCExtractor";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-847yt6pUTsDnVbrMQQPJ0pqu6UnKmYmr8UtR8+TP11A="; sha256 = "sha256-NVFCwUZZVt8GrWXWyvoF8UrUZ/ix+GWubKtc3218k7o=";
}; };
sourceRoot = "source/src"; sourceRoot = "source/src";