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

https://github.com/zaquestion/lab/releases/tag/v0.15.3

authored by Will Dietz and committed by Wael Nasreddine 31600452 078de9ce

+2 -2
+2 -2
pkgs/applications/version-management/git-and-tools/lab/default.nix
··· 2 3 buildGoModule rec { 4 pname = "lab"; 5 - version = "0.15.2"; 6 7 src = fetchFromGitHub { 8 owner = "zaquestion"; 9 repo = "lab"; 10 rev = "v${version}"; 11 - sha256 = "1210cf6ss4ivm2jxq3k3c34vpra02pl91fpmvqbvw5sm53j7xfaf"; 12 }; 13 14 subPackages = [ "." ];
··· 2 3 buildGoModule rec { 4 pname = "lab"; 5 + version = "0.15.3"; 6 7 src = fetchFromGitHub { 8 owner = "zaquestion"; 9 repo = "lab"; 10 rev = "v${version}"; 11 + sha256 = "00c0ljyvcqrzzcsdb3r37lxd4z2wvwp80ggs8jvp7y32p1b61bsg"; 12 }; 13 14 subPackages = [ "." ];