kak-powerline: 2019-07-23 -> 2020-08-22
Moreover, the original repository is unmaintained. I changed it to the current maintainer's fork.
This commit is contained in:
parent
5f04cf2749
commit
53cc6bbce3
1 changed files with 5 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, git, fetchFromGitHub }:
|
{ stdenv, git, fetchFromGitHub }:
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "kak-powerline";
|
name = "kak-powerline";
|
||||||
version = "2019-07-23";
|
version = "2020-08-22";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andreyorst";
|
owner = "jdugan6240";
|
||||||
repo = "powerline.kak";
|
repo = "powerline.kak";
|
||||||
rev = "82b01eb6c97c7380b7da253db1fd484a5de13ea4";
|
rev = "d641b2cd8024f872bcda23f9256e7aff36da02ae";
|
||||||
sha256 = "1480wp2jc7c84z1wqmpf09lzny6kbnbhiiym2ffaddxrd4ns9i6z";
|
sha256 = "65948f5ef3ab2f46f6d186ad752665c251d887631d439949decc2654a67958a4";
|
||||||
};
|
};
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
meta = with stdenv.lib;
|
meta = with stdenv.lib;
|
||||||
{ description = "Kakoune modeline, but with passion";
|
{ description = "Kakoune modeline, but with passion";
|
||||||
homepage = "https://github.com/andreyorst/powerline.kak";
|
homepage = "https://github.com/jdugan6240/powerline.kak";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ nrdxp ];
|
maintainers = with maintainers; [ nrdxp ];
|
||||||
platform = platforms.all;
|
platform = platforms.all;
|
||||||
|
|
Loading…
Reference in a new issue