libcbor 0.9.0 -> 0.10.1 https://github.com/PJK/libcbor/releases attrpath: libcbor Checking auto update branch... An auto update branch exists with message `libcbor: enable tests`. New version is 0.10.1. The auto update branch does not match or exceed the new version. [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/development/libraries/libcbor/default.nix b/pkgs/development/libraries/libcbor/default.nix index 9473c4823fc..84ee6b91704 100644 --- a/pkgs/development/libraries/libcbor/default.nix +++ b/pkgs/development/libraries/libcbor/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libcbor"; - version = "0.9.0"; + version = "0.10.1"; src = fetchFromGitHub { owner = "PJK"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Wp/48yQA17mf/dTgeMcMDvPpKOPkfLhQkCnzgGLpLtk="; + sha256 = "sha256-YWBo5OsikXr5F1c5FSSP1A4Qb1I9EEJXi9rZEq4Uktw="; }; nativeBuildInputs = [ cmake ]; Successfully finished processing cachix "/nix/store/bi7m8y5gj501pqp2g262gi89x6n7szrs-libcbor-0.10.1" Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval .#libcbor --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/libcbor' 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 [])) | ^