finit: 4.14 -> 4.15 (#472405)

This commit is contained in:
Aaron Andersen
2026-01-01 18:08:15 +00:00
committed by GitHub

View File

@@ -4,19 +4,20 @@
fetchFromGitHub,
autoreconfHook,
pkg-config,
libcap,
libite,
libuev,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "finit";
version = "4.14";
version = "4.15";
src = fetchFromGitHub {
owner = "troglobit";
owner = "finit-project";
repo = "finit";
tag = finalAttrs.version;
hash = "sha256-v4QHc6pX50z4j4UBpw7J2k78Pqt7n503qiDRDWyrhOc=";
hash = "sha256-HZQHWJODWbMGH1m/P6teo0j9BDwWmKKHIa7YN0vA+c4=";
};
postPatch = ''
@@ -32,6 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
];
buildInputs = [
libcap
libite
libuev
];