libopenshot: 0.1.9 -> 0.2.0

This commit is contained in:
Silvan Mosberger 2018-07-08 00:59:21 +02:00
parent e1b24b2fb5
commit f6067ffcf4
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7

View File

@ -8,13 +8,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libopenshot-${version}";
version = "0.1.9";
version = "0.2.0";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "libopenshot";
rev = "v${version}";
sha256 = "0c7q5cfnp481ysyvgzznvix7j4licq9knwrb83g3xqs4cx573xr3";
sha256 = "15i7wir1ph4g47634f8j3s8ay20zypj6p6fq8781g4w9gzgwrz2c";
};
patchPhase = ''