forked from mirrors/nixpkgs
Merge pull request #219789 from r-ryantm/auto-update/xd
xd: 0.4.2 -> 0.4.4
This commit is contained in:
commit
a4b4def175
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue