Merge pull request #212838 from r-ryantm/auto-update/autorandr

autorandr: 1.13.2 -> 1.13.3
This commit is contained in:
Nick Cao 2023-01-27 11:04:09 +08:00 committed by GitHub
commit 38c86b9944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "autorandr";
version = "1.13.2";
version = "1.13.3";
format = "other";
nativeBuildInputs = [ installShellFiles desktop-file-utils ];
@ -60,7 +60,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "phillipberndt";
repo = "autorandr";
rev = "refs/tags/${version}";
sha256 = "sha256-Yn950V7DgLhwYSoGyUvjTH0Vwg/FodxhKsBP5iLTgqA=";
sha256 = "sha256-3zWYOOVYpj+s7VKagnbI55MNshM5WtbCFD6q9tRCzes=";
};
meta = with lib; {