Skip to content

Commit

Permalink
build: Bump poetry2nix to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Jun 20, 2024
1 parent c3c6843 commit 676a5ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions poetry2nix.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{pkgs}:
import (
builtins.fetchTarball {
url = "https://github.com/nix-community/poetry2nix/archive/291a863e866972f356967d0a270b259f46bf987f.tar.gz";
sha256 = "1mzsvkbxh5c1j82gsghfa3gc0amnsajygbw7n6wxn9mg48j5y45x";
name = "poetry2nix-2024.6.557458";
url = "https://github.com/nix-community/poetry2nix/archive/81662ae1ad31491eae3bb1d976fb74c71853bc63.tar.gz";
sha256 = "1zvlhzlc7mxr74qii3mkyn4iyd5rdivrm40yf7r7jvj9ry5gnbx9";
}
) {
inherit pkgs;
Expand Down

0 comments on commit 676a5ec

Please sign in to comment.