revpfw3: 0.4.3 -> 0.5.0

This commit is contained in:
TudbuT 2025-03-16 23:19:22 +01:00
parent 72d91d96a1
commit db4b072c70
No known key found for this signature in database
GPG key ID: B3CF345217F202D3

View file

@ -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";