Skip to content

Commit 1be77f7

Browse files
redumper: 666 -> 686 (#469777)
2 parents e01d8f7 + bf19c31 commit 1be77f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/re/redumper/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
# redumper is using C++ modules, this requires latest C++20 compiler and build tools
1010
llvmPackages.libcxxStdenv.mkDerivation (finalAttrs: {
1111
pname = "redumper";
12-
version = "666";
12+
version = "686";
1313

1414
src = fetchFromGitHub {
1515
owner = "superg";
1616
repo = "redumper";
1717
tag = "b${finalAttrs.version}";
18-
hash = "sha256-B5c7ISlQhLBsRYcoCG18uLWkeODJUDGoRAd9n8EejNA=";
18+
hash = "sha256-oyF8NLMgnNzUPgcwu7WvVoOFQt1qUuFMtzKxJqyOq9A=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)