3
0
Fork 0
forked from mirrors/nixpkgs

libstatgrab: 0.91 -> 0.92

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libstatgrab/versions
This commit is contained in:
R. RyanTM 2019-07-19 13:15:30 -07:00
parent 2cd8924235
commit 9e6cd38c81

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;