tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
json-fortran: 9.0.4 -> 9.0.5
R. Ryantm
5 months ago
fe130ce9
0e209ec1
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
js
json-fortran
package.nix
+2
-2
pkgs/by-name/js/json-fortran/package.nix
···
8
8
9
9
stdenv.mkDerivation rec {
10
10
pname = "json-fortran";
11
11
-
version = "9.0.4";
11
11
+
version = "9.0.5";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "jacobwilliams";
15
15
repo = "json-fortran";
16
16
rev = version;
17
17
-
hash = "sha256-tLDs/yh9xMfZd2m+jD6Mm3Lr4asI4SrBDOAU2vN5OfA=";
17
17
+
hash = "sha256-4IyysBcGKJKET8A5Bbbd5WJtlNh/7EdHuXsR6B/VDh0=";
18
18
};
19
19
20
20
nativeBuildInputs = [