compactor: 1.2.2 -> 1.2.3

This commit is contained in:
kashw2 2023-08-10 13:10:40 +10:00
parent ce2b9efeb1
commit a39b2d9416

View File

@ -6,14 +6,14 @@
stdenv.mkDerivation rec {
pname = "compactor";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "dns-stats";
repo = pname;
rev = version;
fetchSubmodules = true;
hash = "sha256-SgmtlbYOrSMzVfzsrbg4qs+yGkXQialiJTI99EBsUjQ=";
hash = "sha256-5Z14suhO5ghhmZsSj4DsSoKm+ct2gQFO6qxhjmx4Xm4=";
};
nativeBuildInputs = [