tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
inih: 60 -> 61
R. Ryantm
7 months ago
868bd310
f2b808eb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
in
inih
package.nix
+2
-2
pkgs/by-name/in/inih/package.nix
···
8
8
9
9
stdenv.mkDerivation rec {
10
10
pname = "inih";
11
11
-
version = "60";
11
11
+
version = "61";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "benhoyt";
15
15
repo = "inih";
16
16
rev = "r${version}";
17
17
-
hash = "sha256-6U6/b7J4dGFwVPw31Vl+BEDrN2ygK43Hb344Uk8NdFs=";
17
17
+
hash = "sha256-tSmdd9uAXaRQtnqj0hKuT0wofcZcYjqgPbhtaR+cr84=";
18
18
};
19
19
20
20
nativeBuildInputs = [