clojure 0 -> 1 attrpath: clojure 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] these 2 derivations will be built: /nix/store/lzzsn6ix8c9v5ib22pr0lylxvcw5jl5n-update-clojure.drv /nix/store/zxm12cl0bhp4rrklp9p5xk73achp4g82-packages.json.drv building '/nix/store/lzzsn6ix8c9v5ib22pr0lylxvcw5jl5n-update-clojure.drv'... building '/nix/store/zxm12cl0bhp4rrklp9p5xk73achp4g82-packages.json.drv'... Going to be running update for following packages: - clojure-1.11.1.1435 Press Enter key to continue... Running update for: - clojure-1.11.1.1435: UPDATING ... - clojure-1.11.1.1435: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/interpreters/clojure/default.nix b/pkgs/development/interpreters/clojure/default.nix index c80af02c32a7..cedc8ef29232 100644 --- a/pkgs/development/interpreters/clojure/default.nix +++ b/pkgs/development/interpreters/clojure/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation (finalAttrs: { pname = "clojure"; - version = "1.11.1.1435"; + version = "1.11.2.1446"; src = fetchurl { # https://github.com/clojure/brew-install/releases url = "https://github.com/clojure/brew-install/releases/download/${finalAttrs.version}/clojure-tools-${finalAttrs.version}.tar.gz"; - hash = "sha256-RS/FebIED8RYYXRXBKXZPRROO0HqyDo0zhb+p4Q5m8A="; + hash = "sha256-qn7/sPyVDfjZPLeWxlUBBljAW/d8cCw6lEm3/deS73E="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - clojure: 1.11.1.1435 -> 1.11.2.1446 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/294339"