soft-serve: 0.11.0 -> 0.11.1

Changes: https://github.com/charmbracelet/soft-serve/releases/tag/v0.11.1
This commit is contained in:
Ashish SHUKLA
2025-11-11 20:35:37 +00:00
parent b6a8526db0
commit e23b7b3e2b
+6 -3
View File
@@ -8,15 +8,18 @@
bash,
}:
buildGoModule rec {
let
version = "0.11.1";
in
buildGoModule {
pname = "soft-serve";
version = "0.11.0";
inherit version;
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "soft-serve";
rev = "v${version}";
hash = "sha256-qwUPRIOUFCsTuwRxFXSbGd3vwIwb8mEPlCX0em8OBBU=";
hash = "sha256-rWLjir4BqeLgwTGpumIoZ+No3bJyqeyrrNJ8da1Ivhg=";
};
vendorHash = "sha256-DBgVcbt2kejtEJSajJh6vS4feT3Lwm+KqUOks55iWIc=";