wander: 1.0.2 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-02-18 06:38:58 +00:00
parent 714b778abc
commit cf9b9554e6

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "wander";
version = "1.0.2";
version = "1.1.0";
src = fetchFromGitHub {
owner = "robinovitch61";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7/5NcrS5VR3APhv5LEpd4U0+E4PwM9cU9bb1q6UDfoI=";
sha256 = "sha256-1+bKdIAWdg/+5FBDbtvjDV0xpZ5jot3y6F+KuLO9WVk=";
};
vendorHash = "sha256-0S8tzP5yNUrH6fp+v7nbUPTMWzYXyGw+ZNcXkSN+tWY=";