himalaya: remove sha256 prefixes

This commit is contained in:
Clément DOUIN 2023-05-01 20:33:58 +02:00
parent cf340b8524
commit 29ab2ff6bb
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72

View file

@ -27,10 +27,10 @@ rustPlatform.buildRustPackage rec {
owner = "soywod";
repo = pname;
rev = "v${version}";
sha256 = "sha256-HmH4qL70ii8rS8OeUnUxsy9/wMx+f2SBd1AyRqlfKfc=";
sha256 = "HmH4qL70ii8rS8OeUnUxsy9/wMx+f2SBd1AyRqlfKfc=";
};
cargoSha256 = "sha256-NJFOtWlfKZRLr9vvDvPQjpT4LGMeytk0JFJb0r77bwE=";
cargoSha256 = "NJFOtWlfKZRLr9vvDvPQjpT4LGMeytk0JFJb0r77bwE=";
nativeBuildInputs = [ ]
++ lib.optional (installManPages || installShellCompletions) installShellFiles
@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec {
++ lib.optional withNativeTlsVendored "native-tls-vendored"
++ lib.optional withImapBackend "imap-backend"
++ lib.optional withNotmuchBackend "notmuch-backend"
' ++ lib.optional withSmtpSender "smtp-sender";
++ lib.optional withSmtpSender "smtp-sender";
postInstall = lib.optionalString installManPages ''
mkdir -p $out/man