livebook: 0.14.7 → 0.16.1

https://github.com/livebook-dev/livebook/compare/v0.14.7...v0.16.1
This commit is contained in:
Amadej Kastelic 2025-06-03 21:16:26 +02:00
parent 07f3e9c94f
commit f18204075a
No known key found for this signature in database
2 changed files with 3 additions and 8 deletions

View file

@ -11,7 +11,7 @@
}:
beamPackages.mixRelease rec {
pname = "livebook";
version = "0.14.7";
version = "0.16.1";
inherit elixir;
@ -23,13 +23,13 @@ beamPackages.mixRelease rec {
owner = "livebook-dev";
repo = "livebook";
tag = "v${version}";
hash = "sha256-8/u/1I3pSfxyF35ZnqClR7FXPL2rhBDdf4w/KUGjVVs=";
hash = "sha256-vZFmd9Y5KEnQqzvCmGKGUbY+yR7IEc+0n0sycPDMxa8=";
};
mixFodDeps = beamPackages.fetchMixDeps {
pname = "mix-deps-${pname}";
inherit src version;
hash = "sha256-FrkM82LO7GIFpKQfhlEUrAuKu33BzPBs6OrWW4C6pI0=";
hash = "sha256-0gmUCVLrNfcRCPhaXuOfrYW05TDbDN5Zt9IA8OBU8Gc=";
};
postInstall = ''

View file

@ -1804,11 +1804,6 @@ with pkgs;
kavita = callPackage ../servers/web-apps/kavita { };
livebook = callPackage ../by-name/li/livebook/package.nix {
elixir = elixir_1_17;
beamPackages = beamPackages.extend (self: super: { elixir = elixir_1_17; });
};
pass = callPackage ../tools/security/pass { };
pass-nodmenu = callPackage ../tools/security/pass {