Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2026-07-13 18:34:47 +00:00
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "direvent";
version = "5.4";
version = "5.5";
src = fetchurl {
url = "mirror://gnu/direvent/direvent-${finalAttrs.version}.tar.gz";
sha256 = "sha256-HbvGGSqrZ+NFclFIYD1XDGooKDgMlkIVdir5FSTXlbo=";
sha256 = "sha256-DhbAtLPm92c+m08x2BqwEjatIvg1OFEvOy9Y+flv3Lc=";
};
meta = {

View File

@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "helium";
version = "7.0.2";
version = "7.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mherrmann";
repo = "helium";
tag = "v${finalAttrs.version}";
hash = "sha256-phZ7vSwRVM7QutZuy7Krtp7gUCK+5bg0AZA5qXJSVNA=";
hash = "sha256-I3qLp3v6aIwGIelzNE5gRnvp/eHVPfzJijUxlT28Wqs=";
};
build-system = [ setuptools ];

View File

@@ -8,13 +8,13 @@
buildHomeAssistantComponent rec {
owner = "cyberjunky";
domain = "garmin_connect";
version = "3.0.12";
version = "3.0.13";
src = fetchFromGitHub {
owner = "cyberjunky";
repo = "home-assistant-garmin_connect";
tag = version;
hash = "sha256-8pyuH3GgFTov4M2ckmh3KCYmAzVG4iYkGGpA+Cd9/wk=";
hash = "sha256-qba1aexMT02dUob4ITS1ePLB41WBleZEdKsWuXCx6+o=";
};
dependencies = [