gxkb: 0.9.1 -> 0.9.2

This commit is contained in:
R. RyanTM 2021-05-05 03:58:36 +00:00 committed by Jan Tojnar
parent 2fa19503b9
commit 2172439ffa

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "gxkb";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "zen-tools";
repo = "gxkb";
rev = "v${version}";
sha256 = "sha256-pRVzhNoTMtiwqaxCGVImbvdRmLbZ2bst1IdMA2IKpYc=";
sha256 = "sha256-KIlosBNfGSYCgtxBuSVeSfHaLsANdLgG/P5UtAL6Hms=";
};
nativeBuildInputs = [ pkg-config autoreconfHook ];