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.
1 parent c196faf commit 1b32a4bCopy full SHA for 1b32a4b
packages/cdt/default.nix
@@ -7,7 +7,7 @@
7
}:
8
clangStdenv.mkDerivation rec {
9
name = "cdt";
10
- version = "4.0.1";
+ version = "4.1.0";
11
buildInputs = with pkgs; [
12
llvm
13
curl.dev
@@ -31,6 +31,6 @@ clangStdenv.mkDerivation rec {
31
src = fetchgit {
32
url = "https://github.com/AntelopeIO/cdt";
33
rev = "v${version}";
34
- sha256 = "sha256-fk+YLBVud6Kr5+FozjS4isKxHViHXxS3XJoTGDZd2Vg=";
+ sha256 = "sha256-+s+W2MBc/G2SCuBOdxdq661h5Oz1IH3z3HosrOQAbYU=";
35
};
36
}
0 commit comments