libite: 2.5.3 -> 2.6.0

This commit is contained in:
R. Ryantm 2023-09-23 10:09:07 +00:00
parent 0b0169e4f1
commit 56a9f90105

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libite";
version = "2.5.3";
version = "2.6.0";
src = fetchFromGitHub {
owner = "troglobit";
repo = "libite";
rev = "v${version}";
sha256 = "sha256-orxmd6yItB6XLj650RQb0CP/EnN9563v+P9xz9LEJkY=";
sha256 = "sha256-hdV8g/BFTI/QfEgVsf942SR0G5xdqP/+h+vnydt4kf0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];