chruby: update to 0.3.9

This commit is contained in:
Charles Strahan 2015-01-13 21:58:25 -05:00
parent 7893933625
commit bab648c5b4
1 changed files with 5 additions and 3 deletions
pkgs/development/tools/misc/chruby

View File

@ -8,13 +8,15 @@ let
''; '';
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
name = "chruby"; name = "chruby-${version}";
version = "0.3.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "postmodern"; owner = "postmodern";
repo = "chruby"; repo = "chruby";
rev = "d5ae98410311aec1358d4cfcc1e3ec02de593c3b"; rev = "v${version}";
sha256 = "1iq9milnnj3189yw02hkly2pnnh4g0vn2fxq6dfx90kldjwpwxq5"; sha256 = "1894g6fymr8kra9vwhbmnrcr58l022mcd7g9ans4zd3izla2j3gx";
}; };
phases = [ "unpackPhase" "patchPhase" "installPhase" "fixupPhase" ]; phases = [ "unpackPhase" "patchPhase" "installPhase" "fixupPhase" ];