tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hunt: 1.7.6 -> 2.0.0
R. Ryantm
2 years ago
cc0d724c
f04dbdd2
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
hunt
default.nix
+3
-3
pkgs/tools/misc/hunt/default.nix
···
5
5
6
6
rustPlatform.buildRustPackage rec {
7
7
pname = "hunt";
8
8
-
version = "1.7.6";
8
8
+
version = "2.0.0";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "LyonSyonII";
12
12
repo = "hunt-rs";
13
13
rev = "v${version}";
14
14
-
sha256 = "sha256-mNQY2vp4wNDhVqrFNVS/RBXVi9EMbTZ6pE0Z79dLUeM=";
14
14
+
sha256 = "sha256-TwxNVT2x9Y0jnLXiIquf/bQ31B+2VwFfh9EFbJQHpt4=";
15
15
};
16
16
17
17
-
cargoSha256 = "sha256-hjvJ9E5U6zGSWUXNDdu0GwUcd7uZeconfjiCSaEzZXU=";
17
17
+
cargoHash = "sha256-GU3AXZJ8yGFnj0SXRezS/YI6aS/lJowwo+GBBv5wNik=";
18
18
19
19
meta = with lib; {
20
20
description = "Simplified Find command made with Rust";