summary refs log tree commit diff
path: root/pkgs/tools/misc/autorandr
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-04 15:44:31 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-04 15:44:31 +0000
commit59944f57826893861d0ef45e3e86c0fc64460bc8 (patch)
tree10f9e75d2874b1fa9f2af331a2b576e2a3b422e3 /pkgs/tools/misc/autorandr
parent285bd2642bf66662c919e6d9fd91c28f82cb2a75 (diff)
downloadnixpkgs-59944f57826893861d0ef45e3e86c0fc64460bc8.tar
nixpkgs-59944f57826893861d0ef45e3e86c0fc64460bc8.tar.gz
nixpkgs-59944f57826893861d0ef45e3e86c0fc64460bc8.tar.bz2
nixpkgs-59944f57826893861d0ef45e3e86c0fc64460bc8.tar.lz
nixpkgs-59944f57826893861d0ef45e3e86c0fc64460bc8.tar.xz
nixpkgs-59944f57826893861d0ef45e3e86c0fc64460bc8.tar.zst
nixpkgs-59944f57826893861d0ef45e3e86c0fc64460bc8.zip
autorandr: 1.9 -> 1.10
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 c6f664a1008..9588d0ae948 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.9";
+  version = "1.10";
 in
   stdenv.mkDerivation {
     pname = "autorandr";
@@ -49,7 +49,7 @@ in
       owner = "phillipberndt";
       repo = "autorandr";
       rev = version;
-      sha256 = "1bb0l7fcm5lcx9y02zdxv7pfdqf4v4gsc5br3v1x9gzjvqj64l7n";
+      sha256 = "0rcgs1n09p0p16lr5y239s0yrw7bch0x2cqwgc2dyh7rz7d9qmwn";
     };
 
     meta = with stdenv.lib; {