kime: 2.5.2 -> 2.5.3

This commit is contained in:
Riey 2021-05-02 01:58:06 +09:00
parent d05202ea7c
commit 64042dc2c6
No known key found for this signature in database
GPG Key ID: 2D09658FE7407060
1 changed files with 3 additions and 3 deletions

View File

@ -16,18 +16,18 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "kime"; pname = "kime";
version = "2.5.2"; version = "2.5.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Riey"; owner = "Riey";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "10zd4yrqxzxf4nj3b5bsblcmlbqssxqq9pac0misa1g61jdbszj8"; sha256 = "1kjw22hy2x90dc7xfm252v1pdr9x13mpm92rcgfy8zbkiqq242bl";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
sha256 = "1bimi7020m7v287bh7via7zm9m7y13d13kqpd772xmpdbwrj8nrl"; sha256 = "05kb9vnifaw01qw5cmdh4wzcf50szb0y00085wx41m8h4f28hfbk";
}; };
# Replace autostart path # Replace autostart path