2022-12-27T02:14:52 chatterino2 2.3.5 -> 2.4.0 https://github.com/Chatterino/chatterino2/releases 2022-12-27T02:14:54 attrpath: chatterino2 2022-12-27T02:14:54 Checking auto update branch... 2022-12-27T02:14:54 No auto update branch exists 2022-12-27T02:14:58 [version] 2022-12-27T02:15:30 [version] updated version and sha256 2022-12-27T02:15:30 [rustCrateVersion] 2022-12-27T02:15:30 [rustCrateVersion] No cargoSha256 found 2022-12-27T02:15:30 [golangModuleVersion] 2022-12-27T02:15:30 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-27T02:15:30 [updateScript] 2022-12-27T02:15:30 [updateScript] skipping because derivation has no updateScript 2022-12-27T02:15:30 2022-12-27T02:15:30 [quotedUrls] 2022-12-27T02:15:30 [quotedUrls] nothing found to replace 2022-12-27T02:15:30 Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/chatterino2/default.nix b/pkgs/applications/networking/instant-messengers/chatterino2/default.nix index e637881d968..e761587cdc7 100644 --- a/pkgs/applications/networking/instant-messengers/chatterino2/default.nix +++ b/pkgs/applications/networking/instant-messengers/chatterino2/default.nix @@ -2,12 +2,12 @@ mkDerivation rec { pname = "chatterino2"; - version = "2.3.5"; + version = "2.4.0"; src = fetchFromGitHub { owner = "Chatterino"; repo = pname; rev = "v${version}"; - sha256 = "sha256-ozfLLoNUN+1SPXbMNbF1V5sdZgPZEA/J3xXzJP9D3uI="; + sha256 = "sha256-6t7Or2heyV0B5zdWZpN80iADe52faNVlIEZYtcixpZo="; fetchSubmodules = true; }; nativeBuildInputs = [ qmake pkg-config wrapQtAppsHook ]; 2022-12-27T02:16:59 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 chatterino2 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]