pacemaker: use tag/hash in fetcher

This commit is contained in:
Stefan Frijters
2026-05-24 22:49:32 +02:00
parent 1152ae98e3
commit 56edd414f6
+2 -2
View File
@@ -37,8 +37,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "ClusterLabs";
repo = "pacemaker";
rev = "Pacemaker-${finalAttrs.version}";
sha256 = "sha256-23YkNzqiimLy/KjO+hxVQQ4rUhSEhn5Oc2jUJO/VRo0=";
tag = "Pacemaker-${finalAttrs.version}";
hash = "sha256-23YkNzqiimLy/KjO+hxVQQ4rUhSEhn5Oc2jUJO/VRo0=";
};
nativeBuildInputs = [