git-quick-stats: 2.6.2 -> 2.7.0 (#424758)

This commit is contained in:
Matthias Beyer
2025-07-29 17:37:45 +02:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "git-quick-stats";
version = "2.6.2";
version = "2.7.0";
src = fetchFromGitHub {
repo = "git-quick-stats";
owner = "arzzen";
rev = version;
sha256 = "sha256-OSEX9S6Q4R7fT2ic72GkUI5mW8wC5Hy2GQVeENlTm5E=";
sha256 = "sha256-utY3oD0IqnqyyDJv7i4hLkLCXukNcYSdZcaj8NUwRu0=";
};
nativeBuildInputs = [ makeWrapper ];