matrix-commander-rs: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2025-06-16 19:59:52 +00:00
parent 88c2eff74c
commit 0ce20f2456
@@ -9,17 +9,17 @@
rustPlatform.buildRustPackage rec {
pname = "matrix-commander-rs";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "8go";
repo = "matrix-commander-rs";
tag = "v${version}";
hash = "sha256-eEkSdr6qHLUBp4natvq7uMbcqxDOTJAE1vEPWLE3KKM=";
hash = "sha256-ljRFZYfTSyiIVgABgQAVLlwhOmeMumAyZe9tASPtMZA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-I7g3yNjq1i7YXv6S7PPZnOQ0Y5665dNayz7XEQl/WAE=";
cargoHash = "sha256-BMVxxCOAznAsqKUgGHJ9hPgdIksCyzMVUHeLa+om09U=";
nativeBuildInputs = [
pkg-config