forked from mirrors/nixpkgs
Merge pull request #104631 from r-ryantm/auto-update/autorandr
autorandr: 1.10.1 -> 1.11
This commit is contained in:
commit
77e3f79a62
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
python = python3Packages.python;
|
python = python3Packages.python;
|
||||||
version = "1.10.1";
|
version = "1.11";
|
||||||
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 = "0msw9b1hdy3gbq9w5d04mfizhyirz1c648x84mlcbzl8salm7vpg";
|
sha256 = "0rmnqk2bi6bbd2if1rll37mlzlqxzmnazfffdhcpzskxwyaj4yn5";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|
Loading…
Reference in a new issue