irrd: 4.5.0b1 -> 4.5.0b2

Diff: https://github.com/irrdnet/irrd/compare/v4.5.0b1...v4.5.0b2
This commit is contained in:
Yureka
2025-12-10 10:31:00 +01:00
parent df7d622f2a
commit d9853b56d2
+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 = ''