libsForQt5.libopenshot-audio: 0.2.2 -> 0.3.0

This commit is contained in:
R. Ryantm 2023-01-01 05:11:55 +00:00
parent 3d7270abd5
commit 3e72531b37

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "libopenshot-audio";
version = "0.2.2";
version = "0.3.0";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "libopenshot-audio";
rev = "v${version}";
sha256 = "sha256-XtwTZsj/L/sw/28E7Qr5UyghGlBFFXvbmZLGXBB8vg0=";
sha256 = "sha256-b3BZ275oJTxWfBWtdZetUQw0t7QznL0Q0lP7cKy/avg=";
};
patches = [