Merge pull request #304796 from r-ryantm/auto-update/shotcut

shotcut: 24.02.29 -> 24.04.13
This commit is contained in:
Weijia Wang 2024-04-27 03:32:59 +02:00 committed by GitHub
commit b9297feab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "shotcut";
version = "24.02.29";
version = "24.04.13";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${finalAttrs.version}";
hash = "sha256-PHpVquqC0MT7WNoWcdB9WTz4ZiSK4/f4oD5PH1gWBnw=";
hash = "sha256-xEdCsvclZXCJgoOnx5ZyOElCXjGpbrOtC7VOR5Hgvpg=";
};
nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];