lol

xkb-switch: 1.6.0 -> 1.8.5

+2 -2
+2 -2
pkgs/tools/X11/xkb-switch/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "xkb-switch"; 5 - version = "1.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "ierton"; 9 repo = "xkb-switch"; 10 rev = version; 11 - sha256 = "11yn0y1kx04rqxh0d81b5q7kbyz58pi48bl7hyhlv7p8yndkfg4b"; 12 }; 13 14 nativeBuildInputs = [ cmake ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "xkb-switch"; 5 + version = "1.8.5"; 6 7 src = fetchFromGitHub { 8 owner = "ierton"; 9 repo = "xkb-switch"; 10 rev = version; 11 + sha256 = "sha256-DZAIL6+D+Hgs+fkJwRaQb9BHrEjAkxiqhOZyrR+Mpuk="; 12 }; 13 14 nativeBuildInputs = [ cmake ];