mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
[Backport release-26.05] openocd-adi: 0.12.0-1.3.1-2 -> 0.12.0-1.4.0 (#552426)
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
openocd.overrideAttrs (
|
||||
finalAttrs: old: {
|
||||
pname = "openocd-adi";
|
||||
version = "0.12.0-1.3.1-2";
|
||||
version = "0.12.0-1.4.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "analogdevicesinc";
|
||||
repo = "openocd";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-MqpVZN6+kcu1bspwcCDOnydQ5tC+MtO4D35KmQFRm1o=";
|
||||
hash = "sha256-R8z5c7FpjqBpugQuY0TV1MQTv7Y8DQWe52NZP0qdfzM=";
|
||||
# openocd disables the vendored libraries that use submodules and replaces them with nix versions.
|
||||
# this works out as one of the submodule sources seems to be flakey.
|
||||
fetchSubmodules = false;
|
||||
|
||||
Reference in New Issue
Block a user