joker: 0.14.0 -> 0.14.1

This commit is contained in:
R. RyanTM 2020-02-08 10:07:45 +00:00 committed by Mario Rodas
parent 8bd8345f56
commit 3ba4b3f4e0
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "joker";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "candid82";
repo = "joker";
sha256 = "1b38alajxs89a9x3f3ldk1nlynp6j90qhl1m2c6561rsm41sqfz0";
sha256 = "0da07fswj7x87njd9bi3gf8rzfyaq3zfcszgyb37w7q0ng4gg25n";
};
modSha256 = "0i16vf7n1xfz5kp9w3fvyc9y9wgz4h396glgpdaznpxjr12rb43j";
@ -17,6 +17,8 @@ buildGoModule rec {
go generate ./...
'';
subPackages = [ "." ];
meta = with stdenv.lib; {
homepage = https://github.com/candid82/joker;
description = "A small Clojure interpreter and linter written in Go";