way-displays: 1.10.2 -> 1.11.0

This commit is contained in:
R. Ryantm 2024-04-20 15:07:02 +00:00
parent e540698524
commit 5d0c778935

View File

@ -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;