Unverified Commit cfdfbd6d authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

zigfetch: 0.24.0 -> 0.24.2 (#452103)

parents e2a63651 1064e4d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 [