nix-output-monitor 0 -> 1 attrpath: nix-output-monitor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b3m11np751ny9ccwbva4pq7hcz9bd74z-packages.json.drv building '/nix/store/b3m11np751ny9ccwbva4pq7hcz9bd74z-packages.json.drv'... Going to be running update for following packages: - nix-output-monitor-2.1.1 Press Enter key to continue... Running update for: - nix-output-monitor-2.1.1: UPDATING ... - nix-output-monitor-2.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/nix/nix-output-monitor/generated-package.nix b/pkgs/tools/nix/nix-output-monitor/generated-package.nix index 7c41b6e1b6af..35b1f473cb2d 100644 --- a/pkgs/tools/nix/nix-output-monitor/generated-package.nix +++ b/pkgs/tools/nix/nix-output-monitor/generated-package.nix @@ -9,10 +9,10 @@ }: mkDerivation { pname = "nix-output-monitor"; - version = "2.1.1"; + version = "2.1.2"; src = fetchzip { - url = "https://code.maralorn.de/maralorn/nix-output-monitor/archive/v2.1.1.tar.gz"; - sha256 = "1k1gdx7yczz7xm096i8lk09zq6yw1yj8izx6czymfd4qqwj2y49l"; + url = "https://code.maralorn.de/maralorn/nix-output-monitor/archive/v2.1.2.tar.gz"; + sha256 = "192h67myibpc2bw5ng60qi4m9jyjd9cf14aba4ps44ayjw95wkc0"; }; isLibrary = true; isExecutable = true; No auto update branch exists 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 nix-output-monitor nix build failed. In the first argument of ‘sequence’, namely ‘[{-# SCC "input_received" #-} setInputReceived, {-# SCC "processing" #-} processJsonMessage input]’  | 111 | [ {-# SCC "input_received" #-} setInputReceived  | ^^^^^^^^^^^^^^^^ lib/NOM/Update.hs:126:25: error: • Could not deduce (MonadState NOMV1State (WriterT [Either NOMError ByteString] (StateT NOMV1State m))) arising from a use of ‘processResult’ from the context: UpdateMonad m bound by the type signature for: updateStateNixOldStyleMessage :: forall (m :: * -> *). UpdateMonad m => (Maybe NixOldStyleMessage, ByteString) -> (Maybe Double, NOMV1State) -> m (([NOMError], ByteString), (Maybe Double, Maybe NOMV1State)) at lib/NOM/Update.hs:121:1-196 • In the expression: processResult result' In a case alternative: Just result' -> processResult result' In the expression: case result of Just result' -> processResult result' Nothing -> pure False  | 126 | Just result' -> processResult result'  | ^^^^^^^^^^^^^