Merge pull request #92456 from marenz2569/fix-firestarter-v1.7.4-hash
firestarter: v1.7.4 fix commit hash
This commit is contained in:
commit
353446511b
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "tud-zih-energy";
|
||||
repo = "FIRESTARTER";
|
||||
rev = "v${version}";
|
||||
sha256 = "161mg0h1hvp6bxfjdhyfqrljvphys896mfd36254rbgzxm38ibi7";
|
||||
sha256 = "0zqfqb7hf48z39g1qhbl1iraf8rz4d629h1q6ikizckpzfq23kd0";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ python3 ];
|
||||
|
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://tu-dresden.de/zih/forschung/projekte/firestarter";
|
||||
description = "Processor Stress Test Utility";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ astro ];
|
||||
maintainers = with maintainers; [ astro marenz ];
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue