Merge pull request #309569 from DontEatOreo/update-stats

stats: 2.10.11 -> 2.10.13
This commit is contained in:
Bernardo Meurer 2024-05-16 17:58:57 -04:00 committed by GitHub
commit 80f4272215
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.10.11";
version = "2.10.13";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-vF32tDuSAZJrZ21iKtM+/2qk9WWoyMddrtg5wK2+IaI=";
hash = "sha256-AzH1rZFqEH8sovZZfJykvsEmCedEZWigQFHWHl6/PdE=";
};
sourceRoot = ".";