Unverified Commit 9fc7ebf8 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #219353 from tomfitzhenry/squeekboard-1.21.0

parents 4ba51d50 343fec93
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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