chafa: 1.4.1 -> 1.6.0
This commit is contained in:
parent
e7e25cb5e3
commit
7a1eaaca36
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.4.1";
|
version = "1.6.0";
|
||||||
pname = "chafa";
|
pname = "chafa";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hpjansson";
|
owner = "hpjansson";
|
||||||
repo = "chafa";
|
repo = "chafa";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "13vv2xmfh0dr949bh75448lidvzwxks6f1mjawdg1q8qwzxhzry4";
|
sha256 = "sha256-GaXVMM23U3M+qNJrWYR+DLiCmILcuX5EIkQqzwN/l1Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf
|
nativeBuildInputs = [ autoconf
|
||||||
|
|
Loading…
Reference in a new issue