tunnelx: 2023-07-nix -> 2023-09-29

This commit is contained in:
R. Ryantm 2023-10-02 18:10:43 +00:00
parent 58aa673711
commit 2a913e7b5c

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "tunnelx"; pname = "tunnelx";
version = "2023-07-nix"; version = "2023-09-29";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CaveSurveying"; owner = "CaveSurveying";
repo = "tunnelx"; repo = "tunnelx";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-H6lHqc9on/pv/KihNcaHPwbWf4JXRkeRqNoYq6yVKqM="; hash = "sha256-4vTtmhVNDXUD7pCiugt+Yl/M3MFsUnzJfpcU9AxnGvA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [