babashka 0 -> 1 attrpath: babashka Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/gcyp8zbb0am0va65gb68ans3wc0kwkca-update-babashka.drv /nix/store/27x4ppklaw0hg72r26lymwkfmr693fxw-packages.json.drv building '/nix/store/gcyp8zbb0am0va65gb68ans3wc0kwkca-update-babashka.drv'... building '/nix/store/27x4ppklaw0hg72r26lymwkfmr693fxw-packages.json.drv'... Going to be running update for following packages: - babashka-1.0.168 Press Enter key to continue... Running update for: - babashka-1.0.168: UPDATING ... - babashka-1.0.168: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/interpreters/clojure/babashka.nix b/pkgs/development/interpreters/clojure/babashka.nix index be9ddd9d0b6..0934e73a19a 100644 --- a/pkgs/development/interpreters/clojure/babashka.nix +++ b/pkgs/development/interpreters/clojure/babashka.nix @@ -2,11 +2,11 @@ buildGraalvmNativeImage rec { pname = "babashka"; - version = "1.0.168"; + version = "1.0.169"; src = fetchurl { url = "https://github.com/babashka/${pname}/releases/download/v${version}/${pname}-${version}-standalone.jar"; - sha256 = "sha256-K56SEfSq0mjltUwR2VZxGiGn9nnEdDBoZrkaBOIIl7k="; + sha256 = "sha256-R4oGMN/2oVPKe0JBXXQ1mzw0F66Wn+WiP0kVs53zdoI="; }; executable = "bb"; No auto update branch exists Successfully finished processing cachix "/nix/store/gyv90ajkdh9sxxqg06nkz19yw2cvsl8m-babashka-1.0.169" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#babashka --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/babashka' 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 [])) | ^