mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #235602 from bobby285271/upd/switcheroo-control
switcheroo-control: 2.3 -> 2.6
This commit is contained in:
commit
a0f00b8435
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue