mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
chafa: 1.4.0 -> 1.4.1
This commit is contained in:
parent
ebb63137ad
commit
f45ff2a7f0
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec{
|
stdenv.mkDerivation rec{
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
pname = "chafa";
|
pname = "chafa";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hpjansson";
|
owner = "hpjansson";
|
||||||
repo = "chafa";
|
repo = "chafa";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0vf658dd9sb2d3yh65c8nals9z0z7rykqqigmxq2h92x2ysjbg6x";
|
sha256 = "13vv2xmfh0dr949bh75448lidvzwxks6f1mjawdg1q8qwzxhzry4";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf
|
nativeBuildInputs = [ autoconf
|
||||||
|
|
Loading…
Reference in a new issue