Skip to content

Commit

Permalink
leap: 4.0.0 -> 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 23, 2024
1 parent e6e1ee0 commit 5fcf662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/leap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}:
clang11Stdenv.mkDerivation rec {
pname = "leap";
version = "4.0.0";
version = "5.0.2";

src = fetchFromGitHub {
owner = "AntelopeIO";
repo = "leap";
rev = "v${version}";
hash = "sha256-d9VjRfm+L7y8weADFnj9svm7go6HDyCKIsYsVuzUyZ4=";
hash = "sha256-CpAbsUXi7hwV7GZAyx5W/cv5kCHselt8c3El/jK2n2c=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 5fcf662

Please sign in to comment.