perl536Packages.BerkeleyDB: use spec compliant base64 hash
Specification forbids any char after `=`, but Nix accepts it. It's not a good reason enough to have non-spec compliant hashes. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
e1ad98971a
commit
8cd4416530
@ -1700,7 +1700,7 @@ with self; {
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PM/PMQS/BerkeleyDB-0.65.tar.gz";
|
||||
hash = "sha256-QQqonnIylB1JEGyeBI1jN0dVQ+wdIz6nzbcly1uWNQQ=i";
|
||||
hash = "sha256-QQqonnIylB1JEGyeBI1jN0dVQ+wdIz6nzbcly1uWNQQ=";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user