soft-serve: 0.7.6 -> 0.8.0

This commit is contained in:
R. Ryantm
2024-12-10 03:04:09 +00:00
parent f602946645
commit 145fecbbe8
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "soft-serve";
version = "0.7.6";
version = "0.8.0";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "soft-serve";
rev = "v${version}";
hash = "sha256-Ga1RpBkEzuPTu0j+dGg2WX6E3y9hcUJTRPx6XPz4bfk=";
hash = "sha256-BXawviNMkb7y0svsOD+ItmnoWwVSDDdMpdjWNIDPCes=";
};
vendorHash = "sha256-eri/GAsJgsmT73orTawCMS6o/FYCBv33yVb1qA+/LqY=";
vendorHash = "sha256-sAnUDZt62cBJYxXxIQVGhXeBn/9gDw1bFgJ28fgYWag=";
doCheck = false;