Unverified Commit e55fb26e authored by Austin Horstman's avatar Austin Horstman
Browse files

dooit: 2.0.2 -> 2.1.0

parent 6da0ccfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [