Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

stats: 2.11.36 -> 2.11.41

Changelog: https://github.com/exelban/stats/releases/tag/v2.11.41
Diff: https://github.com/exelban/stats/compare/v2.11.36...v2.11.41

DontEatOreo 0b86cb90 25f42112

+2 -2
+2 -2
pkgs/by-name/st/stats/package.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 10 pname = "stats"; 11 - version = "2.11.36"; 11 + version = "2.11.41"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg"; 15 - hash = "sha256-ESCZWWJwzkuc+51qSOVj635nADfz2lHRsfn6YQyB69U="; 15 + hash = "sha256-iW22uCyfx9sCX3GyVmYzyJIHylxIpgJLns2oHVFBwc4="; 16 16 }; 17 17 18 18 sourceRoot = ".";