shotcut: 24.01.31 -> 24.02.19

This commit is contained in:
R. Ryantm 2024-02-21 17:05:05 +00:00
parent ba884b665a
commit 60c29e7948

View File

@ -20,13 +20,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "shotcut"; pname = "shotcut";
version = "24.01.31"; version = "24.02.19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mltframework"; owner = "mltframework";
repo = "shotcut"; repo = "shotcut";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-3Itlv9Jc4xl9pB4WDUwc3f7iP7NHyZ6yr5NZuH8M2Jo="; hash = "sha256-fjm2gqbuLKj6YyAZGgbfWUd+JOM9/Fhvpfz0E+TaqY0=";
}; };
nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ]; nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];