Skip to content

Commit

Permalink
git-quick-stats: 2.5.3 -> 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 10, 2024
1 parent 2225c6a commit f9ffd43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "git-quick-stats";
version = "2.5.3";
version = "2.5.4";

src = fetchFromGitHub {
repo = "git-quick-stats";
owner = "arzzen";
rev = version;
sha256 = "sha256-Fh8FSaclxOkTr49HixjwoM/367RjtdQ4dRyw87KylPs=";
sha256 = "sha256-dbi48rq3ijPa45xtTi6kAly/IwkX4aK1P9hmcPNQEqM=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit f9ffd43

Please sign in to comment.