Commit 2e1966a7 authored by figsoda's avatar figsoda
Browse files

onefetch: 2.13.2 -> 2.14.2

parent cdad0ce1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@

rustPlatform.buildRustPackage rec {
  pname = "onefetch";
  version = "2.13.2";
  version = "2.14.2";

  src = fetchFromGitHub {
    owner = "o2sh";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ydRdnzOI9syfF2ox9vHA9Q0j8C7ZNb0b7CJfqUprPA0=";
    rev = version;
    sha256 = "sha256-LiX91GMJdmhosCZcL3JlzYRieqeQs+YWMAtKTzSBzZY=";
  };

  cargoSha256 = "sha256-IprUSNxoojagXUO/I7WDGJMG0U541ioe4qgLT4hqmbY=";
  cargoSha256 = "sha256-D1GVwNpuqoiwJsWAZfTR9qUC1xuHR+O0bq9rxmgkYXk=";

  cargoPatches = [
    # enable pkg-config feature of zstd