diary

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

commit d435ad340932d5549de66e3cfdc8f737b7c62493
parent 8a9e4dc287278ac0347f88633275a88f97e74301
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Wed, 15 Jan 2025 20:22:47 +0100

feat: bump 0.16-unstable

Diffstat:
Mnix/diary-unstable.nix | 4++--
Msrc/diary.h | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nix/diary-unstable.nix b/nix/diary-unstable.nix @@ -3,7 +3,7 @@ let in pkgs.stdenv.mkDerivation { name = "diary"; - version = "v0.15-unstable"; + version = "v0.16-unstable"; buildInputs = with pkgs; [ pkg-config ncurses @@ -13,7 +13,7 @@ in src = pkgs.fetchgit { url = "https://git.in0rdr.ch/diary.git"; - hash = "sha256-EIL9L/x456e350V1/3DT7sUS7ruytXyR0t3zXferyPc="; + hash = "sha256-DWiwr7htuDtSHII/i4xd5Rsirt3nRjtxl66rATcR05c="; }; installPhase = '' diff --git a/src/diary.h b/src/diary.h @@ -28,7 +28,7 @@ #define XDG_CONFIG_HOME_FALLBACK "~/.config" #define CONFIG_FILE_PATH "diary/diary.cfg" -#define DIARY_VERSION "0.15" +#define DIARY_VERSION "0.16-unstable" static const char* WEEKDAYS[] = {"Su","Mo","Tu","We","Th","Fr","Sa"};