Merge pull request #270300 from r-ryantm/auto-update/pgrok

pgrok: 1.4.0 -> 1.4.1
This commit is contained in:
Nick Cao 2023-11-27 09:40:57 -05:00 committed by GitHub
commit fb509d96c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -89224,7 +89224,7 @@ in
"pgrok-build-deps-../../tools/networking/pgrok/build-deps" = nodeEnv.buildNodePackage {
name = "pgrokd";
packageName = "pgrokd";
version = "1.4.0";
version = "1.4.1";
src = ../../tools/networking/pgrok/build-deps;
dependencies = [
sources."@aashutoshrathi/word-wrap-1.2.6"

View File

@ -5,7 +5,7 @@
"build": "tsc && vite build --outDir=dist --emptyOutDir",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"version": "1.4.0",
"version": "1.4.1",
"dependencies": {
"axios": "~1.4.0",
"react": "~18.2.0",

View File

@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "pgrok";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "pgrok";
repo = "pgrok";
rev = "v${version}";
hash = "sha256-2k3XLXmf1Xnx4HvS7sD/aq+78Z4I7uY4djV958n5TX4=";
hash = "sha256-P36rpFi5J+dF6FrVaPhqupG00h4kwr0qumt4ehL/7vU=";
};
vendorHash = "sha256-M0xVHRh9NKPxmUEmx1dDQUZc8aXcdAfHisQAnt72RdY=";
vendorHash = "sha256-X5FjzliIJdfJnNaUXBjv1uq5tyjMVjBbnLCBH/P0LFM=";
outputs = [ "out" "server" ];