mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
watc: update package definition
Uhhh... Apparently I have this committed accidentally. Whoops!
This commit is contained in:
parent
43b1d540ee
commit
b5d18015fe
@ -50,5 +50,6 @@ let
|
||||
vpaint = libsForQt5.callPackage ./vpaint.nix { };
|
||||
wayback = libsForQt5.callPackage ./wayback.nix { };
|
||||
wzmach = libsForQt5.callPackage ./wzmach { };
|
||||
watc = callPackage ./watc { };
|
||||
};
|
||||
in lib.fix (lib.extends overrides packages)
|
||||
|
@ -7,10 +7,10 @@ buildGoModule rec {
|
||||
src = fetchhg {
|
||||
url = "https://humungus.tedunangst.com/r/watc";
|
||||
rev = "b0dc3d9fcecd";
|
||||
sha256 = "";
|
||||
sha256 = "sha256-0JK9bu53xZvlDILpivY7PGWu/39OUj5mGE7oYbKx8uw=";
|
||||
};
|
||||
|
||||
vendorSha256 = "";
|
||||
vendorSha256 = "sha256-O8RekYsjKF9OnBT3kXs0p5sJ67hc+VbT6qS3ra+AUkM=";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://humungus.tedunangst.com/r/watc";
|
||||
|
Loading…
Reference in New Issue
Block a user