zigfetch: 0.27.1 -> 0.27.2

This commit is contained in:
R. Ryantm
2026-07-13 15:42:57 +00:00
parent b6511a3b8b
commit 5a6fc050a2

View File

@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "zigfetch";
version = "0.27.1";
version = "0.27.2";
src = fetchFromGitHub {
owner = "utox39";
repo = "zigfetch";
rev = "v${finalAttrs.version}";
hash = "sha256-A8DZ8O7WghvN9+74FGapLl/7SfGc3n+FlyI6jRKX/yk=";
hash = "sha256-PFZqtKgZYRRVXf0bNUKYFsahmJ9g2qcm58LFTR4ZzCU=";
};
patches = lib.optionals stdenv.hostPlatform.isDarwin [