inih: 58 -> 60

This commit is contained in:
R. Ryantm
2025-04-09 20:10:03 +00:00
parent b1dd7557c3
commit bd23faa5fb
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "inih";
version = "58";
version = "60";
src = fetchFromGitHub {
owner = "benhoyt";
repo = "inih";
rev = "r${version}";
hash = "sha256-b2f6hQvkmWgni/zdfv3I1b9ypd7zSyEBv/JVBA6K7/w=";
hash = "sha256-6U6/b7J4dGFwVPw31Vl+BEDrN2ygK43Hb344Uk8NdFs=";
};
nativeBuildInputs = [