1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #322438 from r-ryantm/auto-update/libsForQt5.libopenshot

libsForQt5.libopenshot: 0.3.2 -> 0.3.3
This commit is contained in:
Weijia Wang 2024-07-02 22:55:35 +02:00 committed by GitHub
commit 79f0e8df6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 [