Merge pull request #62193 from dtzWill/update/setroot-2.0.2

setroot: 2.0.1 -> 2.0.2
This commit is contained in:
Jörg Thalheim 2019-05-30 07:40:36 +01:00 committed by GitHub
commit 38748b3ffc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
assert enableXinerama -> libXinerama != null;
stdenv.mkDerivation rec {
version = "2.0.1";
version = "2.0.2";
name = "setroot-${version}";
src = fetchFromGitHub {
owner = "ttzhou";
repo = "setroot";
rev = "v${version}";
sha256 = "01krjfc3xpp0wbqz9nvf1n34gkpd41gysn289sj1wcjxia4n4gsi";
sha256 = "0w95828v0splk7bj5kfacp4pq6wxpyamvyjmahyvn5hc3ycq21mq";
};
buildInputs = [ libX11 imlib2 ]