Unverified Commit 0bbb6458 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

tmuxPlugins.pass: bump, add license, adopt (#383689)

parents 22cab82f 1c1c49dc
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -462,13 +462,13 @@ in rec {

  pass = mkTmuxPlugin {
    pluginName = "pass";
    version = "0-unstable-2020-02-28";
    version = "0-unstable-2025-02-20";
    rtpFilePath = "plugin.tmux";
    src = pkgs.fetchFromGitHub {
    src = fetchFromGitHub {
      owner = "rafi";
      repo = "tmux-pass";
      rev = "76b1c98911d56928063a41bc93a2d9e81818ef4c";
      hash = "sha256-bamz4IZrozo5R7jt+z7YKyrogawPqsZ9cTJi9osjVoA=";
      rev = "c853c8b5e31dea93d17551ef3e18be16c063e28e";
      hash = "sha256-fDAqQcr0SC9WrKbGgt7z03ex2ORZ7ChOzDGl6HFXMaA";
    };

    nativeBuildInputs = [ pkgs.makeWrapper ];
@@ -482,10 +482,11 @@ in rec {
        ] )}
    '';

    meta = with lib; {
    meta = {
      description = "Password-store browser using fzf in tmux";
      homepage = "https://github.com/rafi/tmux-pass";
      license = licenses.unlicense;
      license = lib.licenses.gpl3Only;
      maintainers = [ lib.maintainers.ethancedwards8 ];
    };
  };