blackmagic 1.8.2 -> 1.10.1 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/embedded/blackmagic/default.nix b/pkgs/development/embedded/blackmagic/default.nix index a422cdc54fc3..31e8eafe017a 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.1"; # `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-JQVCp4oJKuLguL1hw9MGhQvhcuaj/MDLPG7E8d/OVFk="; 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. AR libopencm3_efm32lg.a CC dwt.c AR libopencm3_efm32wg.a Building for hardware platform 96b_carbon CLEAN Git not found, not deleting include/version.h Git not found, assuming up to date include/version.h 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 make: *** [Makefile:140: 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:139: cortexm.o] Error 1