Merge pull request #208586 from r-ryantm/auto-update/libopenshot-audio

libsForQt5.libopenshot-audio: 0.2.2 -> 0.3.0
This commit is contained in:
Anderson Torres 2023-01-01 22:50:01 -03:00 committed by GitHub
commit b9a9b3861a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [