Skip to content

Commit

Permalink
schemamap: 0.4.0 -> 0.4.3 (#349511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Nov 5, 2024
2 parents a6e5ee1 + 44cb9e2 commit c172738
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sc/schemamap/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}:

let
version = "0.4.0";
version = "0.4.3";
in
rustPlatform.buildRustPackage rec {
pname = "schemamap";
Expand All @@ -19,12 +19,12 @@ rustPlatform.buildRustPackage rec {
owner = "schemamap";
repo = "schemamap";
rev = "v${version}";
hash = "sha256-L5p7Kh5sQAlDHrXgWUuiYZb3sV0Mp2ODEOMQsaB0iMs=";
hash = "sha256-YR7Ucd8/Z1hOUNokmfSVP2ZxDL7qLb6SZ86/S7V/GKk=";
};

sourceRoot = "${src.name}/rust";

cargoHash = "sha256-rwAujQC/zV5nH5YQdjPRyf1L7SYSbdS3FJ5SAVMlhRE=";
cargoHash = "sha256-iq1/8oWVgiqdYfmJKzrIe9gkCz7fDw08QcaQgfd7vuo=";

buildInputs =
[ openssl ]
Expand Down

0 comments on commit c172738

Please sign in to comment.