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

autorandr: 1.10 -> 1.10.1
This commit is contained in:
Jörg Thalheim 2020-05-20 09:27:39 +01:00 committed by GitHub
commit 9fa76a3149
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; {