emplace: 0.2.7 -> 0.2.8

https://github.com/tversteeg/emplace/releases/tag/v0.2.8
This commit is contained in:
Oleksii Filonenko 2019-12-07 14:29:18 +02:00
parent 691bebf68b
commit 0efc190986
No known key found for this signature in database
GPG key ID: F3510FE5691629A1

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "emplace";
version = "0.2.7";
version = "0.2.8";
src = fetchFromGitHub {
owner = "tversteeg";
repo = pname;
rev = "v${version}";
sha256 = "0dkdgb0hbaixc69yh75lq4lamvgd421lk1v7qn802h83fibcmh81";
sha256 = "0s04hi0i1ssg9dp75f9qdglnvqmh0cxmbk8nnhd4w45v9m5sadph";
};
cargoSha256 = "10y7lpgj9mxrh3rmc15km4rfzspwdjr8dcdh0747rjn6dcpfhcdq";