etcd: update to 0.5.0-alpha.4

This commit is contained in:
Jaka Hudoklin 2014-11-28 23:09:25 +01:00
parent 82e40a2820
commit c35844aa2d
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.5.0-alpha.3";
version = "0.5.0-alpha.4";
name = "etcd-${version}";
src = import ./deps.nix {

View file

@ -8,8 +8,8 @@ let
src = fetchFromGitHub {
owner = "coreos";
repo = "etcd";
rev = "a817ca705b5a06b3d8c008e1a59f08895971cb1e";
sha256 = "1lksjrb7anh6z8ajnp8jpfz9mxmvm762acdczvc6h1h4997dz982";
rev = "d01d6119e54f729f54e9776ad5729277fcf38668";
sha256 = "0h9d6rc8yx7vyv2ggvzsddyng03pjhyb7avm9wrc805qr7p8nhns";
};
}
];