memtest86plus: 6.20 -> 7.00
Diff: https://github.com/memtest86plus/memtest86plus/compare/v6.20...v7.00
This commit is contained in:
parent
150baeeda7
commit
fc680ef5ec
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "memtest86+";
|
pname = "memtest86+";
|
||||||
version = "6.20";
|
version = "7.00";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "memtest86plus";
|
owner = "memtest86plus";
|
||||||
repo = "memtest86plus";
|
repo = "memtest86plus";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-JzQJrAnPsa3GKNdy1PidOAZk7IQvRBi/YtmK2O9rWfM=";
|
hash = "sha256-DVYiE9yi20IR2AZs8bya1h9vK4si7nKdg9Nqef4WTrw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Binaries are booted directly by BIOS/UEFI or bootloader
|
# Binaries are booted directly by BIOS/UEFI or bootloader
|
||||||
|
|
Loading…
Reference in a new issue