Skip to content

Commit aa1f784

Browse files
authored
Merge pull request #255864 from devusb/pomerium
pomerium: 0.22.2 -> 0.23.0
2 parents 7209fa9 + 1547629 commit aa1f784

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

pkgs/servers/http/pomerium/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ let
1414
in
1515
buildGoModule rec {
1616
pname = "pomerium";
17-
version = "0.22.2";
17+
version = "0.23.0";
1818
src = fetchFromGitHub {
1919
owner = "pomerium";
2020
repo = "pomerium";
2121
rev = "v${version}";
22-
sha256 = "sha256-EcAzj2VLbBPu5afKZcf2fGBbw2kTOYGgSemD70msrqw=";
22+
hash = "sha256-3q/dizGTuwg0GsyBklx9jPIfarDhAxIzXz7x8zFK0Ic=";
2323
};
2424

25-
vendorHash = "sha256-xe8as7OY1+tTSqgpwk2Q1jcBnn89latJpMyx4KG7zg8=";
25+
vendorHash = "sha256-fJg1fcnLQII5sybuamZBE5CHSOEg+zlee4Pvzt8yyA0=";
2626

2727
ui = mkYarnPackage {
2828
inherit version;

pkgs/servers/http/pomerium/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"dependencies": {
2525
"@babel/core": "^7.0.0",
2626
"@emotion/react": "^11.7.1",
27-
"@emotion/styled": "^11.6.0",
27+
"@emotion/styled": "^11.11.0",
2828
"@fontsource/dm-mono": "^4.5.2",
29-
"@fontsource/dm-sans": "^4.5.1",
29+
"@fontsource/dm-sans": "^5.0.3",
3030
"@mui/icons-material": "^5.3.1",
3131
"@mui/material": "^5.4.0",
3232
"luxon": "^2.5.2",
33-
"markdown-to-jsx": "^7.1.7",
33+
"markdown-to-jsx": "^7.2.1",
3434
"react": "^17.0.2",
3535
"react-dom": "^17.0.2",
36-
"react-feather": "^2.0.9"
36+
"react-feather": "^2.0.10"
3737
},
3838
"devDependencies": {
3939
"@trivago/prettier-plugin-sort-imports": "2.0.4",
@@ -42,14 +42,14 @@
4242
"@types/react": "^17.0.34",
4343
"@types/react-dom": "^17.0.11",
4444
"@typescript-eslint/eslint-plugin": "^5.10.2",
45-
"@typescript-eslint/parser": "^5.10.2",
45+
"@typescript-eslint/parser": "^5.59.11",
4646
"esbuild": "^0.13.12",
4747
"eslint": "7.32.0",
4848
"eslint-config-prettier": "^8.3.0",
4949
"eslint-plugin-react": "^7.28.0",
5050
"prettier": "^2.4.1",
5151
"ts-node": "^10.4.0",
52-
"typescript": "^4.4.4"
52+
"typescript": "^5.1.3"
5353
},
5454
"prettier": {
5555
"importOrder": [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
085nghha82q30b3vgzs76xsa85kbxqk7mjrknxxc5z7awrjhdmkb
1+
0l9byvq09wjz66020nnzanfg2fhhg7bsvpi9rmip0zymgc1dc2z8

0 commit comments

Comments
 (0)