stats: 2.11.45 -> 2.11.49

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

(cherry picked from commit 3a074719a3)
This commit is contained in:
DontEatOreo
2025-08-04 01:56:23 +03:00
committed by FlameFlag
parent e7b7aee122
commit ff7d80da5d

View File

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