shotcut: 24.06.26 -> 24.08.29

This commit is contained in:
Nadir Ishiguro 2024-09-03 17:05:27 +02:00
parent 10300f7554
commit b598d8cf91
No known key found for this signature in database

View File

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "shotcut";
version = "24.06.26";
version = "24.08.29";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${finalAttrs.version}";
hash = "sha256-9eQF3s4BAUK81/94z7cMkd2NWdNLVMraP08qsDmuAI8=";
hash = "sha256-iWXq9IdXfARe9h3Habe0rr0ohdxBARiwg5g7F53bhRg=";
};
nativeBuildInputs = [