···1111 repo = "ASF-ui";
1212 # updated by the update script
1313 # this is always the commit that should be used with asf-ui from the latest asf version
1414- rev = "e292b5e3c37b0540d398fb4a04b10dd730976a5a";
1515- sha256 = "1sxv2xkps2fln7di0i406nnhdqg4wd2yzgvwm5nfhawsq941g19z";
1414+ rev = "156992e88d5c695375e9f69c29f2c68bec24d2b1";
1515+ sha256 = "0zqiaj0957rr4kzw8q8zkxvd88nqw5ssym81dsd3pa0ypr4vqb4w";
1616 };
17171818in
···2020in
2121stdenv.mkDerivation rec {
2222 pname = "displaylink";
2323- version = "5.4.1-55.174";
2323+ version = "5.5.0-beta-59.118";
24242525 src = requireFile rec {
2626- name = "displaylink.zip";
2727- sha256 = "1biswvjz91gmx7xf9g05h3ra463hf2yv9mr2nkxclyrd283iiiqc";
2626+ name = "displaylink-55.zip";
2727+ sha256 = "0mid6p1mnkhbl96cr763ngdwrlgnpgs6c137rwc2sjf4v33g59ma";
2828 message = ''
2929 In order to install the DisplayLink drivers, you must first
3030 comply with DisplayLink's EULA and download the binaries and
3131 sources from here:
32323333- https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.4.1
3333+ https://www.synaptics.com/products/displaylink-graphics/downloads/ubuntu-5.5-Beta
34343535 Once you have downloaded the file, please use the following
3636 commands and re-run the installation:
37373838- mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu ${lib.versions.majorMinor version}.zip" \$PWD/${name}
3838+ mv \$PWD/"DisplayLink USB Graphics Software for Ubuntu (Beta)5.5 Beta-EXE.zip" \$PWD/${name}
3939 nix-prefetch-url file://\$PWD/${name}
4040 '';
4141 };
···22# Do not edit!
3344{
55- version = "2022.2.0";
55+ version = "2022.2.1";
66 components = {
77 "abode" = ps: with ps; [ abodepy ];
88 "accuweather" = ps: with ps; [ accuweather ];
+2-2
pkgs/servers/home-assistant/default.nix
···121121 extraBuildInputs = extraPackages python.pkgs;
122122123123 # Don't forget to run parse-requirements.py after updating
124124- hassVersion = "2022.2.0";
124124+ hassVersion = "2022.2.1";
125125126126in python.pkgs.buildPythonApplication rec {
127127 pname = "homeassistant";
···139139 owner = "home-assistant";
140140 repo = "core";
141141 rev = version;
142142- hash = "sha256:01gx6i147h7amj41mv46x6j9aah4qd1zjybv5px5y9p5cbhjccms";
142142+ hash = "sha256:1r2xwa4pdswl4wgbmhi2b87qqa6dn4gy31hpvwyqldvzpl0zjw0m";
143143 };
144144145145 # leave this in, so users don't have to constantly update their downstream patch handling
+7-3
pkgs/servers/home-assistant/frontend.nix
···44 # the frontend version corresponding to a specific home-assistant version can be found here
55 # https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/frontend/manifest.json
66 pname = "home-assistant-frontend";
77- version = "20220202.0";
77+ version = "20220203.0";
88+ format = "wheel";
89910 src = fetchPypi {
1010- inherit pname version;
1111- sha256 = "sha256-O5oDDptQmwM02SESSS314YlvCqrOcEHNBSKlYE/qrTc=";
1111+ inherit version format;
1212+ pname = "home_assistant_frontend";
1313+ dist = "py3";
1414+ python = "py3";
1515+ sha256 = "sha256-5iODXctmkw+MIdf/GECGhhWOMruMqeWBDWwwwrNQMjU=";
1216 };
13171418 # there is nothing to strip in this package
···2020 # The websites yt-dlp deals with are a very moving target. That means that
2121 # downloads break constantly. Because of that, updates should always be backported
2222 # to the latest stable release.
2323- version = "2022.2.3";
2323+ version = "2022.2.4";
24242525 src = fetchPypi {
2626 inherit pname;
2727 version = builtins.replaceStrings [ ".0" ] [ "." ] version;
2828- sha256 = "sha256-lV3RgUq9F4uv8jg9FULv7kit/J3p4vXIZ4SwnNb1omI=";
2828+ sha256 = "sha256-gbUO18+c/MBC2PWhrS0c17E8SLNsB/rxiAaW6sCn3bU=";
2929 };
30303131 propagatedBuildInputs = [ websockets mutagen ]
···786786 OVMF-CSM = throw "OVMF-CSM has been removed in favor of OVMFFull"; # Added 2021-10-16
787787 OVMF-secureBoot = throw "OVMF-secureBoot has been removed in favor of OVMFFull"; # Added 2021-10-16
788788 oauth2_proxy = oauth2-proxy; # Added 2021-04-18
789789- obconf = throw "obconf has been removed"; # Added 2022-01-16
790789 oblogout = throw "oblogout has been removed from nixpkgs, as it's archived upstream."; # Added 2019-12-10
791790 octoprint-plugins = throw "octoprint-plugins are now part of the octoprint.python.pkgs package set."; # Added 2021-01-24
792791 ocz-ssd-guru = throw "ocz-ssd-guru has been removed due to there being no source available"; # Added 2021-07-12