mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
autorandr: 1.13.1 -> 1.13.2
This commit is contained in:
parent
76272386bd
commit
3cde183232
@ -4,14 +4,15 @@
|
||||
, fetchFromGitHub
|
||||
, systemd
|
||||
, xrandr
|
||||
, installShellFiles }:
|
||||
, installShellFiles
|
||||
, desktop-file-utils }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "autorandr";
|
||||
version = "1.13.1";
|
||||
version = "1.13.2";
|
||||
format = "other";
|
||||
|
||||
nativeBuildInputs = [ installShellFiles ];
|
||||
nativeBuildInputs = [ installShellFiles desktop-file-utils ];
|
||||
propagatedBuildInputs = [ python3Packages.packaging ];
|
||||
|
||||
buildPhase = ''
|
||||
@ -59,7 +60,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
owner = "phillipberndt";
|
||||
repo = "autorandr";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-702x4O0rHW/VZIfu1+5G1gBSDQYVoAx167igz/M3Ea4=";
|
||||
sha256 = "sha256-Yn950V7DgLhwYSoGyUvjTH0Vwg/FodxhKsBP5iLTgqA=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user