We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66cbe1 commit 98d80f0Copy full SHA for 98d80f0
llvm-translator/alive2-regehr.nix
@@ -7,13 +7,13 @@
7
8
(alive2-aslp.override { inherit llvmPackages; }).overrideAttrs (prev: {
9
pname = "alive2-regehr";
10
- version = "0-unstable-2025-02-20";
+ version = "0-unstable-2025-02-21";
11
12
src = fetchFromGitHub {
13
owner = "regehr";
14
repo = "alive2";
15
- rev = "6d98b047af71479b9247681eda4ecdfef063fb68";
16
- hash = "sha256-LGLfMg5dFw1qHwKOWWE+lLk43p8GNdMQ+4a2DcIhwTE=";
+ rev = "0bdad944cd0dbba45d669c328c44f585b3594f95";
+ hash = "sha256-R6GPmyH9tXBKuOTdViKrtZ7d5m/nkz6ipXL318xZdN8=";
17
};
18
19
})
0 commit comments