Merge pull request #219789 from r-ryantm/auto-update/xd

xd: 0.4.2 -> 0.4.4
This commit is contained in:
Weijia Wang
2023-03-06 22:40:59 +02:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "XD";
version = "0.4.2";
version = "0.4.4";
src = fetchFromGitHub {
owner = "majestrate";
repo = "XD";
rev = "v${version}";
sha256 = "sha256-AavNiFZlpX6XZQLP1kl9igA833i0gxOTYGubo3MvpSU=";
sha256 = "sha256-YUstYGIED6ivt+p+aHIK76dLCj+xjytWnZrra49cCi8=";
};
vendorSha256 = "sha256-mJZRk3p+D3tCKIYggD5jVBXcKqJotEexljDzLKpn4/E=";
vendorHash = "sha256-wO+IICtGVHhrPa1JUwlx+PuNS32FJNKYmboLd3lFl4w=";
nativeCheckInputs = [ perl ];