inih: 56 -> 57

Changes: https://github.com/benhoyt/inih/compare/r56...r57
This commit is contained in:
Sergei Trofimovich 2023-09-27 19:29:18 +01:00
parent 56c409f4a9
commit 53598bba67

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "inih";
version = "56";
version = "57";
src = fetchFromGitHub {
owner = "benhoyt";
repo = pname;
rev = "r${version}";
sha256 = "sha256-7k3i3pElihastUDrdf9DyRZMe2UNFckfLUFGb4rbWLo=";
hash = "sha256-a4nvhJSmZGqu2sdZSPNPjdnkzZ9dSKocL/XG2aDyFw4=";
};
nativeBuildInputs = [ meson ninja ];