Skip to content

Commit

Permalink
libite: 1.8.2 -> 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jun 20, 2017
1 parent aea08dd commit 21b5093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libite/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "libite-${version}";
version = "1.8.2";
version = "1.8.3";

src = fetchFromGitHub {
owner = "troglobit";
repo = "libite";
rev = "v${version}";
sha256 = "0cx566rcjq2m24yq7m88ci642x34lxy97kjb12cbi1c174k738hm";
sha256 = "040idgbjqr239rkd68rqzwhylryiaa0z3qkwj2l2mlscv0aq8v0j";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit 21b5093

Please sign in to comment.