update pbkdf2-sha512.c hash

seems the file changed here: 88bf1b3e92 (diff-928863deda3fc33e0506277ded7f4985a078c4bd878489b10f9d5f2343bb8da7)

we could also use a branch other than master, to avoid future changes. but seems like they don't happen too often!
This commit is contained in:
Michael Hueschen 2020-11-11 09:18:57 -08:00 committed by GitHub
parent fa4e240536
commit 65a92f5334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://raw.githubusercontent.com/NixOS/nixpkgs/master/nixos/modules/system/boot/pbkdf2-sha512.c";
sha256 = "0pn5hh78pyh4q6qjp3abipivkgd8l39sqg5jnawz66bdzicag4l7";
sha256 = "0ky414spzpndiifk7wca3q3l9gzs1ksn763dmy48xdn3q0i75s9r";
};
unpackPhase = ":";