Skip to content

Commit

Permalink
libsForQt5.libopenshot: 0.2.0 -> 0.2.1 (#47037)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and xeji committed Sep 28, 2018
1 parent 844ebe2 commit d7dcea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/openshot-qt/libopenshot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit d7dcea5

Please sign in to comment.