Update to 0.5.0

This commit is contained in:
Greg Shuflin 2023-02-13 23:07:55 -08:00
parent 789189180e
commit 16457f6325
1 changed files with 4 additions and 3 deletions

View File

@ -2,16 +2,17 @@
rustPlatform.buildRustPackage rec {
pname = "ord";
version = "0.4.2";
version = "0.5.0";
src = fetchFromGitHub {
owner = "casey";
repo = pname;
rev = version;
sha256 = "sha256-jZUW8tL1kS9hotMteJNGtiHaw0MqiFDgyH3+DeQ5L00=";
#sha256 = lib.fakeSha256;
sha256 = "sha256-0atd/zW4NsTAmnJYjjlnB9rWnvK7d/ap9RgFRPqNrpc=";
};
cargoSha256 = "sha256-HjmX7r8y6ILatUlBjiBp39p36CY2kWj1IUKlSw7fKGk=";
cargoSha256 = "sha256-vuMPk7TDXeyL4w/igO0IG6KSG2uzJftartEOWoMUjO8";
nativeBuildInputs = [pkg-config];
buildInputs = [openssl];