soft-serve: 0.2.1 -> 10.2.2

https://github.com/charmbracelet/soft-serve/releases/tag/v0.2.2
This commit is contained in:
Mario Rodas 2022-02-19 00:59:00 +00:00
parent f589a52f92
commit d7c27ec280

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "soft-serve";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "soft-serve";
rev = "v${version}";
sha256 = "sha256-vminGN8GKw0qn+U9IQ+o6BT4mhOpoS/mpuroO50dEII=";
sha256 = "sha256-x4N1JRnx1vyb6VbQkpgguHsBssqJKmG0bSpmvEG38Qc=";
};
vendorSha256 = "sha256-m5xwxs6XvmPffDX9dkkEG0/LdlDDm6Eq9CC0tVdauVI=";