Skip to content

Commit 1c57ff7

Browse files
committed
matrix-commander-rs: 0.10.1 -> 1.0.0
1 parent cb51d8f commit 1c57ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ma/matrix-commander-rs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "matrix-commander-rs";
12-
version = "0.10.1";
12+
version = "1.0.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "8go";
1616
repo = "matrix-commander-rs";
1717
tag = "v${version}";
18-
hash = "sha256-ljRFZYfTSyiIVgABgQAVLlwhOmeMumAyZe9tASPtMZA=";
18+
hash = "sha256-CvsMRxB5s891cVu03RroTQYOGA6rmhpif8VT0njXTnc=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-BMVxxCOAznAsqKUgGHJ9hPgdIksCyzMVUHeLa+om09U=";
22+
cargoHash = "sha256-hzWq09qJTox8yZuMOQ1///hKxY4EsWn/mHKy3svxlF8=";
2323

2424
nativeBuildInputs = [
2525
pkg-config

0 commit comments

Comments
 (0)