about summary refs log tree commit diff
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-02-06 13:41:53 +0800
committerGitHub <noreply@github.com>2018-02-06 13:41:53 +0800
commit0b45792538a9803173892c2d2ca7c11da1a7f585 (patch)
treee416cf2dcef095d9aee852cd3a45f4228ddf4950
parentb4f0bdcfcc0f954db8aa6da1523628278e90ee52 (diff)
parent9801326d32b56d9d6f52e9f921f8020c0fdfbcad (diff)
downloadnixlib-0b45792538a9803173892c2d2ca7c11da1a7f585.tar
nixlib-0b45792538a9803173892c2d2ca7c11da1a7f585.tar.gz
nixlib-0b45792538a9803173892c2d2ca7c11da1a7f585.tar.bz2
nixlib-0b45792538a9803173892c2d2ca7c11da1a7f585.tar.lz
nixlib-0b45792538a9803173892c2d2ca7c11da1a7f585.tar.xz
nixlib-0b45792538a9803173892c2d2ca7c11da1a7f585.tar.zst
nixlib-0b45792538a9803173892c2d2ca7c11da1a7f585.zip
Merge pull request #34649 from ryantm/autorandr
autorandr: 1.1 -> 1.4
-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 405eb29f6bf9..b744e70a4e2f 100644
--- a/pkgs/tools/misc/autorandr/default.nix
+++ b/pkgs/tools/misc/autorandr/default.nix
@@ -8,7 +8,7 @@
 let
   python = python3Packages.python;
   wrapPython = python3Packages.wrapPython;
-  version = "1.1";
+  version = "1.4";
 in
   stdenv.mkDerivation {
     name = "autorandr-${version}";
@@ -49,7 +49,7 @@ in
       owner = "phillipberndt";
       repo = "autorandr";
       rev = "${version}";
-      sha256 = "05jlzxlrdyd4j90srr71fv91c2hf32diw40n9rmybgcdvy45kygd";
+      sha256 = "08i71r221ilc8k1c59w89g3iq5m7zwhnjjzapavhqxlr8y9dcpf5";
     };
 
     meta = {