tickrs: 0.14.10 -> 0.14.11

This commit is contained in:
R. Ryantm
2025-02-22 03:14:07 +00:00
parent 63d0ef62b7
commit 3c4603c763
+3 -3
View File
@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "tickrs";
version = "0.14.10";
version = "0.14.11";
src = fetchFromGitHub {
owner = "tarkah";
repo = pname;
tag = "v${version}";
hash = "sha256-6iMThVLIkFoNa7Z0MuyhUNGCwFtCfmG7jHvDfrEZE2I=";
hash = "sha256-0jpElAj4TDC52BEjfnGHYiro6MT6Jzcb0evvmroxLn8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ZlU+PVkias3VuP1Bss6TTR84pzh1weJfbwQpCZ1ZaNs=";
cargoHash = "sha256-Ii9Fn6J5qpqigH7oWIfOX+JKkzQ2BNpeNg1sF+ONCrM=";
nativeBuildInputs = [
pkg-config