Merge pull request #92257 from r-ryantm/auto-update/tebreak

tebreak: 1.0 -> 1.1
This commit is contained in:
Mario Rodas 2020-07-04 12:45:00 -05:00 committed by GitHub
commit c70f0c6548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "tebreak"; pname = "tebreak";
version = "1.0"; version = "1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "adamewing"; owner = "adamewing";
repo = "tebreak"; repo = "tebreak";
rev = version; rev = version;
sha256 = "194av17wz66n4zxyi56mbkik31j2wmkly5i9qmxgaxymhavzi3kq"; sha256 = "13mgh775d8hkl340923lfwwm4r5ps70girn8d6wgfxzwzxylz8iz";
}; };
nativeBuildInputs = [ findutils python3Packages.cython ]; nativeBuildInputs = [ findutils python3Packages.cython ];