blackmagic 1.8.2 -> 1.9.0 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 [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 cef7ba5f89c..b6168ea47c4 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.9.0"; # `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-f+cG1M3Gqql8Pl95ekbJ83LB4yaTCbiNxxtQQslmNZw="; 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. In file included from include/general.h:42, from hex_utils.c:23: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ make: *** [Makefile:124: adiv5_jtagdp.o] Error 1 compilation terminated. make: *** [Makefile:124: gdb_hostio.o] Error 1 make: *** [Makefile:124: hex_utils.o] Error 1 In file included from include/general.h:42, from target/lmi.c:28: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:124: lmi.o] Error 1 In file included from include/general.h:42, from target/jtag_devs.c:22: 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 include/general.h:42, from target/jtag_scan.c:27: platforms/96b_carbon/platform.h:29:10: fatal error: version.h: No such file or directory 29 | #include "version.h" | ^~~~~~~~~~~ compilation terminated. make: *** [Makefile:124: jtag_devs.o] Error 1 make: *** [Makefile:124: jtag_scan.o] Error 1