Skip to content

Commit

Permalink
Merge pull request #122020 from L3afMe/master
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored May 25, 2021
2 parents f76f201 + 62d2d19 commit f2f00af
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5517,6 +5517,12 @@
}];
name = "Las Safin";
};
l3af = {
email = "L3afMeAlon3@gmail.com";
github = "L3afMe";
githubId = 72546287;
name = "L3af";
};
laikq = {
email = "gwen@quasebarth.de";
github = "laikq";
Expand Down
25 changes: 25 additions & 0 deletions pkgs/applications/misc/tsukae/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{ lib, fetchFromGitHub, buildGoModule }:

buildGoModule rec {
pname = "tsukae";
version = "unstable-2021-04-19";

src = fetchFromGitHub {
owner = "irevenko";
repo = pname;
rev = "8111dddd67e4b4f83ae4bca7d7305f6dc64e77cd";
sha256 = "sha256-1y/WYLW6/HMGmuaX2wOlQbwYn0LcgQCMb4qw8BtCgxQ=";
};

vendorSha256 = "sha256-mVhc9roT7rm9WMwck7jobjn9ykKQRgWJAqM75AmhMN0=";

runVend = true;

meta = with lib; {
description = "Show off your most used shell commands.";
homepage = "https://github.com/irevenko/tsukae";
license = licenses.mit;
mainProgram = pname;
maintainers = with maintainers; [ l3af ];
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31503,6 +31503,8 @@ in
python = python3;
};

tsukae = callPackage ../applications/misc/tsukae { };

tsung = callPackage ../applications/networking/tsung {};

bcompare = libsForQt5.callPackage ../applications/version-management/bcompare {};
Expand Down

0 comments on commit f2f00af

Please sign in to comment.