mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
livebook: 0.14.7 → 0.16.1 (#413693)
This commit is contained in:
commit
20922b18d3
2 changed files with 3 additions and 8 deletions
|
@ -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 = ''
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue