Skip to content

Commit

Permalink
umurmr: 0.2.16 -> 0.2.16a
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 16, 2017
1 parent e1eda97 commit fa98d41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/umurmur/default.nix
Expand Up @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
name = "umurmur-${version}";
version = "0.2.16";
version = "0.2.16a";

src = fetchFromGitHub {
owner = "fatbob313";
repo = "umurmur";
rev = version;
sha256 = "0njvdqvjda13v1a2yyjn47mb0l0cdfb2bfvb5s13wpgwy2xxk0px";
sha256 = "1xv1knrivy2i0ggwrczw60y0ayww9df9k6sif7klgzq556xk47d1";
};

buildInputs = [ autoreconfHook openssl protobufc libconfig ];

configureFlags = [
Expand Down

0 comments on commit fa98d41

Please sign in to comment.