File tree 2 files changed +4
-4
lines changed
pkgs/applications/window-managers/i3
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
50
50
sed -i 's/which/command -v/' $program
51
51
done
52
52
53
- install -vD -t $out/share/man/man1 man/*.1
53
+ install -vD -t $out/share/man/man1 man/*.{1,man}
54
54
'' ;
55
55
56
56
separateDebugInfo = true ;
Original file line number Diff line number Diff line change 3
3
i3 . overrideDerivation ( super : rec {
4
4
5
5
name = "i3-gaps-${ version } " ;
6
- version = "4.13 " ;
7
- releaseDate = "2016-11-08 " ;
6
+ version = "4.14 " ;
7
+ releaseDate = "2017-09-04 " ;
8
8
9
9
src = fetchurl {
10
10
url = "https://github.com/Airblader/i3/archive/${ version } .tar.gz" ;
11
- sha256 = "0w959nx2crn00fckqwb5y78vcr1j9mvq5lh25wyjszx04pjhf378 " ;
11
+ sha256 = "08y2m0afcm8mbzb92qz286fd1hnqfya2pvhpxbgv83sgjcsg6hlr " ;
12
12
} ;
13
13
14
14
nativeBuildInputs = super . nativeBuildInputs ++ [ autoreconfHook ] ;
You can’t perform that action at this time.
0 commit comments