2023-01-02T01:14:19 nix-prefetch-github 5.1.2 -> 5.2.2 https://pypi.org/project/nix-prefetch-github/ 2023-01-02T01:14:22 attrpath: nix-prefetch-github 2023-01-02T01:14:22 Checking auto update branch... 2023-01-02T01:14:22 No auto update branch exists 2023-01-02T01:14:23 Old version 5.1.2" not present in master derivation file with contents: { fetchFromGitHub , lib , buildPythonPackage , git , which , pythonOlder , unittestCheckHook }: buildPythonPackage rec { pname = "nix-prefetch-github"; version = "5.2.2"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "seppeljordan"; repo = "nix-prefetch-github"; rev = "v${version}"; sha256 = "sha256-+0s47YhpMojxmRHKC7kazov2ZUsOs2/Y2EmHAAcARf0="; }; checkInputs = [ unittestCheckHook git which ]; # ignore tests which are impure DISABLED_TESTS = "network requires_nix_build"; meta = with lib; { description = "Prefetch sources from github"; homepage = "https://github.com/seppeljordan/nix-prefetch-github"; license = licenses.gpl3; maintainers = with maintainers; [ seppeljordan ]; }; } nix-prefetch-github 5.1.2 -> 5.2.2 https://pypi.org/project/nix-prefetch-github/ attrpath: nix-prefetch-github 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.nix-prefetch-github)" Standard error: error: attribute '(let pkgs = import ' in selection path '(let pkgs = import ./. {}; in builtins.hasAttr "updateScript" pkgs.nix-prefetch-github)' not found