ocf-resource-agents: modernize
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user