We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 214b815 + 2f84e28 commit 0048951Copy full SHA for 0048951
pkgs/servers/soft-serve/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "soft-serve";
5
- version = "0.7.4";
+ version = "0.7.6";
6
7
src = fetchFromGitHub {
8
owner = "charmbracelet";
9
repo = "soft-serve";
10
rev = "v${version}";
11
- hash = "sha256-sPsyZpmk0DJoM2Qn+hvv/FZZkogyi1fa7eEW68Vwf+g=";
+ hash = "sha256-Ga1RpBkEzuPTu0j+dGg2WX6E3y9hcUJTRPx6XPz4bfk=";
12
};
13
14
- vendorHash = "sha256-1Fy/DwCnWg8VNonRSAnm4M9EHwMUBhBxcWBoMqHPuHQ=";
+ vendorHash = "sha256-eri/GAsJgsmT73orTawCMS6o/FYCBv33yVb1qA+/LqY=";
15
16
doCheck = false;
17
0 commit comments