Skip to content

Commit

Permalink
matrix-commander-rs: 0.4.1 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aucub committed Dec 18, 2024
1 parent aa49f1a commit 7e7c24e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pkgs/by-name/ma/matrix-commander-rs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,26 @@
openssl,
pkg-config,
rustPlatform,
perl,
}:

rustPlatform.buildRustPackage rec {
pname = "matrix-commander-rs";
version = "0.4.1";
version = "0.10.0";

src = fetchFromGitHub {
owner = "8go";
repo = "matrix-commander-rs";
tag = "v${version}";
hash = "sha256-UoqddgXrwaKtIE0cuAFkfrgmvLIDRpGjl5jBQvh9mdI=";
hash = "sha256-eEkSdr6qHLUBp4natvq7uMbcqxDOTJAE1vEPWLE3KKM=";
};

cargoHash = "sha256-cMXnMCiMeM4Tykquco7G3kcZC2xxoDl+uWqrQLFp1VM=";
cargoHash = "sha256-lMS034ZwalVaxKflRIFYGuG01lYTOpj1qgPskk47NE4=";

nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [
pkg-config
perl
];

buildInputs =
[ openssl ]
Expand Down

0 comments on commit 7e7c24e

Please sign in to comment.