mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
schemamap: 0.4.0 -> 0.4.3
This commit is contained in:
parent
dddcb35140
commit
44cb9e2937
@ -9,7 +9,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.4.0";
|
version = "0.4.3";
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "schemamap";
|
pname = "schemamap";
|
||||||
@ -19,12 +19,12 @@ rustPlatform.buildRustPackage rec {
|
|||||||
owner = "schemamap";
|
owner = "schemamap";
|
||||||
repo = "schemamap";
|
repo = "schemamap";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-L5p7Kh5sQAlDHrXgWUuiYZb3sV0Mp2ODEOMQsaB0iMs=";
|
hash = "sha256-YR7Ucd8/Z1hOUNokmfSVP2ZxDL7qLb6SZ86/S7V/GKk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/rust";
|
sourceRoot = "${src.name}/rust";
|
||||||
|
|
||||||
cargoHash = "sha256-rwAujQC/zV5nH5YQdjPRyf1L7SYSbdS3FJ5SAVMlhRE=";
|
cargoHash = "sha256-iq1/8oWVgiqdYfmJKzrIe9gkCz7fDw08QcaQgfd7vuo=";
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ openssl ]
|
[ openssl ]
|
||||||
|
Loading…
Reference in New Issue
Block a user