2022-12-23T16:50:35 shotcut 21.09.20 -> 22.12.21 https://repology.org/metapackage/shotcut/versions 2022-12-23T16:50:38 attrpath: shotcut 2022-12-23T16:50:38 Checking auto update branch... 2022-12-23T16:50:41 [version] 2022-12-23T16:50:41 [version] skipping because derivation has updateScript 2022-12-23T16:50:41 [rustCrateVersion] 2022-12-23T16:50:41 [rustCrateVersion] No cargoSha256 found 2022-12-23T16:50:41 [golangModuleVersion] 2022-12-23T16:50:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-23T16:50:41 [updateScript] 2022-12-23T16:50:46 [updateScript] Success 2022-12-23T16:50:46 [updateScript] this derivation will be built: /nix/store/hvgv8y55wbxs8idcjcpqlh8667w84rvl-packages.json.drv building '/nix/store/hvgv8y55wbxs8idcjcpqlh8667w84rvl-packages.json.drv'... Going to be running update for following packages: - shotcut-21.09.20 Press Enter key to continue... Running update for: - shotcut-21.09.20: UPDATING ... - shotcut-21.09.20: DONE. Packages updated! 2022-12-23T16:50:46 2022-12-23T16:50:46 [quotedUrls] 2022-12-23T16:50:46 [quotedUrls] nothing found to replace 2022-12-23T16:50:47 Diff after rewrites: diff --git a/pkgs/applications/video/shotcut/default.nix b/pkgs/applications/video/shotcut/default.nix index e268b05094e..8c59738f89e 100644 --- a/pkgs/applications/video/shotcut/default.nix +++ b/pkgs/applications/video/shotcut/default.nix @@ -23,13 +23,13 @@ assert lib.versionAtLeast mlt.version "6.24.0"; mkDerivation rec { pname = "shotcut"; - version = "21.09.20"; + version = "22.12.21"; src = fetchFromGitHub { owner = "mltframework"; repo = "shotcut"; rev = "v${version}"; - sha256 = "1y46n5gmlayfl46l0vhg5g5dbbc0sg909mxb68sia0clkaas8xrh"; + sha256 = "bUwKBWEtAzVSR5/ry24q8SMVnnMsRJEP+HbPrLm3kME="; }; nativeBuildInputs = [ pkg-config qmake ]; 2022-12-23T16:52:12 No auto update branch exists 2022-12-23T16:52:16 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A shotcut nix build failed. Options: * You can place any variable assignment in options and it will be * * processed as if it was in [files]. These assignments will be * * processed before [files] by default. * -o file Write output to file -d Increase debug level -t templ Overrides TEMPLATE as templ -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value -help This help -v Version information -early All subsequent variable assignments will be parsed right before default_pre.prf -before All subsequent variable assignments will be parsed right before [files] (the default) -after All subsequent variable assignments will be parsed after [files] -late All subsequent variable assignments will be parsed right after default_post.prf -norecursive Don't do a recursive search -recursive Do a recursive search -set Set persistent property -unset Unset persistent property -query Query persistent property. Show all if is empty. -qtconf file Use file instead of looking for qt.conf -cache file Use file as cache [makefile mode only] -spec spec Use spec as QMAKESPEC [makefile mode only] -nocache Don't use a cache file [makefile mode only] -nodepend Don't generate dependencies [makefile mode only] -nomoc Don't generate moc targets [makefile mode only] -nopwd Don't look for files in pwd [project mode only]