Update vcsi to 7.0.12

This commit is contained in:
Daniel Løvbrøtte Olsen 2020-04-14 12:11:10 +02:00
parent 0515775745
commit 8cf7895d60
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, lib, fetchFromGitHub, python3Packages, python3, ffmpeg }:
let
version = "7";
version = "7.0.12";
in
python3Packages.buildPythonApplication {
@ -11,8 +11,8 @@ python3Packages.buildPythonApplication {
src = fetchFromGitHub {
owner = "amietn";
repo = "vcsi";
rev = "v${version}";
sha256 = "1vcinspxic6307cd1miapwyda095j0zyffmdv0whyjz7drh9hkrk";
rev = "0957a7b54cefe6119432a6e96dc17c46a6af286a";
sha256 = "0f2iz6idn77qz546xai9q6kn104jbra8ahkc46bpb6a296c11bdm";
};
propagatedBuildInputs = with python3Packages; [