Merge pull request #302962 from DontEatOreo/update-stats

stats: 2.10.6 -> 2.10.7
This commit is contained in:
Weijia Wang 2024-04-10 11:58:08 +02:00 committed by GitHub
commit 86cab09dcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.10.6";
version = "2.10.7";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-5FjxEBZ+HbiWVR/8DBfVPeWACRwrw+Kcn1jld/CR+Ck=";
hash = "sha256-B44KFrKy76IZB7QeivE4a/e8JARp4VwJs0mTffa622w=";
};
sourceRoot = ".";