From 5431d45d67d7e9012dd1b04b00fb016bd9397e66 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 26 Jan 2023 21:07:42 +0000 Subject: [PATCH] autorandr: 1.13.2 -> 1.13.3 --- pkgs/tools/misc/autorandr/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/autorandr/default.nix b/pkgs/tools/misc/autorandr/default.nix index 85808e43c49..8a364c50fe0 100644 --- a/pkgs/tools/misc/autorandr/default.nix +++ b/pkgs/tools/misc/autorandr/default.nix @@ -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; {