jo: 1.6 -> 1.7

This commit is contained in:
R. Ryantm 2022-10-29 18:37:34 +00:00 committed by Bobby Rong
parent 2294f5e6be
commit df1977c98f

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;