git-recent: 2.0.2 -> 2.0.4 (#424819)

This commit is contained in:
Matthias Beyer 2025-07-16 18:28:53 +02:00 committed by GitHub
commit b1cae762e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "git-recent";
version = "2.0.2";
version = "2.0.4";
src = fetchFromGitHub {
owner = "paulirish";
repo = "git-recent";
rev = "v${version}";
sha256 = "sha256-BwnSDIBGjhfQ9mA/29NfWYaVZGXzZudX9LsCdRlnT0I=";
sha256 = "sha256-b6AWLEXCOza+lIHlvyYs3M6yHGr2StYXzl7OsA9gv/k=";
};
nativeBuildInputs = [ makeWrapper ];