Unverified Commit 654b6c22 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

zsh-system-clipboard: 0.7.0 -> 0.8.0 (#347495)

parents 9f813de3 696b12cf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19257,6 +19257,12 @@
    githubId = 695473;
    name = "Sascha Grunert";
  };
  satoqz = {
    email = "mail@satoqz.net";
    github = "satoqz";
    githubId = 40795431;
    name = "satoqz";
  };
  saturn745 = {
    email = "git-commits.rk7uq@aleeas.com";
    github = "saturn745";
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "zsh-system-clipboard";
  version = "0.7.0";
  version = "0.8.0";

  src = fetchFromGitHub {
    owner = "kutsan";
    repo = "zsh-system-clipboard";
    rev = "v${version}";
    sha256 = "09lqav1mz5zajklr3xa0iaivhpykv3azkjb7yj9wyp0hq3vymp8i";
    hash = "sha256-VWTEJGudlQlNwLOUfpo0fvh0MyA2DqV+aieNPx/WzSI=";
  };

  strictDeps = true;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/kutsan/zsh-system-clipboard";
    description = "Plugin that adds key bindings support for ZLE (Zsh Line Editor) clipboard operations for vi emulation keymaps";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ _0qq ];
    maintainers = with maintainers; [ _0qq satoqz ];
    platforms = platforms.all;
  };
}