firestarter: v1.7.4 fix commit hash
This commit is contained in:
parent
3c1b3a08e6
commit
cb6b1b22aa
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "tud-zih-energy";
|
owner = "tud-zih-energy";
|
||||||
repo = "FIRESTARTER";
|
repo = "FIRESTARTER";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "161mg0h1hvp6bxfjdhyfqrljvphys896mfd36254rbgzxm38ibi7";
|
sha256 = "0zqfqb7hf48z39g1qhbl1iraf8rz4d629h1q6ikizckpzfq23kd0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ python3 ];
|
nativeBuildInputs = [ python3 ];
|
||||||
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://tu-dresden.de/zih/forschung/projekte/firestarter";
|
homepage = "https://tu-dresden.de/zih/forschung/projekte/firestarter";
|
||||||
description = "Processor Stress Test Utility";
|
description = "Processor Stress Test Utility";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ astro ];
|
maintainers = with maintainers; [ astro marenz ];
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user