Merge pull request #235602 from bobby285271/upd/switcheroo-control

switcheroo-control: 2.3 -> 2.6
This commit is contained in:
Bobby Rong 2023-06-03 23:17:02 +08:00 committed by GitHub
commit a0f00b8435
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "switcheroo-control";
version = "2.3";
version = "2.6";
format = "other";
@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "hadess";
repo = pname;
rev = version;
hash = "sha256-1Pze2TJ9mggfcpiLFwJ7/9WhsdJx4G3GoA7+Z47shuc=";
hash = "sha256-F+5HhMxM8pcnAGmVBARKWNCL0rIEzHW/jsGHHqYZJug=";
};
nativeBuildInputs = [