summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-04-01 19:07:47 +0300
committerDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-04-01 19:07:47 +0300
commit1524ca45646f105484c31e8c1fea5c6e3804caf0 (patch)
tree0bd4b76fa02a2953c5a2d5d0a99810edab764a48
parentMerge pull request #300657 from LordMZTE/gpio-power (diff)
downloadnixpkgs-1524ca45646f105484c31e8c1fea5c6e3804caf0.tar.gz
stats: 2.10.5 -> 2.10.6
Diff: https://github.com/exelban/stats/compare/v2.10.5...v2.10.6 Changelog: https://github.com/exelban/stats/releases/tag/v2.10.6
-rw-r--r--pkgs/by-name/st/stats/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/st/stats/package.nix b/pkgs/by-name/st/stats/package.nix
index 76bc6b84735b..5cc91cde455d 100644
--- a/pkgs/by-name/st/stats/package.nix
+++ b/pkgs/by-name/st/stats/package.nix
@@ -6,11 +6,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "stats";
- version = "2.10.5";
+ version = "2.10.6";
src = fetchurl {
url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg";
- hash = "sha256-IBliS0RSWlCSLYeSHTapW9B2mPJtZqL7k8jskpXy1F4=";
+ hash = "sha256-5FjxEBZ+HbiWVR/8DBfVPeWACRwrw+Kcn1jld/CR+Ck=";
};
sourceRoot = ".";