libsForQt5.libopenshot: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm 2024-06-25 14:55:26 +00:00
parent 35551ddea8
commit 5b3bfd0dd2

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libopenshot";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "libopenshot";
rev = "v${finalAttrs.version}";
hash = "sha256-axFGNq+Kg8atlaSlG8EKvxj/FwLfpDR8/e4otmnyosM=";
hash = "sha256-9X2UIRDD+1kNLbV8AnnPabdO2M0OfTDxQ7xyZtsE10k=";
};
patches = lib.optionals stdenv.isDarwin [