mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
shards: 0.7.1 -> 0.7.2
This commit is contained in:
parent
5a1d309787
commit
10e8ea14db
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue