mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 14:57:21 +00:00
Merge pull request #149887 from r-ryantm/auto-update/libstatgrab
libstatgrab: 0.92 -> 0.92.1
This commit is contained in:
commit
5311f5e60b
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libstatgrab";
|
pname = "libstatgrab";
|
||||||
version = "0.92";
|
version = "0.92.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://ftp.i-scream.org/pub/i-scream/libstatgrab/${pname}-${version}.tar.gz";
|
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;
|
buildInputs = lib.optional stdenv.isDarwin IOKit;
|
||||||
|
Loading…
Reference in New Issue
Block a user