ocf-resource-agents: modernize

This commit is contained in:
Stefan Frijters
2026-04-12 13:01:17 +02:00
parent 34cb27edea
commit 327fd39fab
@@ -24,15 +24,15 @@ let
forOCF = true;
};
resource-agentsForOCF = stdenv.mkDerivation rec {
resource-agentsForOCF = stdenv.mkDerivation (finalAttrs: {
pname = "resource-agents";
version = "4.10.0";
src = fetchFromGitHub {
owner = "ClusterLabs";
repo = "resource-agents";
rev = "v${version}";
sha256 = "0haryi3yrszdfpqnkfnppxj1yiy6ipah6m80snvayc7v0ss0wnir";
tag = "v${finalAttrs.version}";
hash = "sha256-OVoOtAb7MK+21QBVA9WNxkcfZL/Xumnxde3r7Ef0WUE=";
};
patches = [
@@ -75,7 +75,7 @@ let
astro
];
};
};
});
in