diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 3c240da7eb5da13ecae75a17b6eaf3cba486f8f8
parent 05f211b3a5214d7743582d71215d79aa406e2980
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Sat, 14 Sep 2024 15:18:14 +0200

feat(nix): update v0.12 hash

Diffstat:
Mnix/diary.nix | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nix/diary.nix b/nix/diary.nix @@ -3,7 +3,7 @@ let in pkgs.stdenv.mkDerivation { name = "diary"; - version = "v0.11"; + version = "v0.12"; buildInputs = with pkgs; [ ncurses curlFull @@ -12,8 +12,8 @@ in src = pkgs.fetchgit { url = "https://git.in0rdr.ch/diary.git"; - rev = "refs/tags/v0.11"; - hash = "sha256-0CWXSSynlu7GG+T4LU15LARCeJneeRMR3rEmgWqSzFM="; + rev = "refs/tags/v0.12"; + hash = "sha256-SB8dBtXaqkE+4FHGEd9FnqbnDhw2Mo55CoaeC8BtKSk="; }; installPhase = ''