libucontext: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm
2025-10-22 18:27:28 +00:00
parent 4c574b7e0c
commit e97f7fdcc5
+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 = [