Unverified Commit 86cab09d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #302962 from DontEatOreo/update-stats

stats: 2.10.6 -> 2.10.7
parents 4cdaf505 c604c3c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ".";