jucipp 1.2.3 -> 1.4.4 https://github.com/cppit/jucipp/releases attrpath: jucipp Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/editors/jucipp/default.nix b/pkgs/applications/editors/jucipp/default.nix index b06c93c1034..299b955593a 100644 --- a/pkgs/applications/editors/jucipp/default.nix +++ b/pkgs/applications/editors/jucipp/default.nix @@ -7,7 +7,7 @@ with lib; stdenv.mkDerivation rec { pname = "juicipp"; - version = "1.2.3"; + version = "1.4.4"; meta = { homepage = "https://github.com/cppit/jucipp"; @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { url = "https://github.com/cppit/jucipp.git"; rev = "refs/tags/v${version}"; deepClone = true; - sha256 = "0xp6ijnrggskjrvscp204bmdpz48l5a8nxr9abp17wni6akb5wiq"; + sha256 = "sha256-gjYpv5Qt3KLZmw5YfS4IjSQFRMYXoF3ZU5o4IE4tf8w="; }; nativeBuildInputs = [ pkg-config wrapGAppsHook cmake ]; Successfully finished processing cachix "/nix/store/2nkbxz0iczdipvbivx3rcz8slai1z7fh-juicipp-1.4.4" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#jucipp --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/jucipp' 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 [])) | ^