cartridges 2.3 -> 2.4.1 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..64740a5b192a 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.1"; src = fetchFromGitHub { owner = "kra-mo"; repo = "cartridges"; rev = "v${finalAttrs.version}"; - hash = "sha256-d0c0043kssPvGxs6FygDkTKZoYtFge2cH4MIhz2vVYk="; + hash = "sha256-H9myUhAgyYuOdlt/1UnQ7y7hrNMRWZ0QGT6Kl8zLSGU="; }; 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 228 column 5: 228 |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 231 column 7: 231 | 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 287 column 5: 287 |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 294 column 9: 294 | 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.