tab: 7.2 -> 8.0

+2 -2
+2 -2
pkgs/tools/text/tab/default.nix
··· 1 { lib, stdenv, fetchFromBitbucket, python3 }: 2 3 stdenv.mkDerivation rec { 4 - version = "7.2"; 5 pname = "tab"; 6 7 src = fetchFromBitbucket { 8 owner = "tkatchev"; 9 repo = pname; 10 rev = version; 11 - sha256 = "1bm15lw0vp901dj2vsqx6yixmn7ls3brrzh1w6zgd1ksjzlm5aax"; 12 }; 13 14 checkInputs = [ python3 ];
··· 1 { lib, stdenv, fetchFromBitbucket, python3 }: 2 3 stdenv.mkDerivation rec { 4 + version = "8.0"; 5 pname = "tab"; 6 7 src = fetchFromBitbucket { 8 owner = "tkatchev"; 9 repo = pname; 10 rev = version; 11 + sha256 = "sha256-RcDvghTiqIdH79khwDIo8PhvmcObmix8WBrHToLwcw4="; 12 }; 13 14 checkInputs = [ python3 ];