stats: 2.11.16 -> 2.11.18 (#355956)

This commit is contained in:
Nikolay Korotkiy 2024-11-16 17:07:05 +04:00 committed by GitHub
commit df0f38d7cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.11.16";
version = "2.11.18";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-cv2fTb3Xykp5HnBhkGezUwWk2SkHQVMcRjJ8rXJlUrU=";
hash = "sha256-xEU897PE8LniQJijp83oSbHllck3pyediMqz/bzgFyE=";
};
sourceRoot = ".";