Merge pull request #154579 from r-ryantm/auto-update/jo

jo: 1.4 -> 1.6
This commit is contained in:
legendofmiracles 2022-01-11 09:53:40 -06:00 committed by GitHub
commit 4b5e3df767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "jo";
version = "1.4";
version = "1.6";
src = fetchFromGitHub {
owner = "jpmens";
repo = "jo";
rev = version;
sha256 ="1jnv3g38vaa66m83hqibyki31ii81xfpvjw6wgdv18ci3iwvsz3v";
sha256 ="sha256-aATCeJV0x+XHOQbwulutxivPzGVQ0mJj90vA+6IM124=";
};
enableParallelBuilding = true;