mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
revpfw3: 0.4.3 -> 0.5.0
This commit is contained in:
parent
72d91d96a1
commit
db4b072c70
1 changed files with 3 additions and 3 deletions
|
@ -6,18 +6,18 @@
|
|||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "revpfw3";
|
||||
version = "0.4.3";
|
||||
version = "0.5.0";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.tudbut.de/tudbut/revpfw3";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-7MnYTY/7PWu+VvxABtSLUnJ4FPzd9QCfrUBcSxcXUso=";
|
||||
hash = "sha256-oqBzRpfL5sMxE29HwVXW4rdnf5cfNCn2pUqZiYDhHDk=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-2tpaTVCJJ0c4SyBQU2FjGvCYbdNLXxwIXv8O0+Uibrs=";
|
||||
cargoHash = "sha256-F9ngyKWAdm3GyN6cSErtHoMN/u6A3ML7OMFP1QIaH9c=";
|
||||
|
||||
meta = {
|
||||
description = "Reverse proxy to bypass the need for port forwarding";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue