feedgnuplot: 1.49 -> 1.51 (#47574)

This commit is contained in:
Mitsuhiro Nakamura 2018-10-02 00:38:27 +09:00 committed by xeji
parent c4ff3664eb
commit 902c6a5d03

View file

@ -10,13 +10,13 @@ in
buildPerlPackage rec {
name = "feedgnuplot-${version}";
version = "1.49";
version = "1.51";
src = fetchFromGitHub {
owner = "dkogan";
repo = "feedgnuplot";
rev = "v${version}";
sha256 = "1bjnx36rsxlj845w9apvdjpza8vd9rbs3dlmgvky6yznrwa6sm02";
sha256 = "0npk2l032cnmibjj5zf3ii09mpxciqn32lx6g5bal91bkxwn7r5i";
};
outputs = [ "out" ];