stats: 2.11.49 -> 2.11.51

Changelog: https://github.com/exelban/stats/releases/tag/v2.11.51
Diff: https://github.com/exelban/stats/compare/v2.11.49...v2.11.51

(cherry picked from commit 85df8e9381)
This commit is contained in:
FlameFlag
2025-08-29 19:28:32 +03:00
parent ff7d80da5d
commit d0477a7a4e

View File

@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.11.49";
version = "2.11.51";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-v+ZwEFYb5v7dUZlXar8io4/Lr34326ZM1p5j7OzSmig=";
hash = "sha256-oFRS60LPIscqBPMUfK1WvWi7eDv3VpAUaaAKyrpzN2s=";
};
sourceRoot = ".";