Skip to content

Commit 3687326

Browse files
authored
stats: 2.11.19 -> 2.11.21 (NixOS#365820)
2 parents 9612fba + beaebc0 commit 3687326

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/st/stats/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "stats";
11-
version = "2.11.19";
11+
version = "2.11.21";
1212

1313
src = fetchurl {
1414
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
15-
hash = "sha256-aJ9b8/mWZmYPbS9Er6sMoMAIS7G0AoPT/7gnEx7SsGw=";
15+
hash = "sha256-EqgWHxiSpMpzxQkogfMX8wTlzIhlfcUIlTARlihjwgw=";
1616
};
1717

1818
sourceRoot = ".";

0 commit comments

Comments
 (0)