i3lock: 2.9.1 -> 2.10

This commit is contained in:
Franz Pletz 2018-01-28 16:34:24 +01:00
parent 0db64ad709
commit 49f2f5fa2b
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "i3lock-${version}";
version = "2.9.1";
version = "2.10";
src = fetchurl {
url = "https://i3wm.org/i3lock/${name}.tar.bz2";
sha256 = "1467ha4ssbfjk1jh0ya2i5ljzm554ln18nyrppvsipg8shb1cshh";
sha256 = "1vn8828ih7mpdl58znfnzpdwdgwksq16rghm5qlppbbz66zk5sr9";
};
nativeBuildInputs = [ pkgconfig ];