Merge pull request #93737 from r-ryantm/auto-update/i3lock-color

i3lock-color: 2.12.c.4 -> 2.12.c.5
This commit is contained in:
Maximilian Bosch 2020-07-26 23:59:31 +02:00 committed by GitHub
commit c66395c1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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