File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ jobs:
110110 nix-update --commit --flake gemini-cli-bin
111111 nix-update --commit --flake filen-rclone-unwrapped
112112 nix-update --commit --flake lima
113+ nix-update --commit --flake git-wt
113114
114115 - name : Count added commits
115116 id : count-commits
Original file line number Diff line number Diff line change 6868 } ;
6969 }
7070 ) ;
71+
72+ git-wt = prev . unstable . git-wt . overrideAttrs (
73+ finalAttrs : previousAttrs : {
74+ # 0.15.0 or later is required to enable https://github.com/k1LoW/git-wt/pull/81
75+ version = "0.15.0" ;
76+
77+ src = prev . fetchFromGitHub {
78+ owner = "k1LoW" ;
79+ repo = "git-wt" ;
80+ tag = "v${ finalAttrs . version } " ;
81+ hash = "sha256-A8vkwa8+RfupP9UaUuSVjkt5HtWvqR5VmSsVg2KpeMo=" ;
82+ } ;
83+
84+ vendorHash = "sha256-K5geAvG+mvnKeixOyZt0C1T5ojSBFmx2K/Msol0HsSg=" ;
85+ }
86+ ) ;
7187 } ;
7288 } )
7389]
You can’t perform that action at this time.
0 commit comments