Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 24, 2024
2 parents 7e9c173 + cb9d29a commit 3ab2375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
in
python3.pkgs.buildPythonApplication rec {
pname = "dooit";
version = "3.0.3";
version = "3.0.4";
pyproject = true;

src = fetchFromGitHub {
owner = "dooit-org";
repo = "dooit";
rev = "refs/tags/v${version}";
hash = "sha256-o9Spe6OejCsN+pWaEVED1DlHMayOZuZv7bi/HmiogKg=";
hash = "sha256-gWpmjpgAn37hfNv4aCCb+7pW/39Ngo8/Za9AdU4YCKA=";
};

build-system = with python3.pkgs; [poetry-core];
Expand Down

0 comments on commit 3ab2375

Please sign in to comment.