forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ChangeLog: https://github.com/gotify/server/releases/tag/v2.0.22 ChangeLog: https://github.com/gotify/server/releases/tag/v2.0.23 ChangeLog: https://github.com/gotify/server/releases/tag/v2.1.0 While the update only contains a few small features and a few bugfixes, the change was rather messy for us unfortunately: * It seems as if `npmjs.org`-packages can't be transformed into `pkg___pkg-x.y.z` for Yarn's offline cache. The name `https___registry.npmjs.org_caniuse_lite___caniuse_lite_1.0.30001237.tgz` isn't the problem because when changing the URL "parser" of `yarn2nix` to transform this into `org_caniuse_lite___caniuse_lite_1.0.30001237` this doesn't help either. Instead, I derived the fix from `gitlab`[1] where `yarn.lock` gets patched to make sure that it detects the package in the offline-cache properly. * The frontend is now built with `react-scripts`. This is a problem for us because it tries to write into `node_modules/.cache` even though `node_modules` is a store-path in the context of `yarn2nix`[2]. The change isn't pretty, but solves the issue for us. [1] https://github.com/NixOS/nixpkgs/blob/f007b794c758000a275b00dd0695d2fb155195f0/pkgs/applications/version-management/gitlab/default.nix#L85-L86 [2] facebook/create-react-app#11263
- Loading branch information
Showing
6 changed files
with
3,530 additions
and
2,269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"1rb7gmkinp3nwdng3xw2nrim10iw374rwhzlviqgmz87djgajh3l" | ||
"0qqp05258s2ybzbxfklhya8zw9ha9crkxzwls2kfdhndlrdpgznl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"15y5migjf68fwv21ihkcj3r7mm4cgjbghvwvb9l7mhysnc8kdk8j" | ||
"sha256-ktmJ8rIBYL6/gwYG109sLqo16M0Xgre3wLBTuOTz3CY=" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"2.0.21" | ||
"2.1.0" |
Oops, something went wrong.