gitAndTools.lab: 0.18.0 -> 0.19.0

https://github.com/zaquestion/lab/releases/tag/v0.19.0
This commit is contained in:
Mario Rodas 2021-01-24 04:20:00 +00:00
parent a7a61998e9
commit f90209acd1

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lab";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "zaquestion";
repo = "lab";
rev = "v${version}";
sha256 = "1vl5ylix4h6z1vrdslv9qphgb6yqpqd4r54jzk5kd6zgrnf9c2zc";
sha256 = "1l6xsikd1113qd4y0mvjsl64gbi4327m9v4d593f27fxink39j8s";
};
subPackages = [ "." ];