babashka-unwrapped: 1.12.217 -> 1.12.218; migrate to by-name (#515535)
This commit is contained in:
+3
-3
@@ -8,11 +8,11 @@
|
||||
|
||||
buildGraalvmNativeImage (finalAttrs: {
|
||||
pname = "babashka-unwrapped";
|
||||
version = "1.12.217";
|
||||
version = "1.12.218";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/babashka/babashka/releases/download/v${finalAttrs.version}/babashka-${finalAttrs.version}-standalone.jar";
|
||||
sha256 = "sha256-5Nnzx2chre+h0SnM5spwiR9r4gjlyfc2FbgYa0spM34=";
|
||||
sha256 = "sha256-CEApb2noPYfRYRDTo1RBLOZELvEuxGO4HW1CB//bky8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
@@ -69,7 +69,7 @@ buildGraalvmNativeImage (finalAttrs: {
|
||||
| ${lib.getExe finalAttrs.finalPackage} -I -o -e "(or (some->> *input* (filter #(= '(def version) (take 2 %))) first last last last) (throw (ex-info \"Couldn't find expected '(def version ...)' form in 'borkdude/deps.clj'.\" {})))")
|
||||
|
||||
update-source-version babashka.clojure-tools "$clojure_tools_version" \
|
||||
--file="pkgs/development/interpreters/babashka/clojure-tools.nix"
|
||||
--file="pkgs/by-name/ba/babashka/clojure-tools.nix"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
+3
-3
@@ -1,16 +1,16 @@
|
||||
# This file tracks the Clojure tools version required by babashka.
|
||||
# See https://github.com/borkdude/deps.clj#deps_clj_tools_version for background.
|
||||
# The `updateScript` provided in default.nix takes care of keeping it in sync, as well.
|
||||
# The `updateScript` provided in babashka-unwrapped takes care of keeping it in sync, as well.
|
||||
{
|
||||
clojure,
|
||||
fetchurl,
|
||||
}:
|
||||
clojure.overrideAttrs (previousAttrs: {
|
||||
pname = "babashka-clojure-tools";
|
||||
version = "1.12.4.1597";
|
||||
version = "1.12.4.1618";
|
||||
|
||||
src = fetchurl {
|
||||
url = previousAttrs.src.url;
|
||||
hash = "sha256-DgEvXVExaexDTLoonh/fVS5nHjgekL6BlFYLM9X6wkM=";
|
||||
hash = "sha256-E3adptY6mN6yAkN4rhpk5O4hGsEDU0DfynppRMQc3iE=";
|
||||
};
|
||||
})
|
||||
@@ -4727,9 +4727,6 @@ with pkgs;
|
||||
acl2 = callPackage ../development/interpreters/acl2 { };
|
||||
acl2-minimal = callPackage ../development/interpreters/acl2 { certifyBooks = false; };
|
||||
|
||||
babashka-unwrapped = callPackage ../development/interpreters/babashka { };
|
||||
babashka = callPackage ../development/interpreters/babashka/wrapped.nix { };
|
||||
|
||||
uiua-unstable = callPackage ../by-name/ui/uiua/package.nix { uiua_versionType = "unstable"; };
|
||||
|
||||
# BQN interpreters and compilers
|
||||
|
||||
Reference in New Issue
Block a user