File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " sql-studio"
3- version = " 0.1.44 "
3+ version = " 0.1.45 "
44edition = " 2024"
55repository = " https://github.com/frectonz/sql-studio"
66description = " Single binary, single command SQL Database Explorer."
Original file line number Diff line number Diff line change @@ -84,13 +84,13 @@ More features available on the [releases page](https://github.com/frectonz/sql-s
8484### Install prebuilt binaries via shell script (MacOS and Linux)
8585
8686``` bash
87- curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.44 /sql-studio-installer.sh | sh
87+ curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/frectonz/sql-studio/releases/download/0.1.45 /sql-studio-installer.sh | sh
8888```
8989
9090### Install prebuilt binaries via powershell script
9191
9292``` powershell
93- powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.44 /sql-studio-installer.ps1 | iex"
93+ powershell -ExecutionPolicy Bypass -c "irm https://github.com/frectonz/sql-studio/releases/download/0.1.45 /sql-studio-installer.ps1 | iex"
9494```
9595
9696### Updating
Original file line number Diff line number Diff line change 7979 contents = [ bin ] ;
8080 } ;
8181
82- version = "0.1.44 " ;
82+ version = "0.1.45 " ;
8383 deploy = pkgs . writeShellScriptBin "deploy" ''
8484 ${ pkgs . skopeo } /bin/skopeo --insecure-policy copy docker-archive:${ docker } docker://docker.io/frectonz/sql-studio:${ version } --dest-creds="frectonz:$ACCESS_TOKEN"
8585 ${ pkgs . skopeo } /bin/skopeo --insecure-policy copy docker://docker.io/frectonz/sql-studio:${ version } docker://docker.io/frectonz/sql-studio:latest --dest-creds="frectonz:$ACCESS_TOKEN"
Original file line number Diff line number Diff line change 88} :
99let
1010 pname = "sql-studio" ;
11- version = "0.1.44 " ;
11+ version = "0.1.45 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "frectonz" ;
1515 repo = pname ;
1616 rev = version ;
17- hash = "sha256-ZWGV4DYf+85LIGVDc8hcWSEJsM6UisuCB2Wd2kiw/sk =" ;
17+ hash = "sha256-RVVCmlfembWI+MLxt+96V2Xmczkscuw79aNPWtYlGG8 =" ;
1818 } ;
1919
2020 ui = buildNpmPackage {
You can’t perform that action at this time.
0 commit comments