about summary refs log tree commit diff
path: root/pkgs/tools/misc/autorandr
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2023-01-15 16:57:13 +0100
committerGaetan Lepage <gaetan@glepage.com>2023-01-15 16:57:13 +0100
commitd599e734e5de8f2cfbd143a218c50b48b3db40c4 (patch)
treeef038ae3b328f85466bbc83a33bdac5cc8a4564f /pkgs/tools/misc/autorandr
parent162545d3fdf3c7c02ca8eb0d8dc3d6aec7cae2ea (diff)
downloadnixlib-d599e734e5de8f2cfbd143a218c50b48b3db40c4.tar
nixlib-d599e734e5de8f2cfbd143a218c50b48b3db40c4.tar.gz
nixlib-d599e734e5de8f2cfbd143a218c50b48b3db40c4.tar.bz2
nixlib-d599e734e5de8f2cfbd143a218c50b48b3db40c4.tar.lz
nixlib-d599e734e5de8f2cfbd143a218c50b48b3db40c4.tar.xz
nixlib-d599e734e5de8f2cfbd143a218c50b48b3db40c4.tar.zst
nixlib-d599e734e5de8f2cfbd143a218c50b48b3db40c4.zip
autorandr: 1.12.1 -> 1.13, nixos/services/autorandr: add ignoreLeadOption
Diffstat (limited to 'pkgs/tools/misc/autorandr')
-rw-r--r--pkgs/tools/misc/autorandr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/autorandr/default.nix b/pkgs/tools/misc/autorandr/default.nix
index eb1ce13f3108..1f22401a4190 100644
--- a/pkgs/tools/misc/autorandr/default.nix
+++ b/pkgs/tools/misc/autorandr/default.nix
@@ -8,7 +8,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "autorandr";
-  version = "1.12.1";
+  version = "1.13";
   format = "other";
 
   nativeBuildInputs = [ installShellFiles ];
@@ -59,7 +59,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "phillipberndt";
     repo = "autorandr";
     rev = version;
-    sha256 = "sha256-7SNnbgV6PeseBD6wdilEIOfOL2KVDpnlkSn9SBgRhhM=";
+    sha256 = "sha256-pTWwDKBCZV3wkX/VHuWrwMFgUAMDvik11y+ysKiN3HU=";
   };
 
   meta = with lib; {