Merge pull request #125527 from toastal/himalaya-0.4.0

himalaya: 0.3.2 -> 0.4.0

authored by Luke Granger-Brown and committed by GitHub 813f25db 34140d6b

+3 -3
+3 -3
pkgs/applications/networking/mailreaders/himalaya/default.nix
··· 11 11 }: 12 12 rustPlatform.buildRustPackage rec { 13 13 pname = "himalaya"; 14 - version = "0.3.2"; 14 + version = "0.4.0"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "soywod"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-wiasnkoIU4l1yyhUSTahOJMCOyhpz2w4WJzi/UBmiHE="; 20 + sha256 = "sha256-6RgT/SxO4vsk8Yx2AbaNIFvnAvgDmeTXvb/v6nUJxhc="; 21 21 }; 22 22 23 - cargoSha256 = "sha256-VXSJLDpT0s+sh6buOP63QSiUp34H6G/FWibemtNU9wQ="; 23 + cargoSha256 = "sha256-NEuIh7FwIdAWzlChna3+G0VukfV8nYZfVWa+3LxQCIA="; 24 24 25 25 # use --lib flag to avoid test with imap server 26 26 # https://github.com/soywod/himalaya/issues/145