ttyplot: 1.6.2 -> 1.6.4
This commit is contained in:
parent
2f9350605a
commit
5f333c1d4a
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ttyplot";
|
pname = "ttyplot";
|
||||||
version = "1.6.2";
|
version = "1.6.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tenox7";
|
owner = "tenox7";
|
||||||
repo = "ttyplot";
|
repo = "ttyplot";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-HBJvTDhp1CA96gRU2Q+lMxcFaZ+txXcmNb8Cg1BFiH4=";
|
hash = "sha256-yxAFqi3TgiKiZYgR891ahkwUqZLk/JDsjujOYmBjUtk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user