gitjacker: 0.0.3 -> 0.1.0

This commit is contained in:
R. RyanTM 2021-03-30 12:01:35 +00:00
parent 04a2b269d8
commit dadaadc760

View File

@ -7,13 +7,13 @@
buildGoModule rec { buildGoModule rec {
pname = "gitjacker"; pname = "gitjacker";
version = "0.0.3"; version = "0.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "liamg"; owner = "liamg";
repo = "gitjacker"; repo = "gitjacker";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-cMjjVjHGTVT33bknAo2DVH/qPSeazVIIw3RpXGDxF5E="; sha256 = "sha256-rEn9FpcRfEt2yGepIPEAO9m8JeVb+nMhYMBWhC/barc=";
}; };
vendorSha256 = null; vendorSha256 = null;