redumper: 720 -> 722 (#528974)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-07 09:27:44 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
# redumper is using C++ modules, this requires latest C++20 compiler and build tools
llvmPackages.libcxxStdenv.mkDerivation (finalAttrs: {
pname = "redumper";
version = "720";
version = "722";
src = fetchFromGitHub {
owner = "superg";
repo = "redumper";
tag = "b${finalAttrs.version}";
hash = "sha256-Gl+BJV9yWFGHk5HZudre+YUaaqCYcQpT50oeDcc39ds=";
hash = "sha256-6UphK1Dq7szUMNqVuFNDK6/5AraOHDGeTXa5bzZo3PI=";
};
patches = [