Unverified Commit bca2c03f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #305568 from r-ryantm/auto-update/way-displays

way-displays: 1.10.2 -> 1.11.0
parents 7024082e 5d0c7789
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "way-displays";
  version = "1.10.2";
  version = "1.11.0";

  src = fetchFromGitHub {
    owner = "alex-courtis";
    repo = "way-displays";
    rev = version;
    sha256 = "sha256-OEsRSmtNDt3MO5MO7Ch9mOHHHraN+9qfcFn2AhXfvpk=";
    sha256 = "sha256-uJsamTsfxpFoKOSgNs6+VQpB7/ec4NoHJsjtDa5Dex8=";
  };

  strictDeps = true;