Skip to content

Commit b5bd254

Browse files
committed
Update to version 4.116.7
Upstream changes for version 4.116.5, 4.116.6 and 4.116.7: * Content: Re-enable Witchy Familiars Pet Quest Bundle * Chore: Bailey announcement re the above * Fix: Correct description string for always-available Magic Hatching Potions to remove empty end date info * Fix: CSS adjustments to better fit avatar elements to 3-pixel grid Signed-off-by: aszlig <[email protected]>
1 parent 9aa3bad commit b5bd254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/shabitica/source.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ stdenv.mkDerivation rec {
66
name = "shabitica-source-${version}";
77
# NOTE: If appropriate, run update-deps.py after changing this!
88
# Also, don't forget to run ./find-canaries.py after rebasing patches.
9-
version = "4.116.4";
9+
version = "4.116.7";
1010

1111
src = fetchFromGitHub {
1212
name = "habitica-source-${version}";
1313
owner = "HabitRPG";
1414
repo = "habitica";
1515
rev = "v${version}";
16-
sha256 = "0wdjj53v3m7p5pxmhh7wzwmg42byf8n65ah6i7v4x01h9q4ybrcv";
16+
sha256 = "1n5r08y67hh11l2mfmablfm6ygddbvgzsys473gxl9h4p01dnq13";
1717
};
1818

1919
phases = [ "unpackPhase" "patchPhase" "checkPhase" "installPhase" ];

0 commit comments

Comments
 (0)