matrix-commander-rs: 0.10.1 -> 1.0.0

This commit is contained in:
R. Ryantm
2025-06-25 16:39:52 +00:00
parent cb51d8f4d6
commit 1c57ff7b20
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "matrix-commander-rs";
version = "0.10.1";
version = "1.0.0";
src = fetchFromGitHub {
owner = "8go";
repo = "matrix-commander-rs";
tag = "v${version}";
hash = "sha256-ljRFZYfTSyiIVgABgQAVLlwhOmeMumAyZe9tASPtMZA=";
hash = "sha256-CvsMRxB5s891cVu03RroTQYOGA6rmhpif8VT0njXTnc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-BMVxxCOAznAsqKUgGHJ9hPgdIksCyzMVUHeLa+om09U=";
cargoHash = "sha256-hzWq09qJTox8yZuMOQ1///hKxY4EsWn/mHKy3svxlF8=";
nativeBuildInputs = [
pkg-config