irrd: 4.5.0b1 -> 4.5.0b2 (#469540)

This commit is contained in:
Yureka
2025-12-10 10:18:41 +00:00
committed by GitHub
+2 -2
View File
@@ -41,14 +41,14 @@ in
py.pkgs.buildPythonPackage rec {
pname = "irrd";
version = "4.5.0b1";
version = "4.5.0b2";
pyproject = true;
src = fetchFromGitHub {
owner = "irrdnet";
repo = "irrd";
rev = "v${version}";
hash = "sha256-Hr/PbC4N/yrYeQ7bTfqIchDFmaL3c4afxV1XS7FR1F8=";
hash = "sha256-MMacxjF0LLSdInSwXwpHJUTdUQJ6sl4yu83vWR/A4Jc=";
};
postPatch = ''