Merge pull request #120680 from r-ryantm/auto-update/gxkb

gxkb: 0.9.0 -> 0.9.1

authored by

Ryan Mulligan and committed by
GitHub
bb149eb1 99241d8c

+2 -2
+2 -2
pkgs/applications/misc/gxkb/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "gxkb"; 7 - version = "0.9.0"; 8 9 src = fetchFromGitHub { 10 owner = "zen-tools"; 11 repo = "gxkb"; 12 rev = "v${version}"; 13 - sha256 = "1fmppvpfz8rip71agsc464fdz423qw0xy8i3pcic14cy5gcwh069"; 14 }; 15 16 nativeBuildInputs = [ pkg-config autoreconfHook ];
··· 4 5 stdenv.mkDerivation rec { 6 pname = "gxkb"; 7 + version = "0.9.1"; 8 9 src = fetchFromGitHub { 10 owner = "zen-tools"; 11 repo = "gxkb"; 12 rev = "v${version}"; 13 + sha256 = "sha256-pRVzhNoTMtiwqaxCGVImbvdRmLbZ2bst1IdMA2IKpYc="; 14 }; 15 16 nativeBuildInputs = [ pkg-config autoreconfHook ];