Gaël Reyrol
2025-03-18 11:19:23 +01:00
parent 7cea7baaca
commit 06bbe4080a
+4 -4
View File
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "mago";
version = "0.10.0";
version = "0.20.2";
src = fetchFromGitHub {
owner = "carthage-software";
repo = "mago";
tag = version;
hash = "sha256-NYAlLJsKI+twrlryVumjsOnY3xvEeLTO/rAFTZtE+KU=";
hash = "sha256-XRPP57ylTLodOCzRTLO1IXLq9Yuk/vkDovSlMcushy0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-0AnJIrA15WC3LPiokwuX9w9riaaL5s2vqwhj4XRa6LM=";
cargoHash = "sha256-Mlxs0ApYOOHNYEt2AWuOixLqBJrJ/++Gy+EFGsb9wKM=";
env = {
# Get openssl-sys to use pkg-config
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
tests.version = testers.testVersion {
package = mago;
command = "mago --version";
version = "mago-cli ${version}";
version = "mago ${version}";
};
};