wego: 2.3 -> 2.4

This commit is contained in:
R. Ryantm
2026-04-12 02:40:38 +00:00
parent f5c6b4fe94
commit 4c498dfcb6
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "wego";
version = "2.3";
version = "2.4";
src = fetchFromGitHub {
owner = "schachmat";
repo = "wego";
rev = finalAttrs.version;
sha256 = "sha256-YGUll0Wi/oulNMXSrSFeAVe+aGpyFeyXRZTW4ngC3Zk=";
sha256 = "sha256-RKVVOgM6eEWTHYb++AVTTjPLm/4R9SHFly4boRw9Ktw=";
};
vendorHash = "sha256-aXrXw/7ZtSZXIKDMZuWPV2zAf0e0lU0QCBhua7tHGEY=";
vendorHash = "sha256-PSl0bGzyG9XBZPi8+YzLNq3JEm7QtmfX0272xOgtbek=";
meta = {
homepage = "https://github.com/schachmat/wego";