mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
hasmail: update vendorSha256
This commit is contained in:
parent
07df4546ad
commit
1097381d40
@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
sha256 = "1p6kwa5xk1mb1fkkxz1b5rcyp5kb4zc8nfif1gk6fab6wbdj9ia1";
|
||||
};
|
||||
|
||||
vendorSha256 = "0sblgjmn3i3k31jfq5zy3bx7bv5z2cg6rjzr7aj87c57yhzzcmk7";
|
||||
vendorSha256 = "129hvr8qh5mxj6mzg7793p5jsi4jmsm96f63j7r8wn544yq8sqci";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -6316,7 +6316,9 @@ with pkgs;
|
||||
|
||||
haskell-language-server = callPackage ../development/tools/haskell/haskell-language-server/withWrapper.nix { };
|
||||
|
||||
hasmail = callPackage ../applications/networking/mailreaders/hasmail { };
|
||||
hasmail = callPackage ../applications/networking/mailreaders/hasmail {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
haste-client = callPackage ../tools/misc/haste-client { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user