···2222, srcs
23232424# provided as callPackage input to enable easier overrides through overlays
2525-, cargoSha256 ? "sha256-Cgcat/ZJH8I/RzUVWaO24R2lh+tB5foqDnH8Yjs4K1k="
2525+, cargoSha256 ? "sha256-Wthw7foadXO6jYJO1TB4OOYtpwnp8iCdda4tdiYg41A="
2626}:
27272828mkDerivation rec {
+1-1
pkgs/applications/kde/fetch.sh
···11-WGET_ARGS=( https://download.kde.org/stable/release-service/23.04.2/src -A '*.tar.xz' )
11+WGET_ARGS=( https://download.kde.org/stable/release-service/23.04.3/src -A '*.tar.xz' )
···22# Do not edit!
3344{
55- version = "2023.7.0";
55+ version = "2023.7.1";
66 components = {
77 "3_day_blinds" = ps: with ps; [
88 ];
+3-3
pkgs/servers/home-assistant/default.nix
···287287 extraBuildInputs = extraPackages python.pkgs;
288288289289 # Don't forget to run parse-requirements.py after updating
290290- hassVersion = "2023.7.0";
290290+ hassVersion = "2023.7.1";
291291292292in python.pkgs.buildPythonApplication rec {
293293 pname = "homeassistant";
···303303 # Primary source is the pypi sdist, because it contains translations
304304 src = fetchPypi {
305305 inherit pname version;
306306- hash = "sha256-2bo/TJPc2CBH+y6z7Hl4I7TeacDH61L+jMIRWzOAgz0=";
306306+ hash = "sha256-YYuIVEAWLOIW1xiUGzq6TeFfCSj5rxn6H8W7XhgAhF8=";
307307 };
308308309309 # Secondary source is git for tests
···311311 owner = "home-assistant";
312312 repo = "core";
313313 rev = "refs/tags/${version}";
314314- hash = "sha256-ZOqehiotdPLA+ZjtTmonsvpDEEke13nbwt+0E/hGD6E=";
314314+ hash = "sha256-ovboX1tixBDZEA2phmdE6LxnvpWDhdTeEWVw6xJiSMU=";
315315 };
316316317317 nativeBuildInputs = with python.pkgs; [
+2-2
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 = "20230705.0";
77+ version = "20230705.1";
88 format = "wheel";
991010 src = fetchPypi {
···1212 pname = "home_assistant_frontend";
1313 dist = "py3";
1414 python = "py3";
1515- hash = "sha256-kkrCEgc+cckjDESG2WoHd93Qdb5RwIF2FrNxnBB8jFI=";
1515+ hash = "sha256-VC+yrU5RRAj4qe1MhQLMl9RfW6NmAl5NhXZDACfFlmo=";
1616 };
17171818 # there is nothing to strip in this package
···2222 # The websites yt-dlp deals with are a very moving target. That means that
2323 # downloads break constantly. Because of that, updates should always be backported
2424 # to the latest stable release.
2525- version = "2023.6.22";
2525+ version = "2023.7.6";
26262727 src = fetchPypi {
2828 inherit pname version;
2929- sha256 = "sha256-7WqLjgrQikVA1K+g/Qin+YACLHm5CBvZ5j3cAK7u5ag=";
2929+ sha256 = "sha256-y1g3OGnIzLUDR0b5HPzNbSXqaXCQ39b5PpA01R60rtI=";
3030 };
31313232 propagatedBuildInputs = [