joker: 0.14.1 -> 0.14.2

This commit is contained in:
R. RyanTM 2020-03-05 02:36:00 +00:00
parent 7399c59c41
commit 94c7f25f69

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "joker";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "0da07fswj7x87njd9bi3gf8rzfyaq3zfcszgyb37w7q0ng4gg25n";
sha256 = "1wi80sr8h9fwh4xipff0y6qdzrliwyk2w1bmi33ncykxd9r2g7nk";
};
modSha256 = "0i16vf7n1xfz5kp9w3fvyc9y9wgz4h396glgpdaznpxjr12rb43j";
@ -20,7 +20,7 @@ buildGoModule rec {
subPackages = [ "." ];
meta = with stdenv.lib; {
homepage = https://github.com/candid82/joker;
homepage = "https://github.com/candid82/joker";
description = "A small Clojure interpreter and linter written in Go";
license = licenses.epl10;
platforms = platforms.all;