summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-18 20:22:45 +0100
committerGitHub <noreply@github.com>2021-01-18 20:22:45 +0100
commita6ff47644b28a0ef772b16fea5120517eaa931a3 (patch)
tree02c89570bab11b8c06c1b6d1785d8594a9c73897 /pkgs/applications/editors
parenta22d6590aad7ddd0eac57173a45b5e2c2f1a13b7 (diff)
parent53cc6bbce3eb32dd10bd688d704cdd48f6cfbb41 (diff)
Merge pull request #96461 from loewenheim/kak-powerline
kak-powerline: 2019-07-23 -> 2020-08-22
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/kakoune/plugins/kak-powerline.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/editors/kakoune/plugins/kak-powerline.nix b/pkgs/applications/editors/kakoune/plugins/kak-powerline.nix
index 6bd67da4228e..731bb9e46d1a 100644
--- a/pkgs/applications/editors/kakoune/plugins/kak-powerline.nix
+++ b/pkgs/applications/editors/kakoune/plugins/kak-powerline.nix
@@ -1,12 +1,12 @@
{ stdenv, git, fetchFromGitHub }:
stdenv.mkDerivation {
name = "kak-powerline";
- version = "2019-07-23";
+ version = "2020-08-22";
src = fetchFromGitHub {
- owner = "andreyorst";
+ owner = "jdugan6240";
repo = "powerline.kak";
- rev = "82b01eb6c97c7380b7da253db1fd484a5de13ea4";
- sha256 = "1480wp2jc7c84z1wqmpf09lzny6kbnbhiiym2ffaddxrd4ns9i6z";
+ rev = "d641b2cd8024f872bcda23f9256e7aff36da02ae";
+ sha256 = "65948f5ef3ab2f46f6d186ad752665c251d887631d439949decc2654a67958a4";
};
configurePhase = ''
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = with lib;
{ description = "Kakoune modeline, but with passion";
- homepage = "https://github.com/andreyorst/powerline.kak";
+ homepage = "https://github.com/jdugan6240/powerline.kak";
license = licenses.mit;
maintainers = with maintainers; [ nrdxp ];
platform = platforms.all;