mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
fping: update from 3.4 to 3.8
This commit is contained in:
parent
b95f7102ee
commit
c584ac123f
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fping-3.4";
|
||||
name = "fping-3.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.fping.org/dist/${name}.tar.gz";
|
||||
sha256 = "1zkawlk6lcqw6nakqnl3v0x1cwnxrx2lmg9q6j76mw9i96pjh9fl";
|
||||
sha256 = "04iwj4x3wns09wp777mb3kwfi7ypb4m9m73p0s2y699px77hcx67";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue