3p/poetry2nix: bump

This commit is contained in:
Luke Granger-Brown 2024-01-01 17:13:55 +00:00
parent a472b3e271
commit 273d2ba8da

View file

@ -73,8 +73,8 @@ let
poetry2nixSrc = nixpkgs.fetchFromGitHub {
owner = "nix-community";
repo = "poetry2nix";
rev = "ec4364021900f8e0d425d901b6e6ff03cf201efb";
sha256 = "02q3jwj3m78bxh9fdg33khx8w3bcxgsci5qa8ps76vkyhihy20py";
rev = "528d500ea826383cc126a9be1e633fc92b19ce5d";
hash = "sha256:1q245v4q0bb30ncfj66gl6dl1k46am28x7kjj6d3y7r6l4fzppq8";
};
tvlDepot = import ./tvl { nixpkgsBisectPath = ./nixpkgs; inherit nixpkgsConfig; nixpkgsSystem = system; };