Merge pull request #65106 from r-ryantm/auto-update/libstatgrab
libstatgrab: 0.91 -> 0.92
This commit is contained in:
commit
5e454dc013
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue