about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-05-20 09:27:39 +0100
committerGitHub <noreply@github.com>2020-05-20 09:27:39 +0100
commit9fa76a3149a6f637b42904df5a74260640cb1688 (patch)
tree17d0584d0ee6f10725a80b66332bac615d3abe5c /pkgs/tools
parent40e61a486983815cce2ae22112ea7d4a1ac97a8c (diff)
parentcccb4f49381113954c424d9484881cfbec2c30ed (diff)
downloadnixlib-9fa76a3149a6f637b42904df5a74260640cb1688.tar
nixlib-9fa76a3149a6f637b42904df5a74260640cb1688.tar.gz
nixlib-9fa76a3149a6f637b42904df5a74260640cb1688.tar.bz2
nixlib-9fa76a3149a6f637b42904df5a74260640cb1688.tar.lz
nixlib-9fa76a3149a6f637b42904df5a74260640cb1688.tar.xz
nixlib-9fa76a3149a6f637b42904df5a74260640cb1688.tar.zst
nixlib-9fa76a3149a6f637b42904df5a74260640cb1688.zip
Merge pull request #88259 from r-ryantm/auto-update/autorandr
autorandr: 1.10 -> 1.10.1
Diffstat (limited to 'pkgs/tools')
-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; {