Merge pull request #76219 from r-ryantm/auto-update/autorandr

autorandr: 1.8.1 -> 1.9
This commit is contained in:
Mario Rodas 2019-12-23 04:48:20 -05:00 committed by GitHub
commit 4c6500cf9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
let let
python = python3Packages.python; python = python3Packages.python;
version = "1.8.1"; version = "1.9";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "autorandr"; pname = "autorandr";
@ -49,7 +49,7 @@ in
owner = "phillipberndt"; owner = "phillipberndt";
repo = "autorandr"; repo = "autorandr";
rev = version; rev = version;
sha256 = "1bp1cqkrpg77rjyh4lq1agc719fmxn92jkiicf6nbhfl8kf3l3vy"; sha256 = "1bb0l7fcm5lcx9y02zdxv7pfdqf4v4gsc5br3v1x9gzjvqj64l7n";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {