dt-schema 2022.1 -> 2022.08.1 https://github.com/devicetree-org/dt-schema/releases attrpath: dt-schema Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix eval -f . "(let pkgs = import ./. {}; in builtins.hasAttr \"updateScript\" pkgs.dt-schema)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.dt-schema)' not found dt-schema 0 -> 1 attrpath: dt-schema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3j4v4nvazhkllj6apm1p0xbh1cihc0cn-packages.json.drv building '/nix/store/3j4v4nvazhkllj6apm1p0xbh1cihc0cn-packages.json.drv'... Going to be running update for following packages: - python3.10-dtschema-2022.1 Press Enter key to continue... Running update for: - python3.10-dtschema-2022.1: UPDATING ... - python3.10-dtschema-2022.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/tools/dt-schema/default.nix b/pkgs/development/tools/dt-schema/default.nix index 20e1ed136e2..a92061deead 100644 --- a/pkgs/development/tools/dt-schema/default.nix +++ b/pkgs/development/tools/dt-schema/default.nix @@ -11,11 +11,11 @@ buildPythonPackage rec { pname = "dtschema"; - version = "2022.1"; + version = "2022.12"; src = fetchPypi { inherit pname version; - sha256 = "sha256-G5KzuaMbbkuLK+cNvzBld1UwvExS6ZGVW2e+GXQRFMU="; + sha256 = "sha256-9TLUM6kV5QfUtCa371emcw0jwJOLaC+0hm+d+oCljsY="; }; nativeBuildInputs = [ setuptools-scm git ]; No auto update branch exists There might already be an open PR for this update: - dt-schema: 2022.1 -> 2022.12 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/207866"