shards: 0.7.1 -> 0.7.2
This commit is contained in:
parent
5a1d309787
commit
10e8ea14db
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "shards-${version}";
|
name = "shards-${version}";
|
||||||
version = "0.7.1";
|
version = "0.7.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/crystal-lang/shards/archive/v${version}.tar.gz";
|
url = "https://github.com/crystal-lang/shards/archive/v${version}.tar.gz";
|
||||||
sha256 = "31de819c66518479682ec781a39ef42c157a1a8e6e865544194534e2567cb110";
|
sha256 = "1qiv9zzpccf6i5r2qrzbl84wgvqapbs0csazayhcpzfjfhg6i8wp";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ crystal libyaml which ];
|
buildInputs = [ crystal libyaml which ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user