Skip to content

Commit ae328f6

Browse files
authored
Merge pull request #26 from fastapi-mvc/bump_poetry2nix
Bump poetry2nix
2 parents bda409a + 82b58ce commit ae328f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

template/{% if nix %}flake.lock{% endif %}.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,16 @@
7575
]
7676
},
7777
"locked": {
78-
"lastModified": 1679621603,
79-
"narHash": "sha256-4e6cny6AHzQcyXH3fqSHIXC5wx8mv6hdP4lP7EtnbnQ=",
78+
"lastModified": 1687996283,
79+
"narHash": "sha256-JD4S39vMhn0KcAhCvvrlcLP2jonwDsuMzdgC6S92LEg=",
8080
"owner": "nix-community",
8181
"repo": "poetry2nix",
82-
"rev": "3313ab3740fb795f577c3c0598faaa4efb6c1597",
82+
"rev": "76393d08880ee0a187922bd213aaafd0df809be5",
8383
"type": "github"
8484
},
8585
"original": {
8686
"owner": "nix-community",
87-
"ref": "1.40.1",
87+
"ref": "1.42.0",
8888
"repo": "poetry2nix",
8989
"type": "github"
9090
}

template/{% if nix %}flake.nix{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
1515
flake-parts.url = "github:hercules-ci/flake-parts";
1616
poetry2nix = {
17-
url = "github:nix-community/poetry2nix?ref=1.40.1";
17+
url = "github:nix-community/poetry2nix?ref=1.42.0";
1818
inputs.nixpkgs.follows = "nixpkgs";
1919
};
2020
};

0 commit comments

Comments
 (0)