Skip to content

Commit 0048951

Browse files
authored
Merge pull request #331386 from wahjava/update/soft-serve
soft-serve: 0.7.4 -> 0.7.6
2 parents 214b815 + 2f84e28 commit 0048951

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/soft-serve/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "soft-serve";
5-
version = "0.7.4";
5+
version = "0.7.6";
66

77
src = fetchFromGitHub {
88
owner = "charmbracelet";
99
repo = "soft-serve";
1010
rev = "v${version}";
11-
hash = "sha256-sPsyZpmk0DJoM2Qn+hvv/FZZkogyi1fa7eEW68Vwf+g=";
11+
hash = "sha256-Ga1RpBkEzuPTu0j+dGg2WX6E3y9hcUJTRPx6XPz4bfk=";
1212
};
1313

14-
vendorHash = "sha256-1Fy/DwCnWg8VNonRSAnm4M9EHwMUBhBxcWBoMqHPuHQ=";
14+
vendorHash = "sha256-eri/GAsJgsmT73orTawCMS6o/FYCBv33yVb1qA+/LqY=";
1515

1616
doCheck = false;
1717

0 commit comments

Comments
 (0)