shards: 0.7.1 -> 0.7.2

This commit is contained in:
mingchuan 2017-12-24 12:17:17 +08:00
parent 5a1d309787
commit 10e8ea14db

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "shards-${version}";
version = "0.7.1";
version = "0.7.2";
src = fetchurl {
url = "https://github.com/crystal-lang/shards/archive/v${version}.tar.gz";
sha256 = "31de819c66518479682ec781a39ef42c157a1a8e6e865544194534e2567cb110";
sha256 = "1qiv9zzpccf6i5r2qrzbl84wgvqapbs0csazayhcpzfjfhg6i8wp";
};
buildInputs = [ crystal libyaml which ];