tio: 2.3 -> 2.4
This commit is contained in:
parent
7ea3d4395d
commit
f00826a797
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tio";
|
||||
version = "2.3";
|
||||
version = "2.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tio";
|
||||
repo = "tio";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-BjA9Zl6JcgDxTj4KPiWItSq9XuX9FJkpZnhdMBGZQpQ=";
|
||||
hash = "sha256-cRwjg0+p+1u+tdG+skqGWzxwM375P4aUsF4JVGgCXOI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ meson ninja pkg-config inih bash-completion ];
|
||||
|
|
Loading…
Reference in a new issue