cargonode: 0.1.2 -> 0.1.3

https://github.com/xosnrdev/cargonode/releases
This commit is contained in:
xosnrdev
2025-01-09 14:50:41 -05:00
parent 49d7b9e9f7
commit f89da9cbf4
+4 -5
View File
@@ -3,21 +3,20 @@
rustPlatform,
fetchFromGitHub,
pkg-config,
bzip2,
}:
rustPlatform.buildRustPackage rec {
pname = "cargonode";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "xosnrdev";
repo = "cargonode";
tag = version;
hash = "sha256-xzBLuQRyKmd9k0sbBFV5amtFWwKqXR0CEsRv8SHiJcQ=";
hash = "sha256-O5+wAM99m1rgQpwz36mkHEU/FvGnY6hBCKPMIGXCeCU=";
};
cargoHash = "sha256-v+Fs2VJrpnIOk9nPRanYYChlR7WOfkXF1kbYOKjOUYc=";
cargoHash = "sha256-ZmWpqASh//iCg8blpbso3fhhqJzeOmxLXA1zyUobmwU=";
checkFlags = [
# Skip test that requires network access
@@ -35,7 +34,7 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Unified tooling for Node.js";
mainProgram = "cargonode";
homepage = "https://github.com/xosnrdev/cargonode";
homepage = "https://github.com/xosnrdev/cargonode?tab=readme-ov-file#readme";
changelog = "https://github.com/xosnrdev/cargonode/blob/${version}/CHANGELOG.md";
license = with lib.licenses; [
asl20 # or