1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

fd: 3.0.0 -> 3.1.0

This commit is contained in:
dywedir 2017-09-19 12:02:33 +03:00
parent 3161790ed2
commit 72129c2cb4

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
name = "fd-${version}";
version = "3.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = "fd";
rev = "v${version}";
sha256 = "0d6xfcsz2xxggk4k7xsjhhzrkd5lj6h36h97krwdxpj4n0w6py93";
sha256 = "0sv7iwl44a86n92i3mib2vlzd44q9ncif34yh1s0vqffai5s1rr6";
};
depsSha256 = "1icfv3v2s4wgpnp2n74ws6xl449ilgdm08balxb0m1cq9ypy744f";
depsSha256 = "1irfx78k899qphzj8i8vr34pb6zaf9p5nx5c4zpgsrbknvn0ag5l";
meta = {
description = "A simple, fast and user-friendly alternative to find";