Skip to content

Commit

Permalink
fix: sha256 hash
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 10, 2024
1 parent 6473522 commit cea47fc
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 @@ -10,7 +10,7 @@
python3 = python311;
username = "dooit-org";
repo = "dooit";
ver = "3.0.1";
ver = "v3.0.1";
in
python3.pkgs.buildPythonApplication rec {
pname = repo;
Expand All @@ -21,7 +21,7 @@ in
owner = username;
repo = pname;
rev = ver;
hash = "sha256-zTT/R/WiX3kv6NfYG0KwjkkaSrhtgdNWiL5LM5iFPgA=";
hash = "sha256-yHL2HQyPENyAj/9jA7M+jFN0R4AAjLHVqyAmS3m8OME=";
};

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

0 comments on commit cea47fc

Please sign in to comment.