libucontext: 1.3.2 -> 1.3.3 (#454635)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-24 17:40:00 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libucontext";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "kaniini";
repo = "libucontext";
rev = "libucontext-${version}";
hash = "sha256-aBmGt8O/HTWM9UJMKWz37uDLDkq1JEYTUb1SeGu9j9M=";
hash = "sha256-MQCRRyA64MEtPoUtf1tFVbhiMDc4DlepSjMEFcb/Kh4=";
};
nativeBuildInputs = [