autorandr: 1.10.1 -> 1.11

This commit is contained in:
R. RyanTM 2020-11-22 20:29:30 +00:00
parent 1ffd7cf0d6
commit 87976cd2ef

View file

@ -6,7 +6,7 @@
let
python = python3Packages.python;
version = "1.10.1";
version = "1.11";
in
stdenv.mkDerivation {
pname = "autorandr";
@ -49,7 +49,7 @@ in
owner = "phillipberndt";
repo = "autorandr";
rev = version;
sha256 = "0msw9b1hdy3gbq9w5d04mfizhyirz1c648x84mlcbzl8salm7vpg";
sha256 = "0rmnqk2bi6bbd2if1rll37mlzlqxzmnazfffdhcpzskxwyaj4yn5";
};
meta = with stdenv.lib; {