From 676a5ec26615070b6fd7067847a0506a3c372d07 Mon Sep 17 00:00:00 2001 From: Victor Engmark Date: Mon, 10 Jun 2024 10:57:33 +1200 Subject: [PATCH] build: Bump poetry2nix to latest release --- poetry2nix.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry2nix.nix b/poetry2nix.nix index 5029e39..e044d4b 100644 --- a/poetry2nix.nix +++ b/poetry2nix.nix @@ -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;