loc: 2017-06-23 -> 0.4.1

This commit is contained in:
Matthias Beyer 2017-10-31 16:13:31 +01:00
parent 64cf206745
commit 6123b53a86

View File

@ -3,17 +3,17 @@
with rustPlatform; with rustPlatform;
buildRustPackage rec { buildRustPackage rec {
version = "2017-06-23"; version = "0.4.1";
name = "loc-${version}"; name = "loc-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cgag"; owner = "cgag";
repo = "loc"; repo = "loc";
rev = "bbea575f56879ef614d57a42a6b79fd45b9a8b38"; rev = "v${version}";
sha256 = "0agyhi55rh248fmlsip4fi1iw4xv3433q7bcb2lpjfnjpzxxlvfn"; sha256 = "0086asrx48qlmc484pjz5r5znli85q6qgpfbd81gjlzylj7f57gg";
}; };
cargoSha256 = "0f3i8av9g19r2nhr9m8ca8s23kq294c5kqyvx155l6p76r7a9kvb"; cargoSha256 = "0y2ww48vh667kkyg9pyjwcbh7fxi41bjnkhwp749crjqn2abimrk";
meta = { meta = {
homepage = http://github.com/cgag/loc; homepage = http://github.com/cgag/loc;