DontEatOreo 2024-06-16 16:48:12 +03:00
parent 683aa7c4e3
commit fccc9249de
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.10.16";
version = "2.10.18";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-fSn4qZMXRlWxqIZ2Jh1anLQPbx/TqHA7UFRq+pR3o+4=";
hash = "sha256-iBo6rP8V7jGTFaKyd3er3L2EWW3slCyV6eFoJT3w7z8=";
};
sourceRoot = ".";