cakelisp 0 -> 1 attrpath: cakelisp 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/cxc996f1nl66naqxrh572fdcbgpx26g2-packages.json.drv building '/nix/store/cxc996f1nl66naqxrh572fdcbgpx26g2-packages.json.drv'... Going to be running update for following packages: - cakelisp-0.3.0-unstable-2023-12-18 Press Enter key to continue... Running update for: - cakelisp-0.3.0-unstable-2023-12-18: UPDATING ... - cakelisp-0.3.0-unstable-2023-12-18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/compilers/cakelisp/default.nix b/pkgs/development/compilers/cakelisp/default.nix index 422611cf2b86..4f89658d6832 100644 --- a/pkgs/development/compilers/cakelisp/default.nix +++ b/pkgs/development/compilers/cakelisp/default.nix @@ -3,12 +3,12 @@ stdenv.mkDerivation rec { pname = "cakelisp"; # using unstable as it's the only version that builds against gcc-13 - version = "0.3.0-unstable-2023-12-18"; + version = "unstable-2024-02-21"; src = fetchgit { url = "https://macoy.me/code/macoy/cakelisp"; - rev = "866fa2806d3206cc9dd398f0e86640db5be42bd6"; - hash = "sha256-vwMZUNy+updwk69ahA/D9LhO68eV6wH0Prq+o/i1Q/A="; + rev = "75ce620b265bf83c6952c0093df2b9d4f7f32a54"; + hash = "sha256-X+tWq2QQogy4d042pcVuldc80jcClYtV09Jr91rHJl4="; }; buildInputs = [ gcc ]; An auto update branch exists with message `cakelisp: 0.3.0-unstable-2023-12-18 -> 0.3.0-unstable-2024-02-21`. New version is unstable-2024-02-21. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - cakelisp: 0.3.0-unstable-2023-12-18 -> 0.3.0-unstable-2024-02-21 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291717"