inih: 57 -> 58

This commit is contained in:
R. Ryantm 2024-01-25 07:47:50 +00:00
parent 06570e5418
commit 380f19d11c

View File

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