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 target/adiv5.c CC target/adiv5_jtag.c CC target/adiv5_swd.c CC command.c CC target/cortex.c CC target/cortexa.c CC target/cortexm.c CC crc32.c CC target/efm32.c In file included from command.c:29: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. CC exception.c CC platforms/common/stm32/gdb_if.c make: *** [Makefile:139: command.o] Error 1 make: *** Waiting for unfinished jobs.... 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:140: cortexm.o] Error 1 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. make: *** [Makefile:139: gdb_if.o] Error 1