mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
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:
parent
07f3e9c94f
commit
f18204075a
2 changed files with 3 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
||||||
}:
|
}:
|
||||||
beamPackages.mixRelease rec {
|
beamPackages.mixRelease rec {
|
||||||
pname = "livebook";
|
pname = "livebook";
|
||||||
version = "0.14.7";
|
version = "0.16.1";
|
||||||
|
|
||||||
inherit elixir;
|
inherit elixir;
|
||||||
|
|
||||||
|
@ -23,13 +23,13 @@ beamPackages.mixRelease rec {
|
||||||
owner = "livebook-dev";
|
owner = "livebook-dev";
|
||||||
repo = "livebook";
|
repo = "livebook";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-8/u/1I3pSfxyF35ZnqClR7FXPL2rhBDdf4w/KUGjVVs=";
|
hash = "sha256-vZFmd9Y5KEnQqzvCmGKGUbY+yR7IEc+0n0sycPDMxa8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mixFodDeps = beamPackages.fetchMixDeps {
|
mixFodDeps = beamPackages.fetchMixDeps {
|
||||||
pname = "mix-deps-${pname}";
|
pname = "mix-deps-${pname}";
|
||||||
inherit src version;
|
inherit src version;
|
||||||
hash = "sha256-FrkM82LO7GIFpKQfhlEUrAuKu33BzPBs6OrWW4C6pI0=";
|
hash = "sha256-0gmUCVLrNfcRCPhaXuOfrYW05TDbDN5Zt9IA8OBU8Gc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
|
@ -1804,11 +1804,6 @@ with pkgs;
|
||||||
|
|
||||||
kavita = callPackage ../servers/web-apps/kavita { };
|
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 = callPackage ../tools/security/pass { };
|
||||||
|
|
||||||
pass-nodmenu = callPackage ../tools/security/pass {
|
pass-nodmenu = callPackage ../tools/security/pass {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue