Skip to content

Commit d5c4193

Browse files
authored
Merge pull request #283291 from r-ryantm/auto-update/shotcut
shotcut: 23.12.15 -> 24.01.13
2 parents 9414401 + 11afa0b commit d5c4193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/video/shotcut/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
}:
2121
stdenv.mkDerivation rec {
2222
pname = "shotcut";
23-
version = "23.12.15";
23+
version = "24.01.13";
2424

2525
src = fetchFromGitHub {
2626
owner = "mltframework";
2727
repo = "shotcut";
2828
rev = "v${version}";
29-
hash = "sha256-wTFnf7YMFzFI+buAI2Cqy7+cfcdDS0O1vAwiIZZKWhU=";
29+
hash = "sha256-a/PgwxD8MXItkxT4LTdEJrrExD3r9CUkxr/uhgJicD8=";
3030
};
3131

3232
nativeBuildInputs = [ pkg-config cmake wrapQtAppsHook ];

0 commit comments

Comments
 (0)