livebook: 0.14.7 → 0.16.1 (#413693)

This commit is contained in:
Peder Bergebakken Sundt 2025-06-04 05:55:44 +02:00 committed by GitHub
commit 20922b18d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {