libite: 2.6.1 -> 2.6.2

This commit is contained in:
R. Ryantm
2025-11-23 01:35:34 +00:00
parent 60d40a82c9
commit 1a886a9fbf
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "libite";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "troglobit";
repo = "libite";
rev = "v${version}";
sha256 = "sha256-q1NoHSiPmFPwkTJqg3L5fEBXF/JjRWvA9e4d532ILE8=";
sha256 = "sha256-hm3cd7UnskfwEvcMRGHei8KLt0k+WlCzB1LMnZdYo+g=";
};
nativeBuildInputs = [