nerd-font-patcher 2.2.2 -> 2.3.1 https://github.com/ryanoasis/nerd-fonts/releases attrpath: nerd-font-patcher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nmpqmz645ylkw1g7a4dqyi4dkp2kpn5v-packages.json.drv building '/nix/store/nmpqmz645ylkw1g7a4dqyi4dkp2kpn5v-packages.json.drv'... Going to be running update for following packages: - nerd-font-patcher-2.2.2 Press Enter key to continue... Running update for: - nerd-font-patcher-2.2.2: UPDATING ... - nerd-font-patcher-2.2.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/misc/nerd-font-patcher/default.nix b/pkgs/applications/misc/nerd-font-patcher/default.nix index 21c77316c1a..de9831cc71a 100644 --- a/pkgs/applications/misc/nerd-font-patcher/default.nix +++ b/pkgs/applications/misc/nerd-font-patcher/default.nix @@ -2,18 +2,18 @@ python3Packages.buildPythonApplication rec { pname = "nerd-font-patcher"; - version = "2.2.2"; + version = "2.3.1"; # This uses a sparse checkout because the repo is >2GB without it src = fetchFromGitHub { owner = "ryanoasis"; repo = "nerd-fonts"; - rev = "v${version}"; + rev = "refs/tags/v${version}"; sparseCheckout = [ "font-patcher" "/src/glyphs" ]; - sha256 = "sha256-boZUd1PM8puc9BTgOwCJpkfk6VMdXLsIyp+fQmW/ZqI="; + sha256 = "sha256-6qK9as1fwHkCGIG7WVPlZDGMFOSQM41zUFeTca51yEM="; }; propagatedBuildInputs = with python3Packages; [ fontforge ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A nerd-font-patcher Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix log -f . nerd-font-patcher Standard output: error: build log of 'nerd-font-patcher' is not available