Unverified Commit bb942a42 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

onefetch: 2.25.0 -> 2.26.1 (#473063)

parents 2bddbb5c 1eab653d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "onefetch";
  version = "2.25.0";
  version = "2.26.1";

  src = fetchFromGitHub {
    owner = "o2sh";
    repo = "onefetch";
    rev = version;
    hash = "sha256-ZaaSuHWkhJx0q1CBAiRhwoLeeyyoAj6/vP3AJwybjAo=";
    hash = "sha256-JT7iQRKOK/2Zh/IDMv1FM1szITeBaaMy+WuXHjpPkfY=";
  };

  cargoHash = "sha256-56Net4nNRndePhdsQPbmqiPHpOUGMmnQt6BuplQpvSU=";
  cargoHash = "sha256-VBbiOA/+SPcIvmhNQ71gUBOIWEWV1A86rljBfdAfhZM=";

  cargoPatches = [
    # enable pkg-config feature of zstd