tab: 7.2 -> 8.0

This commit is contained in:
R. RyanTM 2021-03-09 22:55:17 +00:00
parent 29b0d4d0b6
commit 9a52406aa9

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromBitbucket, python3 }: { lib, stdenv, fetchFromBitbucket, python3 }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "7.2"; version = "8.0";
pname = "tab"; pname = "tab";
src = fetchFromBitbucket { src = fetchFromBitbucket {
owner = "tkatchev"; owner = "tkatchev";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1bm15lw0vp901dj2vsqx6yixmn7ls3brrzh1w6zgd1ksjzlm5aax"; sha256 = "sha256-RcDvghTiqIdH79khwDIo8PhvmcObmix8WBrHToLwcw4=";
}; };
checkInputs = [ python3 ]; checkInputs = [ python3 ];