dooit: 2.0.2 -> 2.1.0
This commit is contained in:
parent
6da0ccfd1f
commit
e55fb26e21
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "dooit";
|
||||
version = "2.0.2";
|
||||
version = "2.1.0";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kraanzu";
|
||||
repo = "dooit";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-9Cyt38/tg611t/uODQjVAS/Ea2tUWTBmDqJehUpZJmU=";
|
||||
hash = "sha256-ZCEBpaQHaFb09MUlN6acYB3LrfX456uRbhVh9YPz7NU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue