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

This commit is contained in:
Jörg Thalheim 2020-05-04 18:01:22 +01:00 committed by GitHub
commit d3dc37ac77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
let let
python = python3Packages.python; python = python3Packages.python;
version = "1.9"; version = "1.10";
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 = "1bb0l7fcm5lcx9y02zdxv7pfdqf4v4gsc5br3v1x9gzjvqj64l7n"; sha256 = "0rcgs1n09p0p16lr5y239s0yrw7bch0x2cqwgc2dyh7rz7d9qmwn";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {