shotcut: 24.09.13 -> 24.10.13

This commit is contained in:
R. Ryantm 2024-10-20 09:17:20 +00:00
parent 88d3f02d30
commit bece71d248

View File

@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "shotcut";
version = "24.09.13";
version = "24.10.13";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
rev = "v${finalAttrs.version}";
hash = "sha256-hYpb3ZCRXd07KQVZ3xpNeEJY5HFLNDsqpPJp3b9UXtE=";
hash = "sha256-lt8NXjh222h6l+zfGNKGntUNPya4TUjwqA74DDdWzQo=";
};
nativeBuildInputs = [