chore(pkgs): update parinfer-rust

This commit is contained in:
reo101 2023-07-13 14:25:02 +03:00
parent 738c0925a3
commit ab95ac9e67
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "parinfer-rust"; pname = "parinfer-rust";
version = "4d4f4c6c0d3b44c8443f3102bfadfb67dfb385f7"; version = "3c769707ad3b18d530f696fe42a9d495139149ab";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eraserhd"; owner = "eraserhd";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = lib.fakeSha256; sha256 = "sha256-EVFuCZo6lYXEOWQzTW7BEfB5PIbO4YA4dCMo7N4oWrM=";
}; };
cargoSha256 = lib.fakeSha256; cargoSha256 = lib.fakeSha256;