Skip to content

Commit

Permalink
Merge pull request #120680 from r-ryantm/auto-update/gxkb
Browse files Browse the repository at this point in the history
gxkb: 0.9.0 -> 0.9.1
  • Loading branch information
ryantm committed Apr 27, 2021
2 parents 99241d8 + ede6c09 commit bb149eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/gxkb/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "gxkb";
version = "0.9.0";
version = "0.9.1";

src = fetchFromGitHub {
owner = "zen-tools";
repo = "gxkb";
rev = "v${version}";
sha256 = "1fmppvpfz8rip71agsc464fdz423qw0xy8i3pcic14cy5gcwh069";
sha256 = "sha256-pRVzhNoTMtiwqaxCGVImbvdRmLbZ2bst1IdMA2IKpYc=";
};

nativeBuildInputs = [ pkg-config autoreconfHook ];
Expand Down

0 comments on commit bb149eb

Please sign in to comment.