i3lock-color: 2.12.c.5 -> 2.13.c.1

This commit is contained in:
R. RyanTM 2021-01-19 00:31:49 +00:00
parent efd2438614
commit f0af99a20f
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.12.c.5"; version = "2.13.c.1";
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 = "10h50a6p9ivqjz8hd5pn9l03vz6y9dxdx68bprqssfzdkzqnzaiv"; sha256 = "sha256-E+ejc26eyCJ0PnMpDgQrouaBIaUH0SWlzB08fQs8lDw=";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig ]; nativeBuildInputs = [ autoreconfHook pkgconfig ];