Merge pull request #219353 from tomfitzhenry/squeekboard-1.21.0

This commit is contained in:
Artturi 2023-03-03 16:37:54 +02:00 committed by GitHub
commit 9fc7ebf855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
, gtk3
, wayland
, wayland-protocols
, libbsd
, libxml2
, libxkbcommon
, rustPlatform
@ -21,7 +22,7 @@
stdenv.mkDerivation rec {
pname = "squeekboard";
version = "1.20.0";
version = "1.21.0";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
@ -29,7 +30,7 @@ stdenv.mkDerivation rec {
owner = "Phosh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wx3fKRX/SPYGAFuR9u03JAvVRhtYIPUvW8mAsCdx83I=";
hash = "sha256-Mn0E+R/UzBLHPvarQHlEN4JBpf4VAaXdKdWLsFEyQE4=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
@ -39,7 +40,7 @@ stdenv.mkDerivation rec {
cp Cargo.lock.newer Cargo.lock
'';
name = "${pname}-${version}";
sha256 = "sha256-BbNkapqnqEW/NglrCse10Tm80SXYVQWWrOC5dTN6oi0=";
hash = "sha256-F2mef0HvD9WZRx05DEpQ1AO1skMwcchHZzJa74AHmsM=";
};
mesonFlags = [
@ -64,6 +65,7 @@ stdenv.mkDerivation rec {
gnome-desktop
wayland
wayland-protocols
libbsd
libxml2
libxkbcommon
feedbackd