stats: 2.11.1 -> 2.11.4

Changelog: https://github.com/exelban/stats/releases/tag/v2.11.4
Diff: https://github.com/exelban/stats/compare/v2.11.4...v2.11.1
(cherry picked from commit d650b71d7a)
This commit is contained in:
DontEatOreo 2024-07-28 15:21:30 +03:00 committed by github-actions[bot]
parent ed5f791303
commit 3c1039d415

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.11.1";
version = "2.11.4";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-/6QFchDpWrJZEKuIsQi6FcGprVOa8J8THJ9Kt3ESrwY=";
hash = "sha256-Cm5gu+rL3eerAOnNcNUL2MlXsxV2jMiJLwgGtskIVP4=";
};
sourceRoot = ".";