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

Merge pull request #315637 from NixOS/backport-314859-to-release-24.05

[Backport release-24.05] stats: 2.10.14 -> 2.10.15
parents b97ebb1e e62a262f
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.10.14";
  version = "2.10.15";

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

  sourceRoot = ".";