revpfw3: 0.4.0 -> 0.4.2

This commit is contained in:
TudbuT 2024-10-18 11:49:34 +02:00
parent 01eb8df5f1
commit c0f56fd034
No known key found for this signature in database
GPG Key ID: B3CF345217F202D3

View File

@ -2,10 +2,13 @@
lib, lib,
fetchgit, fetchgit,
rustPlatform, rustPlatform,
nix-update-script,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "revpfw3"; pname = "revpfw3";
version = "0.4.0"; version = "0.4.2";
passthru.updateScript = nix-update-script { };
src = fetchgit { src = fetchgit {
url = "https://git.tudbut.de/tudbut/revpfw3"; url = "https://git.tudbut.de/tudbut/revpfw3";
@ -13,7 +16,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-v8BtgQYdELui5Yu8kpE5f97MSo/WhNah+e1xXhZGJwM="; hash = "sha256-v8BtgQYdELui5Yu8kpE5f97MSo/WhNah+e1xXhZGJwM=";
}; };
cargoHash = "sha256-0AVp6fQq/NCkvKcK5ALbFNxNkt0NgbOmGlmDBGxwONQ="; cargoHash = "sha256-MmVN4NmwSZiWYh7uMAQ+OogJT1kRLoB2q6gVfoaer54=";
meta = { meta = {
description = "Reverse proxy to bypass the need for port forwarding"; description = "Reverse proxy to bypass the need for port forwarding";