libucontext: 1.3.3 -> 1.5 (#471451)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-20 14:28:19 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libucontext";
version = "1.3.3";
version = "1.5";
src = fetchFromGitHub {
owner = "kaniini";
repo = "libucontext";
rev = "libucontext-${version}";
hash = "sha256-MQCRRyA64MEtPoUtf1tFVbhiMDc4DlepSjMEFcb/Kh4=";
hash = "sha256-asT0pV3s4L4zB2qtDJ+2XYxEP6agIEo1LtCuFeOjpRA=";
};
nativeBuildInputs = [