Skip to content

Commit

Permalink
dyff: update vendorSha256
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Jan 30, 2022
1 parent cf67206 commit 315f232
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/tools/dyff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-0/pn+Ld7o4gBnddA+uMzBhrFnov1XoqpRGkTT/vNH3Y=";
};

vendorSha256 = "sha256-9FkRazgZlzwvimsbqWCYJLxwRRlHa0i/jPPuf+AGSOA=";
vendorSha256 = "sha256-ITg+qEdk4/mWytzBbybYEc2Tw4ibvGUOB/FMu475dSk=";

subPackages = [
"cmd/dyff"
Expand Down
4 changes: 3 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25117,7 +25117,9 @@ with pkgs;
inherit (gnome2) libgnomeui;
};

dyff = callPackage ../development/tools/dyff {};
dyff = callPackage ../development/tools/dyff {
buildGoModule = buildGo117Module;
};

dwl = callPackage ../applications/window-managers/dwl {
wlroots = wlroots_0_14;
Expand Down

0 comments on commit 315f232

Please sign in to comment.