mailman-hyperkitty 0 -> 1 attrpath: mailman-hyperkitty 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fr2lldzk74wfxd6knm3vammcphq4yv37-packages.json.drv building '/nix/store/fr2lldzk74wfxd6knm3vammcphq4yv37-packages.json.drv'... Going to be running update for following packages: - python3.10-mailman-hyperkitty-1.2.0 Press Enter key to continue... Running update for: - python3.10-mailman-hyperkitty-1.2.0: UPDATING ... - python3.10-mailman-hyperkitty-1.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/mail/mailman/mailman-hyperkitty.nix b/pkgs/servers/mail/mailman/mailman-hyperkitty.nix index 39f9b5ec37a..c60dd547dca 100644 --- a/pkgs/servers/mail/mailman/mailman-hyperkitty.nix +++ b/pkgs/servers/mail/mailman/mailman-hyperkitty.nix @@ -6,14 +6,14 @@ with python3.pkgs; buildPythonPackage rec { pname = "mailman-hyperkitty"; - version = "1.2.0"; + version = "1.2.1"; format = "setuptools"; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - sha256 = "sha256-EQBx1KX3z/Wv3QAHOi+s/ihLOjpiupIQBYyE6IPbJto="; + sha256 = "sha256-+Nad+8bMtYKJbUCpppRXqhB1zdbvvFXTTHlwJLQLzDg="; }; propagatedBuildInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/pxpsw305ikqhbcnsdgmz0ys5mranyj9i-python3.10-mailman-hyperkitty-1.2.1" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#mailman-hyperkitty --raw --apply "p: let gh = m : m.github or \"\"; nonempty = s: s != \"\"; addAt = s: \"@\"+s; in builtins.concatStringsSep \" \" (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or []))" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/mailman-hyperkitty' is dirty error: syntax error, unexpected end of file, expecting ')' at «string»:1:177: 1| p: let gh = m : m.github or ""; nonempty = s: s != ""; addAt = s: "@"+s; in builtins.concatStringsSep " " (map addAt (builtins.filter nonempty (map gh p.meta.maintainers or [])) | ^