We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4c5e72 + 1c57ff7 commit 0703077Copy full SHA for 0703077
pkgs/by-name/ma/matrix-commander-rs/package.nix
@@ -9,17 +9,17 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "matrix-commander-rs";
12
- version = "0.10.1";
+ version = "1.0.0";
13
14
src = fetchFromGitHub {
15
owner = "8go";
16
repo = "matrix-commander-rs";
17
tag = "v${version}";
18
- hash = "sha256-ljRFZYfTSyiIVgABgQAVLlwhOmeMumAyZe9tASPtMZA=";
+ hash = "sha256-CvsMRxB5s891cVu03RroTQYOGA6rmhpif8VT0njXTnc=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-BMVxxCOAznAsqKUgGHJ9hPgdIksCyzMVUHeLa+om09U=";
+ cargoHash = "sha256-hzWq09qJTox8yZuMOQ1///hKxY4EsWn/mHKy3svxlF8=";
23
24
nativeBuildInputs = [
25
pkg-config
0 commit comments