3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from r-ryantm/auto-update/compactor

compactor: 1.2.0 -> 1.2.2
This commit is contained in:
Bobby Rong 2022-07-30 10:46:36 +08:00 committed by GitHub
commit 35de407eed
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.0";
version = "1.2.2";
src = fetchFromGitHub {
owner = "dns-stats";
repo = pname;
rev = version;
fetchSubmodules = true;
hash = "sha256-AUNPUk70VwJ0nZgMPLMU258nqkL4QP6km0USrZi2ea0=";
hash = "sha256-SgmtlbYOrSMzVfzsrbg4qs+yGkXQialiJTI99EBsUjQ=";
};
nativeBuildInputs = [