Merge pull request #42996 from r-ryantm/auto-update/libnfs

libnfs: 2.0.0 -> 3.0.0
This commit is contained in:
Peter Hoeg 2018-07-06 14:27:01 +08:00 committed by GitHub
commit 44f724467a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "libnfs-${version}";
version = "2.0.0";
version = "3.0.0";
src = fetchFromGitHub {
owner = "sahlberg";
repo = "libnfs";
rev = "libnfs-${version}";
sha256 = "1xd1xb09jxwmx7hblv0f9gxv7i1glk3nbj2vyq50zpi158lnf2mb";
sha256 = "115p55y2cbs92z5lmcnjx1v29lwinpgq4sha9v1kq1vd8674h404";
};
nativeBuildInputs = [ autoreconfHook ];