Unverified Commit 93636338 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

stats: 2.11.36 -> 2.11.41 (#401448)

parents 3694efd8 0b86cb90
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.36";
  version = "2.11.41";

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

  sourceRoot = ".";