nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #74461 from r-ryantm/auto-update/memtest86-efi

memtest86-efi: 8.1 -> 8.2

authored by

Dennis Gosnell and committed by
GitHub
42895406 4bc2d369

+2 -2
+2 -2
pkgs/tools/misc/memtest86-efi/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "memtest86-efi"; 5 - version = "8.1"; 5 + version = "8.2"; 6 6 7 7 src = fetchzip { 8 8 # TODO: The latest version of memtest86 is actually 8.2, but the ··· 18 18 # binaries that we make sure to version, then we could probably keep up 19 19 # with the latest versions released by the company. 20 20 url = "https://www.memtest86.com/downloads/memtest86-${version}-usb.zip"; 21 - sha256 = "0qiyd8ymn307shmvwmqd80q3svxf49133d2pf84qpdlcmjjfnhgg"; 21 + sha256 = "1x1wjssr4nnbnfan0pi7ni2dfwnm3288kq584hkfqcyza8xdx03i"; 22 22 stripRoot = false; 23 23 }; 24 24