way-displays: 1.11.0 -> 1.12.2 (#385718)

This commit is contained in:
Wolfgang Walther
2025-03-16 13:23:35 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "way-displays";
version = "1.11.0";
version = "1.12.2";
src = fetchFromGitHub {
owner = "alex-courtis";
repo = "way-displays";
rev = version;
sha256 = "sha256-uJsamTsfxpFoKOSgNs6+VQpB7/ec4NoHJsjtDa5Dex8=";
sha256 = "sha256-Og0SQOA5sny1N0llOiScmfqvRuplCE89z38YWNRtPho=";
};
strictDeps = true;