Unverified Commit 7254eeb1 authored by Austin Horstman's avatar Austin Horstman
Browse files

dooit: 2.0.0 -> 2.0.1

parent a70c8e2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "dooit";
  version = "2.0.0";
  version = "2.0.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "kraanzu";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Ipj3ltuewbMIUYRffxxPcJgIPxP5dJAkHpo14ZZKq+k=";
    hash = "sha256-iQAGD6zrBBd4fJONaB7to1OJpAJUO0zeA1xhVQZBkMc=";
  };

  nativeBuildInputs = with python3.pkgs; [