We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9414401 + 11afa0b commit d5c4193Copy full SHA for d5c4193
pkgs/applications/video/shotcut/default.nix
@@ -20,13 +20,13 @@
20
}:
21
stdenv.mkDerivation rec {
22
pname = "shotcut";
23
- version = "23.12.15";
+ version = "24.01.13";
24
25
src = fetchFromGitHub {
26
owner = "mltframework";
27
repo = "shotcut";
28
rev = "v${version}";
29
- hash = "sha256-wTFnf7YMFzFI+buAI2Cqy7+cfcdDS0O1vAwiIZZKWhU=";
+ hash = "sha256-a/PgwxD8MXItkxT4LTdEJrrExD3r9CUkxr/uhgJicD8=";
30
};
31
32
nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];
0 commit comments