commit d2bcafaa72e7bc737dbc750940a291995b989969
parent 9244981760d8b6bbda78ba227d5fdc763e7e53c4
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date: Sat, 22 Jun 2024 17:51:21 +0200
feat(nix): udpate stable v0.11 and docs
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/RELEASE.md b/docs/RELEASE.md
@@ -3,5 +3,6 @@
* update Manpage
* prepare CHANGELOG file
* remove unstable from DIARY_VERSION
+* update `nix/diary.nix`
* commit and add tag
-* bump DIARY_VERSION and add -unstable, commit
-\ No newline at end of file
+* bump DIARY_VERSION and add -unstable, commit
diff --git a/nix/diary.nix b/nix/diary.nix
@@ -3,7 +3,7 @@ let
in
pkgs.stdenv.mkDerivation {
name = "diary";
- version = "v0.10";
+ version = "v0.11";
buildInputs = with pkgs; [
ncurses
curlFull
@@ -12,8 +12,8 @@ in
src = pkgs.fetchgit {
url = "https://git.in0rdr.ch/diary.git";
- rev = "refs/tags/v0.10";
- hash = "sha256-jDPfqUjf0ZETYqPxvEJ2/YFFjNsF7yvVQiThc5yMvjc=";
+ rev = "refs/tags/v0.11";
+ hash = "sha256-0CWXSSynlu7GG+T4LU15LARCeJneeRMR3rEmgWqSzFM=";
};
installPhase = ''