Update Serf to 0.6.3

This commit is contained in:
William Roe 2014-07-25 16:51:54 +01:00
parent 7acfec9e47
commit 845d24d86c
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, lib, go, fetchurl, fetchgit, fetchhg, fetchbzr, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "0.6.2";
version = "0.6.3";
name = "serfdom-${version}";
src = import ./deps.nix {

View File

@ -77,8 +77,8 @@ let
src = fetchFromGitHub {
owner = "hashicorp";
repo = "serf";
rev = "4232a3f7b52f755084caf6b2cc2789efa2948555";
sha256 = "1hxxqrjz08882d205ylakhvvwciahiqdzkwi2a7zwrmx6sxna7sr";
rev = "5e0771b8d61bee28986087a246f7611d6bd4a87a";
sha256 = "0ck77ji28bvm4ahzxyyi4sm17c3fxc16k0k5mihl1nlkgdd73m8y";
};
}
{