libstatgrab: 0.92 -> 0.92.1
This commit is contained in:
parent
9f329731b5
commit
55519305f0
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libstatgrab";
|
||||
version = "0.92";
|
||||
version = "0.92.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://ftp.i-scream.org/pub/i-scream/libstatgrab/${pname}-${version}.tar.gz";
|
||||
sha256 = "15m1sl990l85ijf8pnc6hdfha6fqyiq74mijrzm3xz4zzxm91wav";
|
||||
sha256 = "sha256-VoiqSmhVR9cXSoo3PqnY7pJ+dm48wwK97jRSPCxdbBE=";
|
||||
};
|
||||
|
||||
buildInputs = lib.optional stdenv.isDarwin IOKit;
|
||||
|
|
Loading…
Reference in a new issue