mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #86533 from r-ryantm/auto-update/chafa
chafa: 1.4.0 -> 1.4.1
This commit is contained in:
commit
08fe9055da
@ -2,14 +2,14 @@
|
||||
|
||||
|
||||
stdenv.mkDerivation rec{
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
pname = "chafa";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hpjansson";
|
||||
repo = "chafa";
|
||||
rev = version;
|
||||
sha256 = "0vf658dd9sb2d3yh65c8nals9z0z7rykqqigmxq2h92x2ysjbg6x";
|
||||
sha256 = "13vv2xmfh0dr949bh75448lidvzwxks6f1mjawdg1q8qwzxhzry4";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user