Merge pull request #243157 from figsoda/felix

felix-fm: 2.4.1 -> 2.5.0
This commit is contained in:
Nick Cao
2023-07-12 22:13:20 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "felix"
version = "2.4.1"
version = "2.5.0"
dependencies = [
"chrono",
"content_inspector",
@@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "felix";
version = "2.4.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "kyoheiu";
repo = pname;
rev = "v${version}";
sha256 = "sha256-F2Zw72RdKarrwM47a+Wqe1R1TOK97Ek5AnmAe/0MheY=";
sha256 = "sha256-Zz2kTbY+5ZUxIZmwfg6Lpk1ulfuNSRWeaTZOh7fWAvg=";
};
cargoLock = {