git-quick-stats: 2.5.4 -> 2.5.5

This commit is contained in:
R. Ryantm 2024-04-28 00:58:07 +00:00
parent 60cb88cc49
commit 5d3a32aa2a

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "git-quick-stats";
version = "2.5.4";
version = "2.5.5";
src = fetchFromGitHub {
repo = "git-quick-stats";
owner = "arzzen";
rev = version;
sha256 = "sha256-dbi48rq3ijPa45xtTi6kAly/IwkX4aK1P9hmcPNQEqM=";
sha256 = "sha256-7riA3yYw2D8+x/wzzbv0RF+zHCtqVC1ZpVANZp9x2AQ=";
};
nativeBuildInputs = [ makeWrapper ];