Merge pull request #224236 from fabaff/goaccess-bump

goaccess: 1.7.1 -> 1.7.2
This commit is contained in:
Fabian Affolter
2023-04-02 00:31:06 +02:00
committed by GitHub
+2 -2
View File
@@ -10,14 +10,14 @@
}:
stdenv.mkDerivation rec {
version = "1.7.1";
version = "1.7.2";
pname = "goaccess";
src = fetchFromGitHub {
owner = "allinurl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-RJQyR6nTvDvR+outbVDYKFC1Tl99O0SZW94e/SbqAO0=";
sha256 = "sha256-LYvdxVlGL4dVfhYkeR+TmYSvey0ArJrkC37t5BIIJfE=";
};
nativeBuildInputs = [