autorandr: 1.10.1 -> 1.11
This commit is contained in:
parent
1ffd7cf0d6
commit
87976cd2ef
1 changed files with 2 additions and 2 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue