xd: 0.4.2 -> 0.4.4

This commit is contained in:
R. Ryantm 2023-03-06 03:01:51 +00:00
parent cb351f064e
commit c9babe3fc1

View File

@ -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 ];