Skip to content

Commit 1847b7c

Browse files
authored
mastodon: 4.5.2 -> 4.5.3 (NixOS#469106)
2 parents 6cfdb89 + fc9e8e6 commit 1847b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/mastodon/source.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
patches ? [ ],
66
}:
77
let
8-
version = "4.5.2";
8+
version = "4.5.3";
99
in
1010
applyPatches {
1111
src = fetchFromGitHub {
1212
owner = "mastodon";
1313
repo = "mastodon";
1414
rev = "v${version}";
15-
hash = "sha256-LePly+CcM+Dv6ipX9jIWWKhy2PiF1j8vgc9CXn2o+DQ=";
15+
hash = "sha256-OOcy4eBGao2cVnRYhAogeSw0X234TEr50tFT2sSjmaQ=";
1616
passthru = {
1717
inherit version;
1818
yarnHash = "sha256-2MOl6kHidkGU2I/cZaUmbQCiEl9SDfL/j9fT/6eNdFA=";

0 commit comments

Comments
 (0)