Merge pull request #176439 from penguwin/soft-serve

soft-serve: 0.3.0 -> 0.3.1

authored by Bobby Rong and committed by GitHub ef75dae0 6214c801

+4 -3
+4 -3
pkgs/servers/soft-serve/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "soft-serve"; 5 - version = "0.3.0"; 5 + version = "0.3.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "charmbracelet"; 9 9 repo = "soft-serve"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-FtWlE2CmUx9ric4yFItj7lc57259/BVINyUhSuBNapo="; 11 + sha256 = "sha256-uzjcLLWo+67ayaSjAvk2ktBO3s1z0jDyGRj+Q9F6UVQ="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-MwbtrtfvQ1HimLjUCmk8Twr4tpfP4eFBUlDP15IZKto="; 14 + vendorSha256 = "sha256-AQwd4N4uYEDCsrlxrrGiXAqLcsSA/2MBydHEnH1j+Do="; 15 15 16 16 doCheck = false; 17 17 ··· 27 27 meta = with lib; { 28 28 description = "A tasty, self-hosted Git server for the command line"; 29 29 homepage = "https://github.com/charmbracelet/soft-serve"; 30 + changelog = "https://github.com/charmbracelet/soft-serve/releases/tag/v${version}"; 30 31 mainProgram = "soft"; 31 32 license = licenses.mit; 32 33 maintainers = with maintainers; [ penguwin ];