git-quick-stats: 2.5.7 -> 2.5.8

This commit is contained in:
R. Ryantm
2024-12-12 20:49:49 +00:00
parent 52a2613850
commit 3883a09df8
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "git-quick-stats";
version = "2.5.7";
version = "2.5.8";
src = fetchFromGitHub {
repo = "git-quick-stats";
owner = "arzzen";
rev = version;
sha256 = "sha256-TGwoW4jpXbFdxk9HAZJTDhXIHhR1QEcDRCjspBv2KdQ=";
sha256 = "sha256-k8JydRHjEJ4z5uJXCijF7DB9hULbLQ6YfJgFJLX4Ug4=";
};
nativeBuildInputs = [ makeWrapper ];