Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b44d06a51373
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 52fde0733ddf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 24, 2019

  1. Copy the full SHA
    6b0d806 View commit details

Commits on May 25, 2019

  1. Merge pull request #61996 from marius851000/hackertyper

    hackertyper: update to 2.1
    etu authored May 25, 2019
    Copy the full SHA
    52fde07 View commit details
Showing with 3 additions and 11 deletions.
  1. +3 −11 pkgs/tools/misc/hackertyper/default.nix
14 changes: 3 additions & 11 deletions pkgs/tools/misc/hackertyper/default.nix
Original file line number Diff line number Diff line change
@@ -2,26 +2,18 @@

stdenv.mkDerivation rec {
pname = "hackertyper";
version = "20190226";
version = "2.1";

src = fetchFromGitHub {
owner = "Hurricane996";
repo = "Hackertyper";
rev = "dc017270777f12086271bb5a1162d0f3613903c4";
sha256 = "0szkkkxspmfq1z2n4nldj2c9jn6jgiqik085rx1wkks0zgcdcgy1";
rev = "8d08e3200c65817bd8c5bd0baa5032919315853b";
sha256 = "0shri0srihw9fk027k61qkxr9ikwkn28aaamrhps6lg0vpbqpx2w";
};


makeFlags = [ "PREFIX=$(out)" ];
buildInputs = [ ncurses ];

preInstall = ''
mkdir -p $out/bin
mkdir -p $out/share/man/man1
'';



doInstallCheck = true;
installCheckPhase = ''
$out/bin/hackertyper -v