skhd: 0.2.2 -> 0.3.0

This commit is contained in:
Eric Bailey 2018-12-04 22:15:51 -06:00
parent e212b99751
commit aad111f567
No known key found for this signature in database
GPG Key ID: 55BF5D49549F04AD

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "skhd-${version}";
version = "0.2.2";
version = "0.3.0";
src = fetchFromGitHub {
owner = "koekeishiya";
repo = "skhd";
rev = "v${version}";
sha256 = "0mn6svz2mqbpwlx510r447vflfcxryykpin6h6429dlz0wjlipa8";
sha256 = "13pqnassmzppy2ipv995rh8lzw9rraxvi0ph6zgy63cbsdfzbhgl";
};
buildInputs = [ Carbon ];