about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-20 08:15:55 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-20 08:15:55 +0000
commitcccb4f49381113954c424d9484881cfbec2c30ed (patch)
tree9d022b1c79b5b3a5ab8c4cdd51ec5bb57283320e
parent567f0a3df11b67572a52a05766fe258787bace9a (diff)
downloadnixlib-cccb4f49381113954c424d9484881cfbec2c30ed.tar
nixlib-cccb4f49381113954c424d9484881cfbec2c30ed.tar.gz
nixlib-cccb4f49381113954c424d9484881cfbec2c30ed.tar.bz2
nixlib-cccb4f49381113954c424d9484881cfbec2c30ed.tar.lz
nixlib-cccb4f49381113954c424d9484881cfbec2c30ed.tar.xz
nixlib-cccb4f49381113954c424d9484881cfbec2c30ed.tar.zst
nixlib-cccb4f49381113954c424d9484881cfbec2c30ed.zip
autorandr: 1.10 -> 1.10.1
-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 9588d0ae9486..03827d75905d 100644
--- a/pkgs/tools/misc/autorandr/default.nix
+++ b/pkgs/tools/misc/autorandr/default.nix
@@ -6,7 +6,7 @@
 
 let
   python = python3Packages.python;
-  version = "1.10";
+  version = "1.10.1";
 in
   stdenv.mkDerivation {
     pname = "autorandr";
@@ -49,7 +49,7 @@ in
       owner = "phillipberndt";
       repo = "autorandr";
       rev = version;
-      sha256 = "0rcgs1n09p0p16lr5y239s0yrw7bch0x2cqwgc2dyh7rz7d9qmwn";
+      sha256 = "0msw9b1hdy3gbq9w5d04mfizhyirz1c648x84mlcbzl8salm7vpg";
     };
 
     meta = with stdenv.lib; {