stats: 2.11.57 -> 2.11.58

This commit is contained in:
Rafael Ieda
2025-10-28 10:29:03 -03:00
parent 09f3614b63
commit be5983ea16
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.11.57";
version = "2.11.58";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-hZGMFhac+JZTISzi9xlqHFJCNvGSXbb6styQ7vN51sw=";
hash = "sha256-2q9gPXrJ8elek+NuQq7RkdRnfnUc5Rw3Jopp6Q3R+UI=";
};
sourceRoot = ".";