shards: 0.8.1 -> 0.9.0
This commit is contained in:
parent
f21aa0995b
commit
24dc219de9
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "shards-${version}";
|
name = "shards-${version}";
|
||||||
version = "0.8.1";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crystal-lang";
|
owner = "crystal-lang";
|
||||||
repo = "shards";
|
repo = "shards";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1cjn2lafr08yiqzlhyqx14jjjxf1y24i2kk046px07gljpnlgqwk";
|
sha256 = "19q0xww4v0h5ln9gz8d8zv0c9ig761ik7gw8y31yxynzgzihwpf4";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ crystal libyaml pcre which ];
|
buildInputs = [ crystal libyaml pcre which ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user