Merge pull request #138475 from dotlambda/lisgd-0.3.2

lisgd: 0.3.1 -> 0.3.2

authored by

Bobby Rong and committed by
GitHub
9560baeb 28e1ca8e

+4 -2
+4 -2
pkgs/tools/inputmethods/lisgd/default.nix
··· 4 , writeText 5 , libinput 6 , libX11 7 , conf ? null 8 , patches ? [ ] 9 }: 10 11 stdenv.mkDerivation rec { 12 pname = "lisgd"; 13 - version = "0.3.1"; 14 15 src = fetchFromSourcehut { 16 owner = "~mil"; 17 repo = "lisgd"; 18 rev = version; 19 - sha256 = "sha256-A8SsF5k4GwfVCj8JtodNWoLdPzaA9YsoP5EHHakUguc="; 20 }; 21 22 inherit patches; ··· 33 buildInputs = [ 34 libinput 35 libX11 36 ]; 37 38 makeFlags = [
··· 4 , writeText 5 , libinput 6 , libX11 7 + , wayland 8 , conf ? null 9 , patches ? [ ] 10 }: 11 12 stdenv.mkDerivation rec { 13 pname = "lisgd"; 14 + version = "0.3.2"; 15 16 src = fetchFromSourcehut { 17 owner = "~mil"; 18 repo = "lisgd"; 19 rev = version; 20 + sha256 = "sha256-yE2CUv1XDvo8fW0bLS1O2oxgDUu4drCO3jFpxPgAYKU="; 21 }; 22 23 inherit patches; ··· 34 buildInputs = [ 35 libinput 36 libX11 37 + wayland 38 ]; 39 40 makeFlags = [