Merge pull request #32221 from markus1189/jo-1.1

jo: 1.0 -> 1.1
This commit is contained in:
Jörg Thalheim 2017-12-01 11:47:16 +00:00 committed by GitHub
commit 509bc6fe43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
name = "jo-${version}";
version = "1.0";
version = "1.1";
src = fetchFromGitHub {
owner = "jpmens";
repo = "jo";
rev = "v${version}";
sha256="0vyi0aaxsp6x3cvym7mlcfdsxjhj5h0b00mqc42mg8kc95cyp2c1";
sha256="1gn9fa37mfb85dfjznyfgciibf142kp0gisc2l2pnz0zrakbvvy3";
};
enableParallelBuilding = true;