Skip to content

Commit 1b32a4b

Browse files
github-actions[bot]PetarKirov
authored andcommitted
cdt: 4.0.1 -> 4.1.0
Diff: AntelopeIO/cdt@v4.0.1...v4.1.0
1 parent c196faf commit 1b32a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cdt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}:
88
clangStdenv.mkDerivation rec {
99
name = "cdt";
10-
version = "4.0.1";
10+
version = "4.1.0";
1111
buildInputs = with pkgs; [
1212
llvm
1313
curl.dev
@@ -31,6 +31,6 @@ clangStdenv.mkDerivation rec {
3131
src = fetchgit {
3232
url = "https://github.com/AntelopeIO/cdt";
3333
rev = "v${version}";
34-
sha256 = "sha256-fk+YLBVud6Kr5+FozjS4isKxHViHXxS3XJoTGDZd2Vg=";
34+
sha256 = "sha256-+s+W2MBc/G2SCuBOdxdq661h5Oz1IH3z3HosrOQAbYU=";
3535
};
3636
}

0 commit comments

Comments
 (0)