cartridges 2.3 -> 2.4 https://github.com/kra-mo/cartridges/releases attrpath: cartridges Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/cartridges/default.nix b/pkgs/applications/misc/cartridges/default.nix index d03b382f1c2b..6e73035748f4 100644 --- a/pkgs/applications/misc/cartridges/default.nix +++ b/pkgs/applications/misc/cartridges/default.nix @@ -12,13 +12,13 @@ }: stdenv.mkDerivation (finalAttrs: { pname = "cartridges"; - version = "2.3"; + version = "2.4"; src = fetchFromGitHub { owner = "kra-mo"; repo = "cartridges"; rev = "v${finalAttrs.version}"; - hash = "sha256-d0c0043kssPvGxs6FygDkTKZoYtFge2cH4MIhz2vVYk="; + hash = "sha256-UeckjhJGbiFmMS02PtKLfSMmnKjAN0EjoXaURcwN4yo="; }; buildInputs = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cartridges nix build failed. error: Namespace Adw does not contain a type called NavigationPage at ../data/gtk/window.blp line 226 column 5: 226 |Adw.NavigationPage hidden_library_page { | ^ hint: Did you check your spelling? hint: Are your dependencies up to date? error: Namespace Adw does not contain a type called ToolbarView at ../data/gtk/window.blp line 229 column 7: 229 | Adw.ToolbarView hidden_library_view { | ^ hint: Did you check your spelling? hint: Are your dependencies up to date? error: Namespace Adw does not contain a type called NavigationPage at ../data/gtk/window.blp line 285 column 5: 285 |Adw.NavigationPage details_page { | ^ hint: Did you check your spelling? hint: Are your dependencies up to date? error: Namespace Adw does not contain a type called ToolbarView at ../data/gtk/window.blp line 292 column 9: 292 | Adw.ToolbarView details_view_toolbar_view { | ^ hint: Did you check your spelling? hint: Are your dependencies up to date? 11 errors ninja: build stopped: subcommand failed.