Merge pull request #265179 from r-ryantm/auto-update/goaccess

goaccess: 1.8 -> 1.8.1
This commit is contained in:
Weijia Wang 2023-12-04 01:47:19 +01:00 committed by GitHub
commit 26acf67502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
}:
stdenv.mkDerivation rec {
version = "1.8";
version = "1.8.1";
pname = "goaccess";
src = fetchFromGitHub {
owner = "allinurl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nZqjC6PEpD/md+mWRhuro2hAxVAGiUhETfZMVHlfP5o=";
sha256 = "sha256-GTW7ECSHjFBw8O2NewvMgC+3aheusupDlSBTxZriHHc=";
};
nativeBuildInputs = [