fish-foreign-env: git-20151223 -> git-20170324
This commit is contained in:
parent
98ff062ed4
commit
0054865f7e
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "fish-foreign-env-${version}";
|
name = "fish-foreign-env-${version}";
|
||||||
version = "git-20151223";
|
version = "git-20170324";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "oh-my-fish";
|
owner = "oh-my-fish";
|
||||||
repo = "plugin-foreign-env";
|
repo = "plugin-foreign-env";
|
||||||
rev = "2dfe5b73fd2101702c83d1d7b566e2b9332c5ddc";
|
rev = "baefbd690f0b52cb8746f3e64b326d82834d07c5";
|
||||||
sha256 = "17jxlbljp7k2azcl1miz5h5xfyazlf9z9lrddcrnm6r7c1w1zdh5";
|
sha256 = "0lwp6hy3kfk7xfx4xvbk1ir8zkzm7gfjbm4bf6xg1y6iw9jq9dnl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user