Skip to content

Commit b7a85e5

Browse files
authored
fw: 2.19.1 -> 2.20.0 (#371777)
2 parents ddb6534 + c080e6d commit b7a85e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fw/fw/package.nix

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

1313
rustPlatform.buildRustPackage rec {
1414
pname = "fw";
15-
version = "2.19.1";
15+
version = "2.20.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "brocode";
1919
repo = "fw";
2020
rev = "v${version}";
21-
hash = "sha256-fG1N/3Er7BvXOJTMGooaIMa5I9iNwnH+1om2jcWkI68=";
21+
hash = "sha256-bq8N49qArdF0EFIGiK4lCsC0CZxwmeo0R8OiehrifTg=";
2222
};
2323

24-
cargoHash = "sha256-1d2uX/A1HZAmAI3d0iet1NkG0IFuJpVnhWxpY0jVVUI=";
24+
cargoHash = "sha256-NnN1VT0odq+Qj2wIPIF3ZRObObyqlPknQais5e0SnKE=";
2525

2626
nativeBuildInputs = [
2727
pkg-config

0 commit comments

Comments
 (0)