mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
poetry: 1.0.0 -> 1.0.1
This commit is contained in:
parent
31a2bf6216
commit
7d8722a799
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ poetry2nix.mkPoetryApplication {
|
|||
src = fetchFromGitHub {
|
||||
owner = "sdispater";
|
||||
repo = "poetry";
|
||||
rev = "1.0.0";
|
||||
sha256 = "05xlx9wnlrsjj3i4wawnvxadvqwsdh03401wpgingkbq0c50aimi";
|
||||
rev = "1.0.1";
|
||||
sha256 = "01s3kickc3pdp5gbj9m4r80cxdwr0xgdgpp00l93mxj3pbxwnl6d";
|
||||
};
|
||||
|
||||
# "Vendor" dependencies (for build-system support)
|
||||
|
|
Loading…
Add table
Reference in a new issue