gnustep.libobjc: 1.9 -> 2.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libobjc2/versions
This commit is contained in:
R. RyanTM 2019-06-01 20:26:25 -07:00
parent 97aba37876
commit 937b6d73b4

View file

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