gnustep-libobjc: 2.2.1 -> 2.3 (#443562)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-17 03:16:34 +00:00
committed by GitHub
+2 -2
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;
};