Merge pull request #74397 from r-ryantm/auto-update/joker
joker: 0.12.9 -> 0.14.0
This commit is contained in:
commit
89e2c905b7
@ -2,17 +2,21 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "joker";
|
pname = "joker";
|
||||||
version = "0.12.9";
|
version = "0.14.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "candid82";
|
owner = "candid82";
|
||||||
repo = "joker";
|
repo = "joker";
|
||||||
sha256 = "19n2pzs045mflyzgq3cpa4w2fbd0f77j5k6c4yc3gk0mcwgdxhs2";
|
sha256 = "1b38alajxs89a9x3f3ldk1nlynp6j90qhl1m2c6561rsm41sqfz0";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "0i16vf7n1xfz5kp9w3fvyc9y9wgz4h396glgpdaznpxjr12rb43j";
|
modSha256 = "0i16vf7n1xfz5kp9w3fvyc9y9wgz4h396glgpdaznpxjr12rb43j";
|
||||||
|
|
||||||
|
preBuild = ''
|
||||||
|
go generate ./...
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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";
|
description = "A small Clojure interpreter and linter written in Go";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user