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

stats: 2.11.49 -> 2.11.51 (#438311)

parents a82a9674 85df8e93
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.49";
  version = "2.11.51";

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

  sourceRoot = ".";