pell: 0.0.1 -> 0.0.2

authored by Rommel Martinez and committed by Tuomas Tynkkynen c15c012e 1f2d1ac9

+4 -4
+4 -4
pkgs/applications/misc/pell/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pell"; 5 - version = "0.0.1"; 6 name = "${pname}-${version}"; 7 8 src = fetchFromGitHub { 9 owner = "ebzzry"; 10 repo = pname; 11 - rev = "3f95341eb9439c7a6be1f3c6366c0552ab8208f0"; 12 - sha256 = "183aj3ys080g2kahl8x8rkhzlsb6h5ls9xm1v2kasfbn1pi5i6nn"; 13 }; 14 15 installPhase = '' ··· 29 30 meta = with stdenv.lib; { 31 homepage = https://github.com/ebzzry/pell; 32 - description = "A simple periodic host monitor using ping"; 33 license = licenses.mit; 34 maintainers = [ maintainers.ebzzry ]; 35 platforms = platforms.unix;
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pell"; 5 + version = "0.0.2"; 6 name = "${pname}-${version}"; 7 8 src = fetchFromGitHub { 9 owner = "ebzzry"; 10 repo = pname; 11 + rev = "ec14de0a9b666433954184167bf3b82cf21193f8"; 12 + sha256 = "0r2gbb4l9rr5x99m62zicknsp1gf9fr124xpyd8ak9izr5hvskn9"; 13 }; 14 15 installPhase = '' ··· 29 30 meta = with stdenv.lib; { 31 homepage = https://github.com/ebzzry/pell; 32 + description = "A simple host availability monitor"; 33 license = licenses.mit; 34 maintainers = [ maintainers.ebzzry ]; 35 platforms = platforms.unix;