attempt to update rpxy (and fail)
This commit is contained in:
@@ -1,25 +1,18 @@
|
||||
{
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
fetchurl,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "rpxy";
|
||||
version = "0.10.0";
|
||||
version = "0.10.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/junkurihara/rust-rpxy/archive/refs/tags/0.10.0.tar.gz";
|
||||
hash = "sha256-f85ZhseZGQU0fnuV2ellJV8uQf1aBd7rVcALgFz85IU=";
|
||||
name = "rpxy-source-${finalAttrs.version}.tar.gz";
|
||||
url = "https://github.com/junkurihara/rust-rpxy/archive/refs/tags/${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-SOrIfrBcQi1EKZFm8io4Q49Wnb1iEPtS+Y1ix3zGPgU=";
|
||||
};
|
||||
# src = fetchFromGitHub {
|
||||
# owner = "junkurihara";
|
||||
# repo = "rust-rpxy";
|
||||
# rev = finalAttrs.version;
|
||||
# fetchSubmodules = true;
|
||||
# # hash = "sha256-Dt2GVEE2Cr8dFS4SaV7qB56waIEZIRbc//CWIMoHc+4=";
|
||||
# };
|
||||
|
||||
cargoHash = "sha256-AZsimMTtkSiJPWu985HKYCnThibHqKjOsm7n44aKuWo=";
|
||||
cargoHash = "sha256-y0EGZ8iYQs6EhPLpkiux/14Z1zn/+flAJO7rjVZiI8c=";
|
||||
|
||||
meta = {
|
||||
mainProgram = "rpxy";
|
||||
|
Reference in New Issue
Block a user