zigfetch: 0.24.0 -> 0.24.2 (#452103)

This commit is contained in:
Yohann Boniface
2025-10-15 21:52:48 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zigfetch";
version = "0.24.0";
version = "0.24.2";
src = fetchFromGitHub {
owner = "utox39";
repo = "zigfetch";
rev = "v${finalAttrs.version}";
hash = "sha256-1jGFwZgidjE/bgUB+cvlgPQpMOJqWy441VUz289AIvo=";
hash = "sha256-ciAMz4zw8+SgMMsrjQUGBkSMMNtMJSo2KbyE2RlRYDc=";
};
patches = lib.optionals stdenv.hostPlatform.isDarwin [