Merge pull request #65106 from r-ryantm/auto-update/libstatgrab

libstatgrab: 0.91 -> 0.92
This commit is contained in:
Ryan Mulligan 2019-07-19 16:39:05 -07:00 committed by GitHub
commit 5e454dc013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
, IOKit ? null }:
stdenv.mkDerivation rec {
name = "libstatgrab-0.91";
name = "libstatgrab-0.92";
src = fetchurl {
url = "https://ftp.i-scream.org/pub/i-scream/libstatgrab/${name}.tar.gz";
sha256 = "1azinx2yzs442ycwq6p15skl3mscmqj7fd5hq7fckhjp92735s83";
sha256 = "15m1sl990l85ijf8pnc6hdfha6fqyiq74mijrzm3xz4zzxm91wav";
};
buildInputs = [] ++ stdenv.lib.optional stdenv.isDarwin IOKit;