wego: 2.2 -> 2.3

This commit is contained in:
R. Ryantm 2024-08-26 00:35:33 +00:00
parent 8da188f8e7
commit 871bef5417

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "wego";
version = "2.2";
version = "2.3";
src = fetchFromGitHub {
owner = "schachmat";
repo = pname;
rev = version;
sha256 = "sha256-bkbH3RewlYYNamAhAZGWQmzNdGB06K3m/D8ScsQP9ic=";
sha256 = "sha256-YGUll0Wi/oulNMXSrSFeAVe+aGpyFeyXRZTW4ngC3Zk=";
};
vendorHash = "sha256-aXrXw/7ZtSZXIKDMZuWPV2zAf0e0lU0QCBhua7tHGEY=";