Commit ce71b208 authored by dcdq's avatar dcdq Committed by Masum Reza
Browse files

uwsm: 0.20.5 -> 0.21.1

parent 46b5fa5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "uwsm";
  version = "0.20.5";
  version = "0.21.1";

  src = fetchFromGitHub {
    owner = "Vladimir-csp";
    repo = "uwsm";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RHxA0X3cqHtp4NZl7qlqBYkqOJay8IPoaj12bdouVkc=";
    hash = "sha256-12x3IUfo+sl/9XQ2rqifit4P76JGozSA0JLnpwtU8vM=";
  };

  nativeBuildInputs = [