felix-fm: 2.16.0 -> 2.16.1

This commit is contained in:
R. Ryantm
2025-04-20 05:10:27 +00:00
parent 2f41d74e75
commit 78ec5e1969

View File

@@ -13,17 +13,17 @@
rustPlatform.buildRustPackage rec {
pname = "felix";
version = "2.16.0";
version = "2.16.1";
src = fetchFromGitHub {
owner = "kyoheiu";
repo = "felix";
tag = "v${version}";
hash = "sha256-h/sytTRufqFgnhbg67qtTx6XhnC/UzgT4zFq4bJYhQM=";
hash = "sha256-QslV0MVbIuiFDmd8A69+7nTPAUhDrn/dndZsIiNkeZ8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-dS90DVFmXOFBv7qKfsOpR5WvdRqR9ZqmapXaCVdG3ic=";
cargoHash = "sha256-1JjvfXyjGUHIwJJAlI2pB829kHcPrVmKOp+msDk5Qp4=";
nativeBuildInputs = [ pkg-config ];