wishlist: 0.10.0 -> 0.11.0

This commit is contained in:
R. Ryantm 2023-05-05 05:39:12 +00:00
parent ae55ff1d1b
commit 799e37bd16

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "wishlist"; pname = "wishlist";
version = "0.10.0"; version = "0.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "charmbracelet"; owner = "charmbracelet";
repo = "wishlist"; repo = "wishlist";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-rC/MS4YNzeqrXExfNGsPLHWvqOxypoeELzwoy+57HXo="; sha256 = "sha256-O2ciXaWH2QSoqDTnDxmqwgK/BM5WHye8JHfw9+zZxZ4=";
}; };
vendorHash = "sha256-ZWgqp8UlpBHDYORSnWDuwB7DQQFUG4FAF/kUpR9LA6w="; vendorHash = "sha256-wZugmCP3IouZ9pw3NEAZcoqdABMGTVi/IcithQjVFW4=";
doCheck = false; doCheck = false;