gnustep-libobjc: 2.2.1 -> 2.3

This commit is contained in:
R. Ryantm
2025-09-16 20:00:32 +00:00
parent 93b1ca689d
commit 4d5c2eeafd

View File

@@ -8,13 +8,13 @@
clangStdenv.mkDerivation (finalAttrs: {
pname = "gnustep-libobjc";
version = "2.2.1";
version = "2.3";
src = fetchFromGitHub {
owner = "gnustep";
repo = "libobjc2";
tag = "v${finalAttrs.version}";
hash = "sha256-+NP214bbisk7dCFAHaxnhNOfC/0bZLp8Dd2A9F2vK+s=";
hash = "sha256-C7Dwqp5ewtBhuIyfNZmjhGSCBod3xM9KfUXZgHmvIB0=";
fetchSubmodules = true;
};