about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authortoastal <toastal@posteo.net>2021-06-03 23:24:19 +0700
committertoastal <toastal@posteo.net>2021-06-04 16:23:06 +0700
commit4355ebb00e6bf725fc4330d3c9c117b709ef7a81 (patch)
tree52f64e82f7fe0950fec9770bf13debf977c82a7a /pkgs
parenta58f441ed90e3ea56f44afdae5c1819ee7cf9d8f (diff)
downloadnixlib-4355ebb00e6bf725fc4330d3c9c117b709ef7a81.tar
nixlib-4355ebb00e6bf725fc4330d3c9c117b709ef7a81.tar.gz
nixlib-4355ebb00e6bf725fc4330d3c9c117b709ef7a81.tar.bz2
nixlib-4355ebb00e6bf725fc4330d3c9c117b709ef7a81.tar.lz
nixlib-4355ebb00e6bf725fc4330d3c9c117b709ef7a81.tar.xz
nixlib-4355ebb00e6bf725fc4330d3c9c117b709ef7a81.tar.zst
nixlib-4355ebb00e6bf725fc4330d3c9c117b709ef7a81.zip
himalaya: 0.3.2 -> 0.4.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/mailreaders/himalaya/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/himalaya/default.nix b/pkgs/applications/networking/mailreaders/himalaya/default.nix
index b810103cf2ed..b1c709b055b9 100644
--- a/pkgs/applications/networking/mailreaders/himalaya/default.nix
+++ b/pkgs/applications/networking/mailreaders/himalaya/default.nix
@@ -11,16 +11,16 @@
 }:
 rustPlatform.buildRustPackage rec {
   pname = "himalaya";
-  version = "0.3.2";
+  version = "0.4.0";
 
   src = fetchFromGitHub {
     owner = "soywod";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-wiasnkoIU4l1yyhUSTahOJMCOyhpz2w4WJzi/UBmiHE=";
+    sha256 = "sha256-6RgT/SxO4vsk8Yx2AbaNIFvnAvgDmeTXvb/v6nUJxhc=";
   };
 
-  cargoSha256 = "sha256-VXSJLDpT0s+sh6buOP63QSiUp34H6G/FWibemtNU9wQ=";
+  cargoSha256 = "sha256-NEuIh7FwIdAWzlChna3+G0VukfV8nYZfVWa+3LxQCIA=";
 
   # use --lib flag to avoid test with imap server
   # https://github.com/soywod/himalaya/issues/145