Skip to content

Commit 57ba746

Browse files
authored
Merge pull request #170404 from msfjarvis/hs/2022-04-26/fclones-0.21.0
fclones: 0.20.1 -> 0.21.0
2 parents 100e796 + a4c5a4a commit 57ba746

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/misc/fclones/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "fclones";
11-
version = "0.20.1";
11+
version = "0.21.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "pkolaczk";
1515
repo = pname;
1616
rev = "v${version}";
17-
sha256 = "sha256-3xIJkV/BC+qdMP2vsUr5wIwqzaz2uCV/j6VdC6uvzgY=";
17+
sha256 = "sha256-4V6K4OkQkmFr45x+VYVDmrO9Tdaxt05Q7d7E9UumChE=";
1818
};
1919

20-
cargoSha256 = "sha256-GN8vz67/Pd39E3iYeqVfjC7zxvcA8u88lv42kWovlCo=";
20+
cargoSha256 = "sha256-PPaub+2NV0QlmyevbhvUHzX2RV/vFmJz/j+wwfBBzfQ=";
2121

2222
buildInputs = lib.optionals stdenv.isDarwin [
2323
AppKit

0 commit comments

Comments
 (0)