Merge pull request #165375 from r-ryantm/auto-update/argus-clients
argus-clients: 3.0.8.2 -> 3.0.8.3
This commit is contained in:
commit
5253e41f40
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "argus-clients";
|
pname = "argus-clients";
|
||||||
version = "3.0.8.2";
|
version = "3.0.8.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://qosient.com/argus/src/${pname}-${version}.tar.gz";
|
url = "http://qosient.com/argus/src/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1c9vj6ma00gqq9h92fg71sxcsjzz912166sdg90ahvnmvmh3l1rj";
|
sha256 = "sha256-uNTvi6zbrYHAivQMPkhlNCoqRW9GOkgKvCf3mInds80=";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-I${libtirpc.dev}/include/tirpc" ];
|
NIX_CFLAGS_COMPILE = [ "-I${libtirpc.dev}/include/tirpc" ];
|
||||||
|
|
Loading…
Reference in a new issue