Merge pull request #280598 from r-ryantm/auto-update/forkstat

forkstat: 0.03.01 -> 0.03.02
This commit is contained in:
Nick Cao 2024-01-13 10:21:41 -05:00 committed by GitHub
commit f630fe86ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "forkstat";
version = "0.03.01";
version = "0.03.02";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-T7O+PIWmFC4wi4nnmNsAH8H0SazixBoCx5ZdBV2wL+E=";
hash = "sha256-lwJIs5knNzkwgIkSdMSVVtrzqnxGy6uOTKsBDkS3xy4=";
};
installFlags = [