Skip to content

Commit

Permalink
memtester: 4.6.0 -> 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Dec 18, 2024
1 parent 7746ea9 commit c629664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/me/memtester/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
pname = "memtester";
version = "4.6.0";
version = "4.7.0";

preConfigure = ''
echo "$CC" > conf-cc
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://pyropus.ca/software/memtester/old-versions/memtester-${version}.tar.gz";
sha256 = "sha256-yf5Ot+gMjO9SAvkGXEwGgvVhZkfARV6RalcA+Y49uy4=";
sha256 = "sha256-MycYBfiqMMEZ+79exOeimOn0wrydLZMCAio+0wHrcCg=";
};

installFlags = [ "INSTALLPATH=$(out)" ];
Expand Down

0 comments on commit c629664

Please sign in to comment.