libopenshot: 0.2.7 -> 0.3.0

This commit is contained in:
Mislav Zanic 2023-01-18 16:08:14 +01:00
parent 16d623c3fc
commit cf207b25f4

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "libopenshot";
version = "0.2.7";
version = "0.3.0";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "libopenshot";
rev = "v${version}";
sha256 = "sha256-aF8wrPxFIjCy5gw72e/WyL/Wcx9tUGDkrqHS+ZDVK0U=";
sha256 = "sha256-qe866gFhcbd7yCNXDiZ9Aj0TAiWoJ+r7C5BjtWBKSGA=";
};
postPatch = ''