watc: update package definition

Uhhh... Apparently I have this committed accidentally. Whoops!
This commit is contained in:
Gabriel Arazas 2022-06-26 08:41:30 +08:00
parent 43b1d540ee
commit b5d18015fe
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

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