gxkb: 0.9.0 -> 0.9.1
This commit is contained in:
parent
6af7bcbd93
commit
ede6c0961e
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gxkb";
|
pname = "gxkb";
|
||||||
version = "0.9.0";
|
version = "0.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zen-tools";
|
owner = "zen-tools";
|
||||||
repo = "gxkb";
|
repo = "gxkb";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1fmppvpfz8rip71agsc464fdz423qw0xy8i3pcic14cy5gcwh069";
|
sha256 = "sha256-pRVzhNoTMtiwqaxCGVImbvdRmLbZ2bst1IdMA2IKpYc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
nativeBuildInputs = [ pkg-config autoreconfHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user