Merge pull request #261214 from r-ryantm/auto-update/libite

libite: 2.6.0 -> 2.6.1
This commit is contained in:
Nick Cao 2023-10-15 10:59:21 -04:00 committed by GitHub
commit 2c2c8f1114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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