about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-04-14 16:15:19 +0200
committerGitHub <noreply@github.com>2019-04-14 16:15:19 +0200
commit77355c057491cd6fa5eb34ebb56315ba2762d4a1 (patch)
tree59e2ec8d1c33e3b767b86659e5bfea52e2d832b4 /pkgs/tools/misc
parent5cb0c0bcc74f145799a97a563ae316e157e1e86e (diff)
parent0aaeaa93fb25ddf2e49c49e2d0d77f1fc35581c7 (diff)
downloadnixlib-77355c057491cd6fa5eb34ebb56315ba2762d4a1.tar
nixlib-77355c057491cd6fa5eb34ebb56315ba2762d4a1.tar.gz
nixlib-77355c057491cd6fa5eb34ebb56315ba2762d4a1.tar.bz2
nixlib-77355c057491cd6fa5eb34ebb56315ba2762d4a1.tar.lz
nixlib-77355c057491cd6fa5eb34ebb56315ba2762d4a1.tar.xz
nixlib-77355c057491cd6fa5eb34ebb56315ba2762d4a1.tar.zst
nixlib-77355c057491cd6fa5eb34ebb56315ba2762d4a1.zip
Merge pull request #59448 from r-ryantm/auto-update/autorandr
autorandr: 1.8 -> 1.8.1
Diffstat (limited to 'pkgs/tools/misc')
-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 dff98f236036..550b0ad90674 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.8";
+  version = "1.8.1";
 in
   stdenv.mkDerivation {
     name = "autorandr-${version}";
@@ -48,7 +48,7 @@ in
       owner = "phillipberndt";
       repo = "autorandr";
       rev = "${version}";
-      sha256 = "0yhn3gvvkgmfqf3yl3kqlj0biinw0qvli6s88sxa0pybca3j8nll";
+      sha256 = "1bp1cqkrpg77rjyh4lq1agc719fmxn92jkiicf6nbhfl8kf3l3vy";
     };
 
     meta = {