Unverified Commit 7d378cb9 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

uwsm: 0.23.3 -> 0.24.1 (#455546)

parents 11116a3f c756996f
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -29,22 +29,15 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "uwsm";
  version = "0.23.3";
  version = "0.24.1";

  src = fetchFromGitHub {
    owner = "Vladimir-csp";
    repo = "uwsm";
    tag = "v${finalAttrs.version}";
    hash = "sha256-UP9Ztps5oWl0bdXhSlE4SCxHFprUf74DWygJy6GvO4k=";
    hash = "sha256-x8Nx0Y4pIOjcN0aYSfTi3WyjzF/wzzgLpNrjpI2s/O0=";
  };

  patches = [
    (fetchpatch {
      url = "https://github.com/Vladimir-csp/uwsm/commit/bd4db0fd1880b9b798e8f67e2d4c5e4ca2a28aca.patch?full_index=1";
      hash = "sha256-GxGwy9BkpBKZGkG00+bVIh6iDNBgRG1f1f9GUKm3ERw=";
    })
  ];

  nativeBuildInputs = [
    makeBinaryWrapper
    meson