Merge pull request #80689 from lovesegfault/throttled-0.7

throttled: 0.6 -> 0.7
This commit is contained in:
lewo
2020-02-21 08:25:39 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "throttled"; pname = "throttled";
version = "0.6"; version = "0.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "erpalma"; owner = "erpalma";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1icb2288pj25vbdnd16zvisw9c01hp8vkk25ilkc74gy76xhpcs4"; sha256 = "1y1sczvj2qc8ml9i1rdzr8hklvci9bdphm3mmri2ncaqys8wdbh4";
}; };
nativeBuildInputs = [ python3Packages.wrapPython ]; nativeBuildInputs = [ python3Packages.wrapPython ];