farbfeld: 2 -> 3 and use correct license (isc)

This commit is contained in:
Pascal Wittmann 2017-04-30 19:59:05 +02:00
parent 6939341455
commit 9ef3ecb80f
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "farbfeld-${version}";
version = "2";
version = "3";
src = fetchgit {
url = "http://git.suckless.org/farbfeld";
rev = "refs/tags/${version}";
sha256 = "1rj6pqn50v6r7l3j7m872fgynxsh22zx863jg0jzmb4x6wx2m2qv";
sha256 = "1k9cnw2zk9ywcn4hibf7wgi4czwyxhgjdmia6ghpw3wcz8vi71xl";
};
buildInputs = [ libpng libjpeg ];
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Suckless image format with conversion tools";
license = licenses.mit;
license = licenses.isc;
platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];
};