Skip to content

Commit

Permalink
xd: 0.4.4 -> 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 29, 2024
1 parent 8cf34f7 commit 0c0aecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/p2p/xd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "XD";
version = "0.4.4";
version = "0.4.5";

src = fetchFromGitHub {
owner = "majestrate";
repo = "XD";
rev = "v${version}";
sha256 = "sha256-YUstYGIED6ivt+p+aHIK76dLCj+xjytWnZrra49cCi8=";
sha256 = "sha256-u8cUcxNW2jAWxVn1hDHS2cpIpcyv4lwx1zytlzPPdv4=";
};

vendorHash = "sha256-wO+IICtGVHhrPa1JUwlx+PuNS32FJNKYmboLd3lFl4w=";
vendorHash = "sha256-ZD7PZJcY7qWHEQOk5I9IlMup0vbYYaRvVau5Go7ocno=";

nativeCheckInputs = [ perl ];

Expand Down

0 comments on commit 0c0aecd

Please sign in to comment.