acme-sh: 3.1.3 -> 3.1.4

This commit is contained in:
R. Ryantm
2026-07-17 06:23:18 +00:00
parent 3caf6c92ce
commit b7e5c56a20

View File

@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "acme.sh";
version = "3.1.3";
version = "3.1.4";
src = fetchFromGitHub {
owner = "acmesh-official";
repo = "acme.sh";
tag = finalAttrs.version;
hash = "sha256-oWVTk4fKbplMY4NJWf9eTokiHSxPMZ8lgSoG4aF8DVk=";
hash = "sha256-xw10M4C6bqnxLxPeXE9dbFP/ajkpO2SQUJp56CeYysk=";
};
nativeBuildInputs = [