about summary refs log tree commit diff
path: root/pkgs/tools/misc/autorandr
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-26 21:07:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-26 21:07:42 +0000
commit5431d45d67d7e9012dd1b04b00fb016bd9397e66 (patch)
tree6864f2956d90e82b10ca24843eef8d1b16b8dc8c /pkgs/tools/misc/autorandr
parenta58215b5eb8d5c53cc32189b4692ffab98e2dbfd (diff)
downloadnixlib-5431d45d67d7e9012dd1b04b00fb016bd9397e66.tar
nixlib-5431d45d67d7e9012dd1b04b00fb016bd9397e66.tar.gz
nixlib-5431d45d67d7e9012dd1b04b00fb016bd9397e66.tar.bz2
nixlib-5431d45d67d7e9012dd1b04b00fb016bd9397e66.tar.lz
nixlib-5431d45d67d7e9012dd1b04b00fb016bd9397e66.tar.xz
nixlib-5431d45d67d7e9012dd1b04b00fb016bd9397e66.tar.zst
nixlib-5431d45d67d7e9012dd1b04b00fb016bd9397e66.zip
autorandr: 1.13.2 -> 1.13.3
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 85808e43c49c..8a364c50fe0f 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; {