exa: 2016-02-15 -> 2016-03-22

This commit is contained in:
Jakob Gillich
2016-03-22 15:54:23 -04:00
parent 02b20eecc2
commit 74ef06dab6
+4 -4
View File
@@ -4,15 +4,15 @@ with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
name = "exa-${version}"; name = "exa-${version}";
version = "2016-02-15"; version = "2016-03-22";
depsSha256 = "1925nhpfph82wn755zf2nmad24f1hzbxq60gpva9sic6rnap4c1x"; depsSha256 = "18anwh235kzziq6z7md8f3rl2xl4l9d4ivsqw9grkb7yivd5j0jk";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ogham"; owner = "ogham";
repo = "exa"; repo = "exa";
rev = "252eba484476369bb966fb1af7f739732b968fc0"; rev = "8805ce9e3bcd4b56f8811a686dd56c47202cdbab";
sha256 = "1smyy32z44zgmhyhlbjaxcgfnlbcwz7am9225yppqfdsiqqgdybf"; sha256 = "0dkvk0rsf068as6zcd01p7959rdjzm26mlkpid6z0j168gp4kh4q";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];