commit 0e52fa9549ad68a28ed933adec7ed3def5576464 parent b37d91eef21f45afbc81c69a1cc5d695ddb73f57 Author: Andreas Gruhler <andreas.gruhler@adfinis.com> Date: Sat, 14 Sep 2024 17:01:08 +0200 fix(nix): build configs Diffstat:
M | nix/diary-unstable.nix | | | 6 | ++++-- |
M | nix/diary.nix | | | 6 | ++++-- |
2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/nix/diary-unstable.nix b/nix/diary-unstable.nix @@ -3,16 +3,18 @@ let in pkgs.stdenv.mkDerivation { name = "diary"; - version = "v0.11-unstable"; + version = "v0.14-unstable"; buildInputs = with pkgs; [ + pkg-config ncurses curlFull + libxml2 lttng-ust ]; src = pkgs.fetchgit { url = "https://git.in0rdr.ch/diary.git"; - hash = "sha256-laKIVxfqJqBkB2d0F8tOOnpAXXRzHFfpjhAzZT8MX8k="; + hash = "sha256-EIL9L/x456e350V1/3DT7sUS7ruytXyR0t3zXferyPc="; }; installPhase = '' diff --git a/nix/diary.nix b/nix/diary.nix @@ -5,15 +5,17 @@ in name = "diary"; version = "v0.12"; buildInputs = with pkgs; [ + pkg-config ncurses curlFull + libxml2 lttng-ust ]; src = pkgs.fetchgit { url = "https://git.in0rdr.ch/diary.git"; - rev = "refs/tags/v0.12"; - hash = "sha256-SB8dBtXaqkE+4FHGEd9FnqbnDhw2Mo55CoaeC8BtKSk="; + rev = "refs/tags/v0.13"; + hash = "sha256-s8r34e8ovq0D1/9IB9onfn7GeNWkCR+aofD+NblXla0="; }; installPhase = ''