Merge pull request #17658 from siddharthist/fasd/update
fasd: 2015-03-29 -> 2016-08-11
This commit is contained in:
commit
05a81335cf
@ -1,16 +1,14 @@
|
|||||||
{ stdenv, fetchgit } :
|
{ stdenv, fetchFromGitHub } :
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
rev = "61ce53be996189e1c325916e45a7dc0aa89660e3";
|
pname = "fasd";
|
||||||
in
|
name = "${pname}-unstable-2016-08-11";
|
||||||
stdenv.mkDerivation {
|
|
||||||
|
|
||||||
name = "fasd-git-2015-03-29";
|
src = fetchFromGitHub {
|
||||||
|
owner = "clvv";
|
||||||
src = fetchgit {
|
repo = "${pname}";
|
||||||
url = "https://github.com/clvv/fasd.git";
|
rev = "90b531a5daaa545c74c7d98974b54cbdb92659fc";
|
||||||
inherit rev;
|
sha256 = "0i22qmhq3indpvwbxz7c472rdyp8grag55x7iyjz8gmyn8gxjc11";
|
||||||
sha256 = "1fd36ff065ae73de2d6b1bae2131c18c8c4dea98ca63d96b0396e8b291072b5e";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
@ -18,9 +16,9 @@ stdenv.mkDerivation {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/clvv/fasd";
|
homepage = "https://github.com/clvv/${pname}";
|
||||||
description = "Quick command-line access to files and directories for POSIX shells";
|
description = "Quick command-line access to files and directories for POSIX shells";
|
||||||
license = stdenv.lib.licenses.free; # https://github.com/clvv/fasd/blob/master/LICENSE
|
license = stdenv.lib.licenses.mit;
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Fasd is a command-line productivity booster.
|
Fasd is a command-line productivity booster.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user