way-displays: 1.12.2 -> 1.13.0

This commit is contained in:
R. Ryantm
2025-03-30 02:22:07 +00:00
parent 015baae019
commit 8c92f0bad7
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "way-displays";
version = "1.12.2";
version = "1.13.0";
src = fetchFromGitHub {
owner = "alex-courtis";
repo = "way-displays";
rev = version;
sha256 = "sha256-Og0SQOA5sny1N0llOiScmfqvRuplCE89z38YWNRtPho=";
sha256 = "sha256-auZhA29l3eBz5OALLP5MDqoT8DxLLyOpjMAbNf4pYwg=";
};
strictDeps = true;