Skip to content

Commit

Permalink
flake: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Dec 2, 2024
1 parent 7291066 commit 5a878b6
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.4";
version = "3.1.0";
pyproject = true;

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

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

0 comments on commit 5a878b6

Please sign in to comment.