Merge pull request #110719 from marsam/update-lab

gitAndTools.lab: 0.18.0 -> 0.19.0
This commit is contained in:
Sandro 2021-01-25 02:11:47 +01:00 committed by GitHub
commit b8217bb14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [ "." ];