about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-11-28 19:53:17 -0500
committerfigsoda <figsoda@pm.me>2023-11-28 19:53:17 -0500
commit0388a0229b86659211b3d73fa6700c404287a721 (patch)
treeca69611e67b19738f0dc8337e7bde3243546a255 /pkgs
parent10ee18ca9265cada45acfc7a6d7644cd22b82465 (diff)
downloadnixlib-0388a0229b86659211b3d73fa6700c404287a721.tar
nixlib-0388a0229b86659211b3d73fa6700c404287a721.tar.gz
nixlib-0388a0229b86659211b3d73fa6700c404287a721.tar.bz2
nixlib-0388a0229b86659211b3d73fa6700c404287a721.tar.lz
nixlib-0388a0229b86659211b3d73fa6700c404287a721.tar.xz
nixlib-0388a0229b86659211b3d73fa6700c404287a721.tar.zst
nixlib-0388a0229b86659211b3d73fa6700c404287a721.zip
tui-journal: 0.5.0 -> 0.5.1
Diff: https://github.com/AmmarAbouZor/tui-journal/compare/v0.5.0...v0.5.1

Changelog: https://github.com/AmmarAbouZor/tui-journal/blob/v0.5.1/CHANGELOG.ron
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/tui-journal/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/tui-journal/default.nix b/pkgs/applications/misc/tui-journal/default.nix
index f257f3890976..3faaf38d7260 100644
--- a/pkgs/applications/misc/tui-journal/default.nix
+++ b/pkgs/applications/misc/tui-journal/default.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "tui-journal";
-  version = "0.5.0";
+  version = "0.5.1";
 
   src = fetchFromGitHub {
     owner = "AmmarAbouZor";
     repo = "tui-journal";
     rev = "v${version}";
-    hash = "sha256-uZR09KNj/a1jmouU6Cjnxxkqc8urfZCYDQWhMon6n9E=";
+    hash = "sha256-uZjepaNFZCjCOnLwATP6fqza7p+Fvu/8egPRXgTkzDs=";
   };
 
-  cargoHash = "sha256-gmoFN/Jw6mZuSbdD/E7qcnkZKDVujRVgpM9Uvc76z3s=";
+  cargoHash = "sha256-MFo5e2tmhYvSUgrAA8RS4MnEXMvrY7xGiVrsT+2NWsk=";
 
   nativeBuildInputs = [
     pkg-config