chafa: 1.12.4 -> 1.12.5
This commit is contained in:
parent
7a697fefe2
commit
e388da124b
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.12.4";
|
||||
version = "1.12.5";
|
||||
pname = "chafa";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hpjansson";
|
||||
repo = "chafa";
|
||||
rev = version;
|
||||
sha256 = "sha256-rW3QHf7T3mXWxTCcUPriu+iZohbwGNxWRmquXdSMPQk=";
|
||||
sha256 = "sha256-2li2Vp+W4Q2/8WY8FJ519BuVR9KzddIJ1j/GY/hLMZo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoconf
|
||||
|
|
Loading…
Reference in a new issue