nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

fcitx5-table-other: 5.1.1 -> 5.1.2

Diff: https://github.com/fcitx/fcitx5-table-other/compare/5.1.1...5.1.2

Vonfry b604c630 aadd93bd

+2 -2
+2 -2
pkgs/tools/inputmethods/fcitx5/fcitx5-table-other.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "fcitx5-table-other"; 13 - version = "5.1.1"; 13 + version = "5.1.2"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "fcitx"; 17 17 repo = pname; 18 18 rev = version; 19 - sha256 = "sha256-G34hPEdcdi5agWiFEgUHWD18ozOgBCaoS6HMAklUcO4="; 19 + hash = "sha256-S9no+OxCwZUfRUKdpbBBqUSeVVs8uI9otV4ndqsgaXM="; 20 20 }; 21 21 22 22 nativeBuildInputs = [