Skip to content

Commit 6fdd277

Browse files
authored
j: 9.5.1 -> 9.6.2 (#389414)
2 parents 61533f3 + 58832d6 commit 6fdd277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/j/j/package.nix

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

1010
stdenv.mkDerivation rec {
1111
pname = "j";
12-
version = "9.5.1";
12+
version = "9.6.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "jsoftware";
1616
repo = "jsource";
1717
rev = "${version}";
18-
hash = "sha256-QRQhE8138+zaGQOdq9xUOrifkVIprzbJWbmMK+WhEOU=";
18+
hash = "sha256-Afa2QzzgJYijcavurgGH/qwyofNn4rtFMIHzlqJwFGU=";
1919
};
2020

2121
nativeBuildInputs = [ which ];

0 commit comments

Comments
 (0)