Merge pull request #247654 from r-ryantm/auto-update/soft-serve

soft-serve: 0.5.4 -> 0.5.5
This commit is contained in:
Nick Cao 2023-08-07 02:47:43 -06:00 committed by GitHub
commit 7695ad9bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "soft-serve";
version = "0.5.4";
version = "0.5.5";
src = fetchFromGitHub {
owner = "charmbracelet";
repo = "soft-serve";
rev = "v${version}";
sha256 = "sha256-pVUkmia6W5CVYLjrE6Ie2OVme3y2pmhMMxCYS5qyhgs=";
sha256 = "sha256-+jtB6OuoMSF3w5TfW2Q+LaP+8VKC1EpWU4mWZbBDNDM=";
};
vendorHash = "sha256-wf2Dfo4uWHg/h2+EfEW5oGUgqf1kAgiTq7ivczI1w+c=";