Merge pull request #298730 from DontEatOreo/update-stats

stats: 2.10.3 -> 2.10.5
This commit is contained in:
Emily Trau 2024-03-25 10:45:04 +10:00 committed by GitHub
commit 517d9125d9
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.3";
version = "2.10.5";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-PSRK9YihiIHKHade3XE/OnAleBhmu71CNFyzJ/Upx/A=";
hash = "sha256-IBliS0RSWlCSLYeSHTapW9B2mPJtZqL7k8jskpXy1F4=";
};
sourceRoot = ".";