summary refs log tree commit diff
path: root/pkgs/applications/misc/firestarter
diff options
context:
space:
mode:
authorMarkus Schmidl <markus.schmidl@mailbox.tu-dresden.de>2020-07-06 15:46:46 +0200
committerMarkus Schmidl <markus.schmidl@mailbox.tu-dresden.de>2020-07-06 15:46:46 +0200
commitcb6b1b22aa06fc24a0d304e17e0c7c0e7d3e9d46 (patch)
treecd69ec0bbd0be41473baea0febcdafff541e61c6 /pkgs/applications/misc/firestarter
parent3c1b3a08e6305a22121489d8e4bc89d13381f3f6 (diff)
downloadnixpkgs-cb6b1b22aa06fc24a0d304e17e0c7c0e7d3e9d46.tar
nixpkgs-cb6b1b22aa06fc24a0d304e17e0c7c0e7d3e9d46.tar.gz
nixpkgs-cb6b1b22aa06fc24a0d304e17e0c7c0e7d3e9d46.tar.bz2
nixpkgs-cb6b1b22aa06fc24a0d304e17e0c7c0e7d3e9d46.tar.lz
nixpkgs-cb6b1b22aa06fc24a0d304e17e0c7c0e7d3e9d46.tar.xz
nixpkgs-cb6b1b22aa06fc24a0d304e17e0c7c0e7d3e9d46.tar.zst
nixpkgs-cb6b1b22aa06fc24a0d304e17e0c7c0e7d3e9d46.zip
firestarter: v1.7.4 fix commit hash
Diffstat (limited to 'pkgs/applications/misc/firestarter')
-rw-r--r--pkgs/applications/misc/firestarter/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/firestarter/default.nix b/pkgs/applications/misc/firestarter/default.nix
index 05c535e62c0..a03c87eb41b 100644
--- a/pkgs/applications/misc/firestarter/default.nix
+++ b/pkgs/applications/misc/firestarter/default.nix
@@ -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;
   };
 }