···2233stdenv.mkDerivation rec {44 pname = "memtest86-efi";55- version = "8.1";55+ version = "8.2";6677 src = fetchzip {88 # TODO: The latest version of memtest86 is actually 8.2, but the···1818 # binaries that we make sure to version, then we could probably keep up1919 # with the latest versions released by the company.2020 url = "https://www.memtest86.com/downloads/memtest86-${version}-usb.zip";2121- sha256 = "0qiyd8ymn307shmvwmqd80q3svxf49133d2pf84qpdlcmjjfnhgg";2121+ sha256 = "1x1wjssr4nnbnfan0pi7ni2dfwnm3288kq584hkfqcyza8xdx03i";2222 stripRoot = false;2323 };2424