tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gxkb: 0.9.2 -> 0.9.3
R. Ryantm
4 years ago
860efc6d
842a0d94
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
gxkb
default.nix
+2
-2
pkgs/applications/misc/gxkb/default.nix
···
4
5
stdenv.mkDerivation rec {
6
pname = "gxkb";
7
-
version = "0.9.2";
8
9
src = fetchFromGitHub {
10
owner = "zen-tools";
11
repo = "gxkb";
12
rev = "v${version}";
13
-
sha256 = "sha256-KIlosBNfGSYCgtxBuSVeSfHaLsANdLgG/P5UtAL6Hms=";
14
};
15
16
nativeBuildInputs = [ pkg-config autoreconfHook ];
···
4
5
stdenv.mkDerivation rec {
6
pname = "gxkb";
7
+
version = "0.9.3";
8
9
src = fetchFromGitHub {
10
owner = "zen-tools";
11
repo = "gxkb";
12
rev = "v${version}";
13
+
sha256 = "sha256-9r1eZl7PgIt2ZpK+QQHaa460imIHT3Lh5mpzcFglyWc=";
14
};
15
16
nativeBuildInputs = [ pkg-config autoreconfHook ];