peering-manager: 1.8.2 -> 1.8.3 (#286382)

This commit is contained in:
R. RyanTM 2024-02-04 17:18:33 -08:00 committed by GitHub
parent 7547f5c05a
commit 6f0879e372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "peering-manager";
version = "1.8.2";
version = "1.8.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-He1AXfNsjVHYt2cBDjObz6sRcPbtsMotAsw+hvMrWyA=";
rev = "refs/tags/v${version}";
sha256 = "sha256-UV1zSX9C9y5faOBUQ7bfj2DT6ffhMW28MIT7SaYjMgw=";
};
format = "other";