shotcut: 26.2.26 -> 26.4.30

This commit is contained in:
R. Ryantm
2026-05-03 21:37:40 +00:00
parent 1e60f1a9a1
commit f8ca3825af
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shotcut";
version = "26.2.26";
version = "26.4.30";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
tag = "v${finalAttrs.version}";
hash = "sha256-dOkk2LGFtuCvec8NGoSIjAXQsCZcnx2fB3h6KWFeHj4=";
hash = "sha256-qDW7d0pWYd8ZofXKCEfXl4/XQ9tfEjhJf8avf4tM0q8=";
};
nativeBuildInputs = [