1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

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

goaccess: 1.6.2 -> 1.6.3
This commit is contained in:
superherointj 2022-09-05 20:24:28 -03:00 committed by GitHub
commit 24b025c615
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
}:
stdenv.mkDerivation rec {
version = "1.6.2";
version = "1.6.3";
pname = "goaccess";
src = fetchFromGitHub {
owner = "allinurl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ie+66zfw11dzUgAHSRtJA09nWSSvyHZ0ygkVL4aZO14=";
sha256 = "sha256-PeF+NfoLizPdk8yHQRfycBSpf3ZIUZX2YQdAbVbdArc=";
};
nativeBuildInputs = [