pell: 0.0.1 -> 0.0.2
This commit is contained in:
parent
1f2d1ac92b
commit
c15c012e9f
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pell";
|
pname = "pell";
|
||||||
version = "0.0.1";
|
version = "0.0.2";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ebzzry";
|
owner = "ebzzry";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "3f95341eb9439c7a6be1f3c6366c0552ab8208f0";
|
rev = "ec14de0a9b666433954184167bf3b82cf21193f8";
|
||||||
sha256 = "183aj3ys080g2kahl8x8rkhzlsb6h5ls9xm1v2kasfbn1pi5i6nn";
|
sha256 = "0r2gbb4l9rr5x99m62zicknsp1gf9fr124xpyd8ak9izr5hvskn9";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/ebzzry/pell;
|
homepage = https://github.com/ebzzry/pell;
|
||||||
description = "A simple periodic host monitor using ping";
|
description = "A simple host availability monitor";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.ebzzry ];
|
maintainers = [ maintainers.ebzzry ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user