autorandr: 1.13 -> 1.13.1

This commit is contained in:
R. Ryantm 2023-01-19 02:05:32 +00:00
parent f46ee73ba6
commit 9ad7ca73f4

View file

@ -8,7 +8,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "autorandr"; pname = "autorandr";
version = "1.13"; version = "1.13.1";
format = "other"; format = "other";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
@ -58,8 +58,8 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "phillipberndt"; owner = "phillipberndt";
repo = "autorandr"; repo = "autorandr";
rev = version; rev = "refs/tags/${version}";
sha256 = "sha256-pTWwDKBCZV3wkX/VHuWrwMFgUAMDvik11y+ysKiN3HU="; sha256 = "sha256-702x4O0rHW/VZIfu1+5G1gBSDQYVoAx167igz/M3Ea4=";
}; };
meta = with lib; { meta = with lib; {