Skip to content

Commit 0b3c49e

Browse files
committed
lisgd: 0.3.5 -> 0.3.6
1 parent 396ba2d commit 0b3c49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/inputmethods/lisgd/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "lisgd";
14-
version = "0.3.5";
14+
version = "0.3.6";
1515

1616
src = fetchFromSourcehut {
1717
owner = "~mil";
1818
repo = "lisgd";
1919
rev = version;
20-
hash = "sha256-NnZhOQ/I7wbGlWkSXFXEV96UfG+GPMz1VSiEc9TwI6Y=";
20+
hash = "sha256-VH+wZyVnfPqFxRwITU/LzkOAexFKm39LlcFxzhjRMdY=";
2121
};
2222

2323
inherit patches;

0 commit comments

Comments
 (0)