Skip to content

Commit

Permalink
farbfeld: 2 -> 3 and use correct license (isc)
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Apr 30, 2017
1 parent 6939341 commit 9ef3ecb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/farbfeld/default.nix
Expand Up @@ -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 ];
Expand All @@ -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 ];
};
Expand Down

0 comments on commit 9ef3ecb

Please sign in to comment.