Commit 78de5a4 1 parent eb4da79 commit 78de5a4 Copy full SHA for 78de5a4
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
required : false
18
18
type : string
19
19
version :
20
- default : ' v1.1.8 '
20
+ default : ' v1.1.9 '
21
21
required : false
22
22
type : string
23
23
pr-body :
Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ Replace strings if the line contains the definition of how to update itself.
10
10
In [ Nix] ( https://nixos.org/ ) [ Flake] ( https://nixos.wiki/wiki/Flakes ) , you can skip installation steps
11
11
12
12
``` console
13
- > nix run github:kachick/selfup/v1.1.8 -- --version
13
+ > nix run github:kachick/selfup/v1.1.9 -- --version
14
14
selfup dev (rev)
15
15
```
16
16
17
17
Prebuilt binaries are available for download from [ releases] ( https://github.com/kachick/selfup/releases )
18
18
19
19
``` console
20
20
> install_path=" $( mktemp -d) "
21
- > curl -L https://github.com/kachick/selfup/releases/download/v1.1.8 /selfup_Linux_x86_64.tar.gz | tar xvz -C " $install_path " selfup
21
+ > curl -L https://github.com/kachick/selfup/releases/download/v1.1.9 /selfup_Linux_x86_64.tar.gz | tar xvz -C " $install_path " selfup
22
22
> " ${install_path} /selfup" --version
23
23
selfup VERSION (REV)
24
24
```
25
25
26
26
You can also use [ gh] ( https://github.com/cli/cli ) command.
27
27
28
28
``` bash
29
- gh release download ' v1.1.8 ' --pattern ' selfup_Linux_x86_64.tar.gz' --repo kachick/selfup
29
+ gh release download ' v1.1.9 ' --pattern ' selfup_Linux_x86_64.tar.gz' --repo kachick/selfup
30
30
tar -xvzf ' selfup_Linux_x86_64.tar.gz'
31
31
```
32
32
Original file line number Diff line number Diff line change 44
44
system :
45
45
let
46
46
pkgs = nixpkgs . legacyPackages . ${ system } ;
47
- version = "v1.1.8 " ;
47
+ version = "v1.1.9 " ;
48
48
in
49
49
rec {
50
50
selfup = pkgs . buildGo123Module {
You can’t perform that action at this time.
0 commit comments