stats: 2.10.14 -> 2.10.15

Diff: https://github.com/exelban/stats/compare/v2.10.14...v2.10.15
Changelog: https://github.com/exelban/stats/releases/tag/v2.10.15
(cherry picked from commit cf4d0c4e3f66a2edb49c161f7117240914548864)
This commit is contained in:
DontEatOreo 2024-05-26 17:14:16 +03:00 committed by github-actions[bot]
parent 45cef8da7c
commit e62a262fea

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.10.14";
version = "2.10.15";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-WJBn98C5uV9EmeEM+Zieztuof1CW80co8wrLntY7D0E=";
hash = "sha256-q6FQQDHib79r0pwNli08fZfzWl8eze1SM1VNQlA2dMo=";
};
sourceRoot = ".";