pdpmake 1.4.3 -> 2.0.0 https://repology.org/project/pdpmake/versions attrpath: pdpmake Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/pd/pdpmake/package.nix b/pkgs/by-name/pd/pdpmake/package.nix index af6960be9e68..479c94871c91 100644 --- a/pkgs/by-name/pd/pdpmake/package.nix +++ b/pkgs/by-name/pd/pdpmake/package.nix @@ -1,13 +1,13 @@ { lib, stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { pname = "pdpmake"; - version = "1.4.3"; + version = "2.0.0"; src = fetchFromGitHub { owner = "rmyorston"; repo = "pdpmake"; rev = version; - hash = "sha256-drHo8IUC3xQ/O6T4xCMQSK9m+O/6hTOJSw0OMl1W9WA="; + hash = "sha256-PxhuOikqTPxW97b0EKX2r4FhHvyqbwizLPcfuxeG27U="; }; makeFlags = [ "PREFIX=$(out)" ]; Received ExitFailure 1 when running Raw command: /nix/store/1rkn4zznmzlzqihnvwz9phqjnifa099k-nix-2.18.4/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pdpmake nix build failed. SKIPPED: Create include file even with -n SKIPPED: Failure to create include file is OK SKIPPED: Skip duplicate entries in $^ but not $+ SKIPPED: Shell assignment SKIPPED: Nested macro expansion SKIPPED: .WAIT is allowed as a prerequisite SKIPPED: Replace escaped NL in macro in command with space SKIPPED: CURDIR macro SKIPPED: CURDIR macro not affected by environment SKIPPED: With -e CURDIR macro is affected by the environment SKIPPED: Complex chain of macro assignments SKIPPED: Allow - and / in target names, - in macro names SKIPPED: Double-colon rule SKIPPED: Target depends on prerequisite updated by double-colon rule SKIPPED: Chained inference rules SKIPPED: Expand wildcards in filenames SKIPPED: Hash in macro expansion isn't a comment SKIPPED: Backslash-escaped hash isn't a comment SKIPPED: Hash in command line isn't a comment SKIPPED: Proper handling of inference rules 2 SKIPPED: No shell -e option when running commands SKIPPED: Allow mixed macros and targets SKIPPED: Support $* and $< for target rules SKIPPED: Support ifeq and ifneq conditionals SKIPPED: Macro expansion and suffix substitution 3 SKIPPED: Skip duplicate entries in $? and $^ SKIPPED: Skip duplicate entries: double-colon rules SKIPPED: Skip duplicate entries: double-colon rules, only second invoked SKIPPED: Phony target of double-colon rule make: *** [Makefile:22: test] Error 1