soft-serve: 0.4.0 -> 0.4.1

authored by R. Ryantm and committed by Bobby Rong 2bb77684 977a0c94

+3 -3
+3 -3
pkgs/servers/soft-serve/default.nix
··· 2 3 buildGoModule rec { 4 pname = "soft-serve"; 5 - version = "0.4.0"; 6 7 src = fetchFromGitHub { 8 owner = "charmbracelet"; 9 repo = "soft-serve"; 10 rev = "v${version}"; 11 - sha256 = "sha256-X9Dym2AV2By7huPI1Ns0UWue3qRZcauroIv/UAePf/U="; 12 }; 13 14 - vendorSha256 = "sha256-FCTJJ5T2UCtpctd+ubL7ey24xtbdiw7Q2kRBdAVPtCI="; 15 16 doCheck = false; 17
··· 2 3 buildGoModule rec { 4 pname = "soft-serve"; 5 + version = "0.4.1"; 6 7 src = fetchFromGitHub { 8 owner = "charmbracelet"; 9 repo = "soft-serve"; 10 rev = "v${version}"; 11 + sha256 = "sha256-xlfAmAU9u4pI3q8EZm4c7BF/lPAHMjLYa/57VWq067M="; 12 }; 13 14 + vendorSha256 = "sha256-XSAMKR5WPG/6ix5T0e9jtHJXQ6HNkh7li+BDFyIhATQ="; 15 16 doCheck = false; 17