tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
swaycwd: 0.1.0 -> 0.2.1
authored by
cab
and committed by
ehmry
3 years ago
4af048fb
ee85c13d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
wayland
swaycwd
default.nix
+3
-3
pkgs/tools/wayland/swaycwd/default.nix
···
1
1
{ lib
2
2
, nimPackages
3
3
, fetchFromGitLab
4
4
-
, enableShells ? [ "bash" "zsh" "fish" "sh" "posh" ]
4
4
+
, enableShells ? [ "bash" "zsh" "fish" "sh" "posh" "codium" ]
5
5
}:
6
6
nimPackages.buildNimPackage rec{
7
7
pname = "swaycwd";
8
8
-
version = "0.1.0";
8
8
+
version = "0.2.1";
9
9
10
10
src = fetchFromGitLab {
11
11
owner = "cab404";
12
12
repo = pname;
13
13
rev = "v${version}";
14
14
-
hash = "sha256-VrG3H6oTeYsfncdD0IBp3zbmkoF5YF146LRxL064ZAE=";
14
14
+
hash = "sha256-R/LnojbA0vBQVivGLaoM0+M4qVJ7vjf4kggB59i896w=";
15
15
};
16
16
17
17
preConfigure = ''