autorandr: 1.13.2 -> 1.13.3

This commit is contained in:
R. Ryantm 2023-01-26 21:07:42 +00:00
parent a58215b5eb
commit 5431d45d67

View file

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