We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e01d8f7 + bf19c31 commit 1be77f7Copy full SHA for 1be77f7
1 file changed
pkgs/by-name/re/redumper/package.nix
@@ -9,13 +9,13 @@
9
# redumper is using C++ modules, this requires latest C++20 compiler and build tools
10
llvmPackages.libcxxStdenv.mkDerivation (finalAttrs: {
11
pname = "redumper";
12
- version = "666";
+ version = "686";
13
14
src = fetchFromGitHub {
15
owner = "superg";
16
repo = "redumper";
17
tag = "b${finalAttrs.version}";
18
- hash = "sha256-B5c7ISlQhLBsRYcoCG18uLWkeODJUDGoRAd9n8EejNA=";
+ hash = "sha256-oyF8NLMgnNzUPgcwu7WvVoOFQt1qUuFMtzKxJqyOq9A=";
19
};
20
21
nativeBuildInputs = [
0 commit comments