xd: 0.4.0 -> 0.4.2

This commit is contained in:
R. Ryantm 2022-01-11 02:11:18 +00:00
parent 1278e9de0b
commit 4c29d01a8f

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "XD"; pname = "XD";
version = "0.4.0"; version = "0.4.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "majestrate"; owner = "majestrate";
repo = "XD"; repo = "XD";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-fXENoqhR04TYS/kAJUqsqa0+j+KyzdsMlXIZ2GMPMhc="; sha256 = "sha256-AavNiFZlpX6XZQLP1kl9igA833i0gxOTYGubo3MvpSU=";
}; };
vendorSha256 = "1wg3cym2rwrhjsqlgd38l8mdq5alccz808465117n3vyga9m35lq"; vendorSha256 = "sha256-mJZRk3p+D3tCKIYggD5jVBXcKqJotEexljDzLKpn4/E=";
checkInputs = [ perl ]; checkInputs = [ perl ];