riemann: 0.2.9 -> 0.2.12
This commit is contained in:
parent
b79fa22b7a
commit
b7ef0ed487
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "riemann-${version}";
|
||||
version = "0.2.9";
|
||||
version = "0.2.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://aphyr.com/riemann/${name}.tar.bz2";
|
||||
sha256 = "10zz92sg9ak8g7xsfc05p4kic6hzwj7nqpkjgsd8f7f3slvfjqw3";
|
||||
url = "https://github.com/riemann/riemann/releases/download/${version}/${name}.tar.bz2";
|
||||
sha256 = "1x57gi301rg6faxm4q5scq9dpp0v9nqiwjpsgigdb8whmjr1zwkr";
|
||||
};
|
||||
|
||||
phases = [ "unpackPhase" "installPhase" ];
|
||||
|
Loading…
Reference in New Issue
Block a user