Commit 8cd44165 authored by Raito Bezarius's avatar Raito Bezarius
Browse files

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: default avatarRaito Bezarius <masterancpp@gmail.com>
parent e1ad9897
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''