jo: 1.7 -> 1.9

This commit is contained in:
R. Ryantm
2022-11-04 19:11:44 +08:00
committed by Bobby Rong
parent 906847f972
commit ce910dae21
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "jo";
version = "1.7";
version = "1.9";
src = fetchFromGitHub {
owner = "jpmens";
repo = "jo";
rev = version;
sha256 ="sha256-uJUbe593k7ENfbKCFhmm4Io0CPB109LF9EH8Qw0BFiY=";
sha256 ="sha256-1q4/RpxfoAdtY3m8bBuj7bhD17V+4dYo3Vb8zMbI1YU=";
};
enableParallelBuilding = true;