jo: 1.6 -> 1.7

This commit is contained in:
R. Ryantm
2022-11-03 23:15:13 +08:00
committed by Bobby Rong
parent 2294f5e6be
commit df1977c98f
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "jo";
version = "1.6";
version = "1.7";
src = fetchFromGitHub {
owner = "jpmens";
repo = "jo";
rev = version;
sha256 ="sha256-aATCeJV0x+XHOQbwulutxivPzGVQ0mJj90vA+6IM124=";
sha256 ="sha256-uJUbe593k7ENfbKCFhmm4Io0CPB109LF9EH8Qw0BFiY=";
};
enableParallelBuilding = true;