libsForQt5.libopenshot: 0.3.0 -> 0.3.2

This commit is contained in:
R. Ryantm 2023-04-26 14:26:58 +00:00 committed by Anderson Torres
parent 7b4bea7eb2
commit aafb870729

View file

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "libopenshot";
version = "0.3.0";
version = "0.3.2";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "libopenshot";
rev = "v${version}";
sha256 = "sha256-qe866gFhcbd7yCNXDiZ9Aj0TAiWoJ+r7C5BjtWBKSGA=";
sha256 = "sha256-axFGNq+Kg8atlaSlG8EKvxj/FwLfpDR8/e4otmnyosM=";
};
postPatch = ''