Unverified Commit b8ae8c80 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

fcitx5-bamboo: 1.0.6 -> 1.0.7 (#383675)

parents a345d65e c780b282
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fcitx5-bamboo";
  version = "1.0.6";
  version = "1.0.7";

  src = fetchFromGitHub {
    owner = "fcitx";
    repo = "fcitx5-bamboo";
    rev = finalAttrs.version;
    hash = "sha256-lWWSk5HxWFJKoE3Rf2s4sYhTSLKDnmPCzYGR/NscqFY=";
    hash = "sha256-yvyJHIXUYpOIeiSQasSRKTbN4Z0BAjohz8VlZKqMg0Q=";
    fetchSubmodules = true;
  };