libuev: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2024-01-05 07:27:45 +00:00
parent 12f69cd485
commit 646b43f8c5
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libuev";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "troglobit";
repo = "libuev";
rev = "v${version}";
hash = "sha256-x6l7CqlZ82kc8shAf2SxgIa4ESu0fTtnOgGz5joVCEY=";
hash = "sha256-x1Sk7IuhlBQPFL7Rq4tmEanBxI/WaQ2L5fpUyEWOoi8=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];