throttled: 0.8 -> 0.9.2

launchpad/nixpkgs/master
R. RyanTM 3 years ago
parent 17b4b7097f
commit 59ab825852
  1. 4
      pkgs/tools/system/throttled/default.nix

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "throttled";
version = "0.8";
version = "0.9.2";
src = fetchFromGitHub {
owner = "erpalma";
repo = pname;
rev = "v${version}";
sha256 = "0qw124gdgjqij3xhgg8j1mdsg6j0xg340as5qf8hd3gwc38sqi9x";
sha256 = "sha256-4aDa6REDHO7gr1czIv6NlepeMVJI93agxJjE2vHiEmk=";
};
nativeBuildInputs = [ python3Packages.wrapPython ];

Loading…
Cancel
Save