python3Packages.proxmoxer: use tag

This commit is contained in:
Fabian Affolter
2026-05-30 22:58:38 +02:00
committed by GitHub
parent efca1d2578
commit 3f1a5df480
@@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
src = fetchFromGitHub {
owner = "proxmoxer";
repo = "proxmoxer";
rev = "99fe9814d6212c614a944ce7b3d907e05042c4fa";
tag = finalAttrs.version;
hash = "sha256-v/QqNCzkcYk2pqr9tTeyvEEeXt4nzqooHAQEIiJitZ4=";
};