chafa: 1.14.1 -> 1.14.2
This commit is contained in:
parent
1dc7177062
commit
a2e231bc7c
@ -4,14 +4,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.14.1";
|
version = "1.14.2";
|
||||||
pname = "chafa";
|
pname = "chafa";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hpjansson";
|
owner = "hpjansson";
|
||||||
repo = "chafa";
|
repo = "chafa";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-25GVRZGrYcQ+uo+S45HvX4jrdHKnYuSkXHQUr9NHdyY=";
|
sha256 = "sha256-BK2QTlcns+e3LL3NgcVYk4an+j/x0btpKAuBZ+QIN+Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf
|
nativeBuildInputs = [ autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user