Merge pull request #115638 from r-ryantm/auto-update/tab
tab: 7.2 -> 8.0
This commit is contained in:
commit
ddb1c81c07
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user