i3lock-color: 2.12.c.4 -> 2.12.c.5

This commit is contained in:
R. RyanTM 2020-07-24 02:44:07 +00:00
parent ce55b09ad5
commit 07e614196f

View File

@ -4,14 +4,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.12.c.4"; version = "2.12.c.5";
pname = "i3lock-color"; pname = "i3lock-color";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "PandorasFox"; owner = "PandorasFox";
repo = "i3lock-color"; repo = "i3lock-color";
rev = version; rev = version;
sha256 = "1jbk7kd49vgmakbldwwnbsp484fwh1pbzg8k8qvbq4dzbzf3q5hs"; sha256 = "10h50a6p9ivqjz8hd5pn9l03vz6y9dxdx68bprqssfzdkzqnzaiv";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];