Merge pull request #248267 from kashw2/compactor

compactor: 1.2.2 -> 1.2.3
This commit is contained in:
Jörg Thalheim 2023-08-10 08:01:46 +01:00 committed by GitHub
commit d99621b35d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [