stats: 2.11.7 -> 2.11.11

Changelog: https://github.com/exelban/stats/releases/tag/v2.11.11
Diff: https://github.com/exelban/stats/compare/v2.11.7...v2.11.11
(cherry picked from commit cbb3d6d9b7)
This commit is contained in:
DontEatOreo
2024-09-23 16:18:12 +03:00
parent e001b23345
commit e63a72f93e

View File

@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.11.7";
version = "2.11.11";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-UppO7Cky+9xYg292t/78GPJ822kJ0RMG9yvetxRMVsU=";
hash = "sha256-6USopfRy+ffxXYNAp14RcO/uKZa1yfnz2S3RP8HmCWw=";
};
sourceRoot = ".";