Unverified Commit 0a96f18c authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

fcitx5-array: 0.9.6 -> 1.0.0 (#509192)

parents 8f12587b 1d79f6ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fcitx5-array";
  version = "0.9.6";
  version = "1.0.0";

  src = fetchFromGitHub {
    owner = "ray2501";
    repo = "fcitx5-array";
    tag = finalAttrs.version;
    hash = "sha256-YDFT/CawFiPN3kXzHMpenCzWMJSA1dFUhVe22EDfnU8=";
    hash = "sha256-IIsmldCqXgVJZXS0GcxxYiwpuqPw0GdABvk94q850pQ=";
  };

  nativeBuildInputs = [