nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

xlayoutdisplay: 1.1.0 -> 1.1.1

authored by

Will Dietz and committed by
Alyssa Ross
85721790 15dbf522

+2 -2
+2 -2
pkgs/tools/X11/xlayoutdisplay/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "xlayoutdisplay"; 5 - version = "1.1.0"; 5 + version = "1.1.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "alex-courtis"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "0wm6a48ym0wn2w0872mfq40ghajfrg1bccj1g342w899qh5x3bc4"; 11 + sha256 = "0ldqbwsryy7mqhxywdn2c2yi1mzlnl39sw8p3vx10w6q9drya9iv"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];