xiccd: 0.2.4 -> 0.3.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xiccd/versions
This commit is contained in:
R. RyanTM 2019-06-18 11:07:31 -07:00 committed by Nikolay Amiantov
parent 90483f702b
commit 07b6eb6962

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "xiccd-${version}";
version = "0.2.4";
version = "0.3.0";
src = fetchFromGitHub {
owner = "agalakhov";
repo = "xiccd";
rev = "v${version}";
sha256 = "0dhv913njzm80g5lwak5znmxllfa6rrkifwja8vk133lyxnarqra";
sha256 = "159fyz5535lcabi5bzmxgmjdgxlqcjaiqgzr00mi3ax0i5fdldwn";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];