Skip to content

Commit

Permalink
keepalived: 1.3.5 -> 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrgm authored and fpletz committed Aug 15, 2017
1 parent cfda600 commit 1e9606a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/keepalived/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "keepalived-${version}";
version = "1.3.5";
version = "1.3.6";

src = fetchFromGitHub {
owner = "acassen";
repo = "keepalived";
rev = "v${version}";
sha256 = "0lbzbw5giddr4rrhppdpsswh88x86ywxrl01vm8z5am7acixn1zr";
sha256 = "05088vv510dlflzyg8sh8l8qfscnvxl6n6pw9ycp27zhb6r5cr5y";
};

buildInputs = [
Expand Down

0 comments on commit 1e9606a

Please sign in to comment.