Skip to content

Commit

Permalink
Temporary pin on tmux master HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
romanofski committed Nov 22, 2019
1 parent c5f4054 commit 7153437
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .nix/tasty-tmux.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{ mkDerivation, base, bytestring, mtl, regex-posix, stdenv, tasty
, tasty-hunit, text, typed-process
{ mkDerivation, base, bytestring, fetchgit, mtl, regex-posix
, stdenv, tasty, tasty-hunit, text, typed-process
}:
mkDerivation {
pname = "tasty-tmux";
version = "0.1.0.1";
sha256 = "029a4992bdf9c6c2af1563ee28c2897063378739fbd7c8bc6139d685660c5d1e";
version = "0.1.0.0";
src = fetchgit {
url = "https://github.com/purebred-mua/tasty-tmux.git";
sha256 = "1cz4409apka2nvid3591ygpy7dri2lq1c1bsk14vks7q5yb9ly22";
rev = "e4f257ee8bba901a5baafb1152784ecfcbf30fb2";
fetchSubmodules = true;
};
libraryHaskellDepends = [
base bytestring mtl regex-posix tasty tasty-hunit text
typed-process
Expand Down

0 comments on commit 7153437

Please sign in to comment.