3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #205308 from r-ryantm/auto-update/eventstat

eventstat: 0.04.13 -> 0.05.00
This commit is contained in:
Weijia Wang 2023-01-23 07:57:56 +01:00 committed by GitHub
commit 67c4fc9b60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "eventstat";
version = "0.04.13";
version = "0.05.00";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-psamt9omhakiO3Kx2EzofPL2VAsva7XKQTZmn6zKefA=";
hash = "sha256-yGEFegUpWNBsrGZJjWud3aOsRJgXsOJmXkgpXcsPHo0=";
};
buildInputs = [ ncurses ];