blackmagic 1.8.2 -> 1.10.2 https://github.com/blacksphere/blackmagic/releases attrpath: blackmagic 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/development/embedded/blackmagic/default.nix b/pkgs/development/embedded/blackmagic/default.nix index a422cdc54fc3..fcb8c8ffff40 100644 --- a/pkgs/development/embedded/blackmagic/default.nix +++ b/pkgs/development/embedded/blackmagic/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "blackmagic"; - version = "1.8.2"; + version = "1.10.2"; # `git describe --always` firmwareVersion = "v${version}"; @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { owner = "blacksphere"; repo = "blackmagic"; rev = firmwareVersion; - hash = "sha256-NGzoohmpVwGOncr9AvHYANMf/oEskjmTXYj/Kdx2RwM="; + hash = "sha256-ZhcVGSES+RPSjS7Pdk1EGWF8MfIW19HmHbvYtzMECME="; fetchSubmodules = true; }; 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 blackmagic nix build failed. CC hex_utils.c CC target/hc32l110.c CC target/imxrt.c CC target/jtag_devs.c CC target/jtag_scan.c CC target/lmi.c CC target/lpc_common.c CC target/lpc11xx.c CC target/lpc17xx.c CC target/lpc15xx.c CC target/lpc40xx.c In file included from platforms/common/stm32/gdb_if.c:30: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. In file included from gdb_main.c:28: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. In file included from target/cortexm.c:44: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:139: cortexm.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Makefile:139: gdb_if.o] Error 1 make: *** [Makefile:139: gdb_main.o] Error 1