libstatgrab: 0.92 -> 0.92.1

This commit is contained in:
R. Ryantm 2021-12-09 17:30:03 +00:00
parent 9f329731b5
commit 55519305f0

View file

@ -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;