Skip to content

Commit 8311016

Browse files
mastodon: 4.4.7 -> 4.4.8 (#454508)
2 parents 656d725 + 3cd7f07 commit 8311016

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.4.7";
8+
version = "4.4.8";
99
in
1010
applyPatches {
1111
src = fetchFromGitHub {
1212
owner = "mastodon";
1313
repo = "mastodon";
1414
rev = "v${version}";
15-
hash = "sha256-jm8qqgYEQMDB/5p/iQecFAGIIazPuv4ruoVgy9YSlVU=";
15+
hash = "sha256-EE0A9EH+8ND9Whig2dhM27EONjJfdVtd9g+Mo0/2iHo=";
1616
passthru = {
1717
inherit version;
1818
yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0=";

pkgs/servers/mastodon/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ echo "" >> gemset.nix # Create trailing newline to please EditorConfig checks
113113

114114
echo "Updating yarnHash"
115115
yarn-berry-fetcher missing-hashes "$SOURCE_DIR/yarn.lock" > missing-hashes.json
116-
YARN_HASH="$(yarn-berry-fetcher prefetch "$SOURCE_DIR/yarn.lock" 2>/dev/null)"
116+
YARN_HASH="$(yarn-berry-fetcher prefetch "$SOURCE_DIR/yarn.lock" ./missing-hashes.json 2>/dev/null)"
117117
sed -i "s;sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=;$YARN_HASH;g" source.nix
118118

0 commit comments

Comments
 (0)