Unverified Commit 73fbc5be authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

uwsm: 0.26.0 -> 0.26.1 (#486328)

parents 43e6d366 8bc1ca87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "uwsm";
  version = "0.26.0";
  version = "0.26.1";

  src = fetchFromGitHub {
    owner = "Vladimir-csp";
    repo = "uwsm";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Com3Q6/xPM6fDW0rNP8QQpn8A/bUSC7cLs3xwRiTGDs=";
    hash = "sha256-HyclcItaSsBhzyYM9sgloSG6TBWvsUkRs+oIPezvO0E=";
  };

  nativeBuildInputs = [