Merge pull request #79175 from helsinki-systems/init/sogo

sogo: init at 4.3.2
This commit is contained in:
Lassulus
2020-05-22 11:04:39 +02:00
committed by GitHub
8 changed files with 460 additions and 2 deletions

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libobjc2";
version = "2.0";
version = "1.9";
src = fetchFromGitHub {
owner = "gnustep";
repo = "libobjc2";
rev = "v${version}";
sha256 = "1b4h0a4pqr8j6300qr2wmi33r7ysvp705gs0ypx69hbmifln0mlf";
sha256 = "00pscl3ly3rv6alf9vk70kxnnxq2rfgpc1ylcv6cgjs9jxdnrqmn";
};
nativeBuildInputs = [ cmake ];