3
0
Fork 0
forked from mirrors/nixpkgs

wishlist: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2023-03-30 01:47:51 +00:00
parent 160d82edc1
commit f34264640d

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "wishlist";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "wishlist";
rev = "v${version}";
sha256 = "sha256-ZffVc/nLWaiUhg0DcLfDTiGVuK0MCSOpBd2gVG2rT0c=";
sha256 = "sha256-rC/MS4YNzeqrXExfNGsPLHWvqOxypoeELzwoy+57HXo=";
};
vendorHash = "sha256-FUTyTdGqdzuObpYW1ZSnhj24+MJiYG1NmSU4BZ6SlHM=";
vendorHash = "sha256-ZWgqp8UlpBHDYORSnWDuwB7DQQFUG4FAF/kUpR9LA6w=";
doCheck = false;