maliit-keyboard: 2.0.0 -> 2.3.1
This commit is contained in:
parent
e0940d55db
commit
f146169c14
1 changed files with 2 additions and 10 deletions
|
@ -22,23 +22,15 @@
|
|||
|
||||
mkDerivation rec {
|
||||
pname = "maliit-keyboard";
|
||||
version = "2.0.0";
|
||||
version = "2.3.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "maliit";
|
||||
repo = "keyboard";
|
||||
rev = version;
|
||||
sha256 = "10dh0abxq90024dqq3fs8mjxww3igb4l09d19i2fq9f3flvh11hc";
|
||||
sha256 = "sha256-XH3sKQuNMLgJi2aV+bnU2cflwkFIw4RYVfxzQiejCT0=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
# https://github.com/maliit/keyboard/pull/34
|
||||
url = "https://github.com/maliit/keyboard/commit/9848a73b737ad46b5790ebf713a559d340c91b82.patch";
|
||||
sha256 = "0qrsga0npahjrgbl6mycvl6d6vjm0d17i5jadcn7y6khbhq2y6rg";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace data/schemas/org.maliit.keyboard.maliit.gschema.xml \
|
||||
--replace /usr/share "$out/share"
|
||||
|
|
Loading…
Reference in a new issue