Skip to content

Commit 3549480

Browse files
authored
inih: 60 -> 61 (#428338)
2 parents 7222b15 + 868bd31 commit 3549480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/in/inih/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "inih";
11-
version = "60";
11+
version = "61";
1212

1313
src = fetchFromGitHub {
1414
owner = "benhoyt";
1515
repo = "inih";
1616
rev = "r${version}";
17-
hash = "sha256-6U6/b7J4dGFwVPw31Vl+BEDrN2ygK43Hb344Uk8NdFs=";
17+
hash = "sha256-tSmdd9uAXaRQtnqj0hKuT0wofcZcYjqgPbhtaR+cr84=";
1818
};
1919

2020
nativeBuildInputs = [

0 commit comments

Comments
 (0)