mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #66806 from r-ryantm/auto-update/chafa
chafa: 1.0.1 -> 1.2.1
This commit is contained in:
commit
c4acd0b79c
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
|
||||
stdenv.mkDerivation rec{
|
||||
version = "1.0.1";
|
||||
version = "1.2.1";
|
||||
pname = "chafa";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hpjansson";
|
||||
repo = "chafa";
|
||||
rev = version;
|
||||
sha256 = "1i1cnzmb12pxldc7y4q1xdmybv9xkhzrjyhdvmk3qsn02p859q04";
|
||||
sha256 = "19dck47v4hd07q9742mgb928h7y1y9638qlh2rzsvqsfqvqmxh85";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf
|
||||
|
|
Loading…
Reference in a new issue