File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 patches ? [ ] ,
66} :
77let
8- version = "4.4.7 " ;
8+ version = "4.4.8 " ;
99in
1010applyPatches {
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=" ;
Original file line number Diff line number Diff line change @@ -113,6 +113,6 @@ echo "" >> gemset.nix # Create trailing newline to please EditorConfig checks
113113
114114echo " Updating yarnHash"
115115yarn-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) "
117117sed -i " s;sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=;$YARN_HASH ;g" source.nix
118118
You can’t perform that action at this time.
0 commit comments