Update to 0.5.1
This commit is contained in:
parent
16457f6325
commit
4588ddb531
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ord";
|
pname = "ord";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "casey";
|
owner = "casey";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
#sha256 = lib.fakeSha256;
|
#sha256 = lib.fakeSha256;
|
||||||
sha256 = "sha256-0atd/zW4NsTAmnJYjjlnB9rWnvK7d/ap9RgFRPqNrpc=";
|
sha256 = "sha256-3lOEFNhG9NU0+D4sGvfbKgFLj4F6Bhgt1R7zRSzKhzo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-vuMPk7TDXeyL4w/igO0IG6KSG2uzJftartEOWoMUjO8";
|
cargoSha256 = "sha256-koJgU4KEXK7468weJY57yP7f1tSB9nImvVa5CbNQDDg=";
|
||||||
|
|
||||||
nativeBuildInputs = [pkg-config];
|
nativeBuildInputs = [pkg-config];
|
||||||
buildInputs = [openssl];
|
buildInputs = [openssl];
|
||||||
|
Loading…
Reference in New Issue
Block a user