Skip to content

Commit

Permalink
fleet: 0.11.5 -> 0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeerds committed Oct 19, 2016
1 parent e376ed8 commit cf8362f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/fleet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "fleet-${version}";
version = "0.11.5";
version = "0.11.8";

src = fetchFromGitHub {
owner = "coreos";
repo = "fleet";
rev = "v${version}";
sha256 = "0dc95dpqqc2rclbvgdqjcilrkji7lrpigdrzpwm3nbgz58vkfnz3";
sha256 = "13kwaa4hkiic602wnvnk13pflrxqhk2vxwpk1bn52ilwxkjyvkig";
};

buildInputs = [ go ];
Expand Down

0 comments on commit cf8362f

Please sign in to comment.