chore(pkgs): update parinfer-rust
This commit is contained in:
parent
738c0925a3
commit
ab95ac9e67
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue