stats: 2.9.11 -> 2.10.3

Diff: https://github.com/exelban/stats/compare/v2.9.11...v2.10.3
This commit is contained in:
Alexis Hildebrandt
2024-03-04 20:32:22 +01:00
parent 95002f7df7
commit bfac7585ae
+2 -2
View File
@@ -6,11 +6,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
version = "2.9.11";
version = "2.10.3";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
hash = "sha256-L7E3naVeFYxeS8OAEkXEgY7YB+6E+yrGfIAUr52EWvA=";
hash = "sha256-PSRK9YihiIHKHade3XE/OnAleBhmu71CNFyzJ/Upx/A=";
};
sourceRoot = ".";