mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
tab: 8.0 -> 9.0
This commit is contained in:
parent
43ce9e2a30
commit
21656462ce
@ -1,14 +1,14 @@
|
||||
{ lib, stdenv, fetchFromBitbucket, python3 }:
|
||||
{ lib, stdenv, fetchFromGitHub, python3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "8.0";
|
||||
version = "9.0";
|
||||
pname = "tab";
|
||||
|
||||
src = fetchFromBitbucket {
|
||||
owner = "tkatchev";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ivan-tkatchev";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-RcDvghTiqIdH79khwDIo8PhvmcObmix8WBrHToLwcw4=";
|
||||
sha256 = "sha256-2keVGPRYV2KCeJ+LgAcl74cjW5wvp6Rmy7VNMtdliBE=";
|
||||
};
|
||||
|
||||
checkInputs = [ python3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user