Merge pull request #97424 from cohei/update-skktools
skktools: 1.3.3 -> 1.3.4
This commit is contained in:
commit
5985b5c94c
@ -8,14 +8,14 @@
|
|||||||
# dependencies on a Ruby interpreter etc.
|
# dependencies on a Ruby interpreter etc.
|
||||||
# - We for the moment do not package them to keep the dependencies slim.
|
# - We for the moment do not package them to keep the dependencies slim.
|
||||||
# Probably, shall package the newer tools as skktools-extra in the future.
|
# Probably, shall package the newer tools as skktools-extra in the future.
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
pname = "skktools";
|
pname = "skktools";
|
||||||
version = "1.3.3";
|
version = "1.3.4";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "skk-dev";
|
owner = "skk-dev";
|
||||||
repo = "skktools";
|
repo = "skktools";
|
||||||
rev = "c8816fe720604d4fd79f3552e99e0430ca6f2769";
|
rev = "skktools-${stdenv.lib.replaceStrings ["."] ["_"] version}";
|
||||||
sha256 = "11v1i5gkxvfsipigc1w1m16ijzh85drpl694kg6ih4jfam1q4vdh";
|
sha256 = "1zway8jsm18279xq8zlpr84iqiw373x3v0ysay74n9bjqxbl234a";
|
||||||
};
|
};
|
||||||
# # See "12.2. Package naming"
|
# # See "12.2. Package naming"
|
||||||
# name = "skktools-unstable-${version}";
|
# name = "skktools-unstable-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user