1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-27 08:01:14 +00:00

Merge pull request #97424 from cohei/update-skktools

skktools: 1.3.3 -> 1.3.4
This commit is contained in:
Mario Rodas 2020-09-09 23:10:16 -05:00 committed by GitHub
commit 5985b5c94c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
# dependencies on a Ruby interpreter etc.
# - 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.
stdenv.mkDerivation {
stdenv.mkDerivation rec {
pname = "skktools";
version = "1.3.3";
version = "1.3.4";
src = fetchFromGitHub {
owner = "skk-dev";
repo = "skktools";
rev = "c8816fe720604d4fd79f3552e99e0430ca6f2769";
sha256 = "11v1i5gkxvfsipigc1w1m16ijzh85drpl694kg6ih4jfam1q4vdh";
rev = "skktools-${stdenv.lib.replaceStrings ["."] ["_"] version}";
sha256 = "1zway8jsm18279xq8zlpr84iqiw373x3v0ysay74n9bjqxbl234a";
};
# # See "12.2. Package naming"
# name = "skktools-unstable-${version}";