Merge pull request #36602 from ryantm/auto-update/jshon

jshon: 20140712 -> 20160111.2
This commit is contained in:
Rushmore Mushambi 2018-03-09 10:26:01 +02:00 committed by GitHub
commit 7b1565651c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{ stdenv, lib, fetchFromGitHub, fetchpatch, jansson }:
stdenv.mkDerivation rec {
name = "jshon-20140712";
name = "jshon-20160111.2";
rev = "a61d7f2f85f4627bc3facdf951746f0fd62334b7";
sha256 = "b0365e58553b9613a5636545c5bfd4ad05ab5024f192e1cb1d1824bae4e1a380";
sha256 = "1053w7jbl90q3p5y34pi4i8an1ddsjzwaib5cfji75ivamc5wdmh";
src = fetchFromGitHub {
inherit rev sha256;