Unverified Commit a2e3dffc authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

stats: 2.11.21 -> 2.11.22 (#369001)

parents 3e7585fd 1001f656
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "stats";
  version = "2.11.21";
  version = "2.11.22";

  src = fetchurl {
    url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
    hash = "sha256-EqgWHxiSpMpzxQkogfMX8wTlzIhlfcUIlTARlihjwgw=";
    hash = "sha256-b8Yj8YRoiE37cj4NDDdreoPH5BokBBTReFihUnHQ1wU=";
  };

  sourceRoot = ".";