Skip to content

Commit e043b9b

Browse files
committed
bump fnox
1 parent bfd7597 commit e043b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/fnox/package.nix

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

1010
rustPlatform.buildRustPackage rec {
1111
pname = "fnox";
12-
version = "1.13.0";
12+
version = "1.19.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "jdx";
1616
repo = "fnox";
1717
rev = "v${version}";
18-
hash = "sha256-IK9WaOq8zJ95pvyIxNjdR5DQkFusK0LnjVq2qhlEi/8=";
18+
hash = "sha256-I3Qi0KItSBIJ2qHd4M4qsZYT1JZuo9FcfhvWDuGX/18=";
1919
};
2020

21-
cargoHash = "sha256-CG2TFLC+3sJqjmPaAF6bliURSvfmpicL1kTKNxv51hk=";
21+
cargoHash = "sha256-4ZHB1N+9hTcC75RvSnjx8rZfwgXRgz27fCytMnKWDZw=";
2222

2323
nativeBuildInputs = [
2424
pkg-config

0 commit comments

Comments
 (0)