libsForQt5.libopenshot: 0.2.0 -> 0.2.1 (#47037)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libopenshot/versions
This commit is contained in:
R. RyanTM 2018-09-28 13:15:41 -07:00 committed by xeji
parent 844ebe2039
commit d7dcea5bf0

View File

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