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

Changed files
+3 -3
pkgs
development
libraries
farbfeld
+3 -3
pkgs/development/libraries/farbfeld/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "farbfeld-${version}"; 5 - version = "2"; 5 + version = "3"; 6 6 7 7 src = fetchgit { 8 8 url = "http://git.suckless.org/farbfeld"; 9 9 rev = "refs/tags/${version}"; 10 - sha256 = "1rj6pqn50v6r7l3j7m872fgynxsh22zx863jg0jzmb4x6wx2m2qv"; 10 + sha256 = "1k9cnw2zk9ywcn4hibf7wgi4czwyxhgjdmia6ghpw3wcz8vi71xl"; 11 11 }; 12 12 13 13 buildInputs = [ libpng libjpeg ]; ··· 16 16 17 17 meta = with stdenv.lib; { 18 18 description = "Suckless image format with conversion tools"; 19 - license = licenses.mit; 19 + license = licenses.isc; 20 20 platforms = platforms.linux; 21 21 maintainers = with maintainers; [ pSub ]; 22 22 };