inih: 58 -> 60 (#394497)

This commit is contained in:
Weijia Wang
2025-06-20 22:23:30 +02:00
committed by GitHub
+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 = [