shotcut: 24.06.02 -> 24.06.26

This commit is contained in:
R. Ryantm
2024-06-28 03:47:15 +00:00
parent f60c6b6c78
commit 32383a8027
+2 -2
View File
@@ -21,13 +21,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "shotcut";
version = "24.06.02";
version = "24.06.26";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${finalAttrs.version}";
hash = "sha256-zqP3xGaNx6z3DdEyKZTauXGTY16dZPL/2+gKtgdx4Y8=";
hash = "sha256-9eQF3s4BAUK81/94z7cMkd2NWdNLVMraP08qsDmuAI8=";
};
nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];