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

forkstat: 0.03.00 -> 0.03.01
This commit is contained in:
Ilan Joselevich 2023-03-07 14:57:08 +02:00 committed by GitHub
commit 11605428a7
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.00";
version = "0.03.01";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-hxheElo/v23Xt7m6GvDgGdyIH+fC4eZSUztiuBbQ8T8=";
hash = "sha256-T7O+PIWmFC4wi4nnmNsAH8H0SazixBoCx5ZdBV2wL+E=";
};
installFlags = [