shotcut: 24.02.29 -> 24.04.13

This commit is contained in:
R. Ryantm 2024-04-17 14:08:27 +00:00
parent d84b5d7735
commit e40464070e
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 ];