We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e356cbe + 741c9d1 commit 22c96c0Copy full SHA for 22c96c0
pkgs/by-name/li/livebook/package.nix
@@ -11,7 +11,7 @@
11
}:
12
beamPackages.mixRelease rec {
13
pname = "livebook";
14
- version = "0.16.1";
+ version = "0.16.2";
15
16
inherit elixir;
17
@@ -23,7 +23,7 @@ beamPackages.mixRelease rec {
23
owner = "livebook-dev";
24
repo = "livebook";
25
tag = "v${version}";
26
- hash = "sha256-vZFmd9Y5KEnQqzvCmGKGUbY+yR7IEc+0n0sycPDMxa8=";
+ hash = "sha256-x4h5vT2p1SL/8p04DRpKbIbwL7XzctH27f4ZAwj0QOg=";
27
};
28
29
mixFodDeps = beamPackages.fetchMixDeps {
0 commit comments