1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

gitAndTools.lab: 0.15.2 -> 0.15.3 (#58091)

https://github.com/zaquestion/lab/releases/tag/v0.15.3
This commit is contained in:
Will Dietz 2019-03-21 20:13:33 -05:00 committed by Wael Nasreddine
parent 078de9ce49
commit 31600452bc

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "lab";
version = "0.15.2";
version = "0.15.3";
src = fetchFromGitHub {
owner = "zaquestion";
repo = "lab";
rev = "v${version}";
sha256 = "1210cf6ss4ivm2jxq3k3c34vpra02pl91fpmvqbvw5sm53j7xfaf";
sha256 = "00c0ljyvcqrzzcsdb3r37lxd4z2wvwp80ggs8jvp7y32p1b61bsg";
};
subPackages = [ "." ];